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.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

delete user field or category - fatal error

Last updated on 1 year ago
L
lardonNewbie
Posted 1 year ago
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, 1 year ago
K
karrakSenior Member
Posted 1 year ago
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']);
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
You cannot up or down-vote on the post in this discussion thread.
You cannot set up a bounty in this discussion thread.
Moderator: Support Team
Users who participated in discussion: karrak, lardon