Jump to content

[solved]Backend errors(s) TECHNICAL_ERRROR:[object:Object]


Recommended Posts

My frontend is working fine but when I open my backend first of all it takes a lot of time to open.

 

After opening It pop ups an error " TECHNICAL_ERRROR:[object:Object] "

 

If I open any link like Catalog/Customer/Modules I get following error:

" Bad SQL query
MySQL server has gone away"

 

URL: cbseipprojects.com

post-312682-0-02919300-1443756090_thumb.jpg

post-312682-0-97917500-1443756096_thumb.jpg

Edited by saif421 (see edit history)
Link to comment
Share on other sites

Open up the browser console (f12 on chrome), tab to network and check for the entry that fires the alert. See its response (filter by "xhr" if you have trouble locating it) and take a screenshot.
Also, turn on dev mode as my signature describes

Link to comment
Share on other sites

Open up the browser console (f12 on chrome), tab to network and check for the entry that fires the alert. See its response (filter by "xhr" if you have trouble locating it) and take a screenshot.

Also, turn on dev mode as my signature describes

Hello,

 

I have turned on dev mode and when I am opening the backend I am getting

[PrestaShopDatabaseException]

MySQL server has gone away

 

            SELECT module

            FROM ps_tab_module_preference

            WHERE `id_tab` = 6

            AND `id_employee` = 0

at line 607 in file classes/db/Db.php

601.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);

602.         }

603.         else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))

604.         {

605.             if ($sql)

606.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');

607.             throw new PrestaShopDatabaseException($this->getMsgError());

608.         }

609.     }

610.

611.     /**

Edited by saif421 (see edit history)
Link to comment
Share on other sites

Hmmm just guessing here. You're running out of resources, apparently. You probably need more memory. Or, the tab is corrupted, and you can try repairing it with phpmyadmin

Yup you were right. Upgraded my hosting and things are working fine. Thanx

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...