XF 1.1 A server error has occurred

Try adding this to the bottom of your library/config.php file:

Code:
$config['enableListeners'] = 0;

Does that allow you to enter the Admin CP?

Also, if you add this line then it should show a more detailed error directly on the forum:

Code:
$config['debug'] = 1;
 
Error list.

Thanks.

repare mysqli error: INSERT command denied to user 'trsecnet' @ '188 .121.41.145 'for table' xf_search '
  1. Zend_Db_Statement_Mysqli-> _prepare () in Zend / Db / Statement.php at line 115
  2. Zend_Db_Statement-> __construct () in Zend / Db / Adapter / Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli-> prepare () in Zend / Db / Adapter / Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract-> query () in Zend / Db / Adapter / Abstract.php at line 574
  5. Zend_Db_Adapter_Abstract-> insert () in XenForo / Model / search.php at line 74
  6. XenForo_Model_Search-> insertSearch () in XenForo / ControllerPublic / FindNew.php at line 159
  7. XenForo_ControllerPublic_FindNew-> findNewThreads () in XenForo / ControllerPublic / FindNew.php at line 15
  8. XenForo_ControllerPublic_FindNew-> actionThreads () in XenForo / FrontController.php at line 310
  9. XenForo_FrontController-> dispatch () in XenForo / FrontController.php at line 132
  10. XenForo_FrontController-> run () in / home/content/73/9340773/html/index.php at line 13
Please help me.
 
That is a problem with your MySQL permissions.

Godaddy provides you with both a read-only user and a full access user for your MySQL database. Make sure you are using the full access user. Login to Godaddy's online control panel. Go to Databases -> MySQL. It should be in there.
 
Top Bottom