- Posts: 8
- Thank you received: 0
Error in User controll panel
14 years 10 months ago #30872
by FYKN
Error in User controll panel was created by FYKN
When I try to my own orders in the public user control panel I get
Fatal error: Class '' not found in /mydomain bla bla bla/public_html/libraries/joomla/database/database/mysqli.php on line 462
Fatal error: Class '' not found in /mydomain bla bla bla/public_html/libraries/joomla/database/database/mysqli.php on line 462
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30917
by nicolas
Replied by nicolas on topic Re: Error in User controll panel
Which version of joomla are you using ?
Could you try to switch the database driver to MySQL instead of MySQLi in the configuration of Joomla ?
Could you try to switch the database driver to MySQL instead of MySQLi in the configuration of Joomla ?
Please Log in or Create an account to join the conversation.
14 years 9 months ago #31047
by FYKN
Replied by FYKN on topic Re: Error in User controll panel
Changed to MySQL instead but the problem remains.
I use Joomla 1.6.3 and Hikashop 1.5.4
I use Joomla 1.6.3 and Hikashop 1.5.4
Please Log in or Create an account to join the conversation.
14 years 9 months ago #31070
by nicolas
Replied by nicolas on topic Re: Error in User controll panel
I think that the problem comes from joomfish tables in your database.
Could you change the line:
if(!$app->isAdmin() && $translationHelper->isMulti(true)){
to:
if(!$app->isAdmin() && $translationHelper->isMulti(true) && class_exists('JFDatabase')){
in the file administrator/components/com_hikashop/types/categorysub.php and try again ?
Could you change the line:
if(!$app->isAdmin() && $translationHelper->isMulti(true)){
to:
if(!$app->isAdmin() && $translationHelper->isMulti(true) && class_exists('JFDatabase')){
in the file administrator/components/com_hikashop/types/categorysub.php and try again ?
Please Log in or Create an account to join the conversation.
14 years 9 months ago - 14 years 9 months ago #31564
by afrttoh
Replied by afrttoh on topic Re: Error in User controll panel
Hi,
I do not have joomfish installed and i have joomla 1.7.3
I have a similar problem, tried this solution, i still have the same error!
/libraries/joomla/database/database/mysql.php on line 652
I do not have joomfish installed and i have joomla 1.7.3
I have a similar problem, tried this solution, i still have the same error!
/libraries/joomla/database/database/mysql.php on line 652
Last edit: 14 years 9 months ago by afrttoh.
Please Log in or Create an account to join the conversation.
14 years 9 months ago #31581
by nicolas
Replied by nicolas on topic Re: Error in User controll panel
That message doesn't give enough information to move forward.
Could you try to activate the debug mode of Joomla in the configuration of Joomla and try again ?
Do you get an error message with more information ? Could you do a screenshot maybe ?
Could you try to activate the debug mode of Joomla in the configuration of Joomla and try again ?
Do you get an error message with more information ? Could you do a screenshot maybe ?
Please Log in or Create an account to join the conversation.
14 years 9 months ago #31591
by afrttoh
Replied by afrttoh on topic Re: Error in User controll panel
Hi,
I have gave you access to my site and you have checked it and replied to me saying "We are still unable to reproduce the problem on our end in all the tests we did."
So i am still waiting for a solution from your end.
If you need to access my site or the FTP information please let me know.
I have gave you access to my site and you have checked it and replied to me saying "We are still unable to reproduce the problem on our end in all the tests we did."
So i am still waiting for a solution from your end.
If you need to access my site or the FTP information please let me know.
Please Log in or Create an account to join the conversation.
14 years 9 months ago #31592
by nicolas
Replied by nicolas on topic Re: Error in User controll panel
That modification works. I've done it for you thanks to the FTP account you provided and it's now working.
Please Log in or Create an account to join the conversation.
14 years 9 months ago #31594
by afrttoh
Replied by afrttoh on topic Re: Error in User controll panel
Thank you very much
I have already made the modifications but when I noticed it did not help, I have uploaded the original file.
You must have done something which i have not done or maybe i have not done it correctly..
Thank you anyway
I have already made the modifications but when I noticed it did not help, I have uploaded the original file.
You must have done something which i have not done or maybe i have not done it correctly..
Thank you anyway
Please Log in or Create an account to join the conversation.
Time to create page: 0.227 seconds