Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

delete user field or category - fatal error

Asked Modified Viewed 117 times
L
lardon
L
lardon 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi,
after a few years I have returned to PHP Fusion, downloaded ver 9 and I was wonder how it looks and how it changed. However while editing user fields I have recieved fatal error. I wanted to delete soe fields such as ICQ, Skype etc. and some categories, but I always recieved an error:
Fatal error: Uncaught Error: Call to undefined function PHPFusionQuantumadd_notice() 
in C:xampphtdocsphpfusionincludesclassesPHPFusionQuantumQuantumCategoryInterface.php:210 Stack trace: #0 C:xampphtdocsphpfusionincludesclassesPHPFusionQuantumQuantumCategoryInterface.php(48): PHPFusionQuantumQuantumCategoryInterface->deleteCategory()
#1 C:xampphtdocsphpfusionincludesclassesPHPFusionQuantumQuantumFactory.php(117): PHPFusionQuantumQuantumCategoryInterface->invokeListener()
#2 C:xampphtdocsphpfusionincludesclassesPHPFusionQuantumFields.php(170): PHPFusionQuantumQuantumFactory->invokeAdminInterfaceActions(Array, Array)
#3 C:xampphtdocsphpfusionadministrationuser_fields.php(28): PHPFusionQuantumFields->displayQuantumAdmin() #4 {main} thrown in
C:xampphtdocsphpfusionincludesclassesPHPFusionQuantumQuantumCategoryInterface.php on line 210

I wil be happy for any advice or help how to solve this thanks
Edited by lardon on 07-05-2024 10:11,
0 replies

1 post

K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 311 posts on the community forums.
  • Started 94 threads in the forums
  • Answered 1 question
answered
Senior Member

change
includes\classes\PHPFusion\Quantum\CateforyInterface.php line 210
 add_notice('success', $this->locale['field_0200']);


replace it with this

 addnotice('success', $this->locale['field_0200']);
0 replies

Category Forum

User Administration - 9

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

K
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 311 posts on the community forums.
  • Started 94 threads in the forums
  • Answered 1 question
L
L
lardon 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet