I Have mySQL debian 10.2 and PHP 7.2.34
But get ERROR IN INSTALL TINE ON create -db ""504 Gateway Time-out""
Posted 27 December 2020 - 05:08 PM
I Have mySQL debian 10.2 and PHP 7.2.34
But get ERROR IN INSTALL TINE ON create -db ""504 Gateway Time-out""
Posted 28 December 2020 - 05:54 AM
after save change in General Settings I get Error
We're sorry!
We are currently experiencing some technical issues. Please try again or report this to your site administrator using the contact form.
Administrator: Please check the error log in your admin panel for more information regarding this error.
Error Code: e65c99
2020-12-24T18:40:49+00:00 CRIT (2):
Error Code: cdaa32
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Column 'value' cannot be null in /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Zend/Db/Statement/Mysqli.php:214
Stack trace:
#0 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Zend/Db/Statement.php(303): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array)
#2 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Zend/Db/Adapter/Abstract.php(576): Zend_Db_Adapter_Abstract->query('INSERT INTO `en...', Array)
#3 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Zend/Db/Table/Abstract.php(1076): Zend_Db_Adapter_Abstract->insert('engine4_core_se...', Array)
#4 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Engine/Db/Table.php(146): Zend_Db_Table_Abstract->insert(Array)
#5 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/modules/Core/Model/DbTable/Settings.php(155): Engine_Db_Table->insert(Array)
#6 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/modules/Core/Model/DbTable/Settings.php(109): Core_Model_DbTable_Settings->setSetting('core.general.si...', NULL)
#7 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/modules/Core/Api/Settings.php(35): Core_Model_DbTable_Settings->setSetting('core.general', Array)
#8 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/modules/Core/controllers/AdminSettingsController.php(67): Core_Api_Settings->__set('core_general', Array)
#9 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Zend/Controller/Action.php(516): Core_AdminSettingsController->generalAction()
#10 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('generalAction')
#11 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#12 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/modules/Core/Bootstrap.php(86): Zend_Controller_Front->dispatch()
#13 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Engine/Application.php(160): Core_Bootstrap->run()
#14 /var/www/emk0lbaskic/data/www/emkolbaski.com/application/index.php(223): Engine_Application->run()
#15 /var/www/emk0lbaskic/data/www/emkolbaski.com/boot.php(47): include('/var/www/emk0lb...')
#16 /var/www/emk0lbaskic/data/www/emkolbaski.com/index.php(24): Engine_Boot->boot()
#17 {main}
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Column 'value' cannot be null in /var/www/emk0lbaskic/data/www/emkolbaski.com/application/libraries/Zend/Db/Statement/Mysqli.php:214
Check your database for this error. Apparently you have the column 'value' set to null.
Please don't forget to
"LIKE" if you like this post or if it is helpful to you. This is a way to show gratitude for the help that you received. After all, the "LIKE" costs you nothing. Don't you agree? Also, any and all modules, plug-ins, themes, widgets, or DB entries that are shared or posted by me are for educational purposes. Please visit the developers websites and purchase legitimately, if you like them. Thanks, Les
Posted 28 December 2020 - 05:10 PM
~/www/emkolbaski.com/application/libraries/Zend/Db/Statement/Mysqli/Unprepared.php=======NO HERE Mysqli.php:214
2 FILES ONLY IN FOLDER /www/emkolbaski.com/application/libraries/Zend/Db/Statement/Mysqli/
Unprepared.php AND Exception.php
Posted 28 December 2020 - 06:16 PM
This is just the script to connect to database. There is a column in your database called 'value'. The script error is saying it is set to 'null' and it needs to be set to un-null or unticked, if that's the case.
[214] throw new Zend_Db_Statement_Mysqli_Exception("Mysqli statement execute error : " . $this->_stmt->error, $this->_stmt->errno);
Edited by Les, 28 December 2020 - 06:31 PM.
Please don't forget to
"LIKE" if you like this post or if it is helpful to you. This is a way to show gratitude for the help that you received. After all, the "LIKE" costs you nothing. Don't you agree? Also, any and all modules, plug-ins, themes, widgets, or DB entries that are shared or posted by me are for educational purposes. Please visit the developers websites and purchase legitimately, if you like them. Thanks, Les
Posted 29 December 2020 - 01:58 PM
This is just the script to connect to database. There is a column in your database called 'value'. The script error is saying it is set to 'null' and it needs to be set to un-null or unticked, if that's the case.
[214] throw new Zend_Db_Statement_Mysqli_Exception("Mysqli statement execute error : " . $this->_stmt->error, $this->_stmt->errno);~This line above [214] is what prompts the error message you are getting. It told you what the problem was at the beginning... column named value in database is set to 'null'... unset it.
Th..you for help But you don't understand me. I get ""504 Gateway Time-out"" in install time SE-5.3.3 . AFTER DB INFORMATION. ITS 4 STEP ON INSTALLATION TIME
Edited by vladben, 29 December 2020 - 02:00 PM.
Posted 08 January 2021 - 04:28 PM
The installation of the upgrade package is throwing an error, sayin: "Query failed with error: Mysqli statement execute error : Duplicate column name 'main_package_id'" (screenshot: https://ibb.co/9wkGWxv) It that mean, that I have to rename that column manually like ; 'main_package_id1' ?
Thank you in advance!
Edited by Alemantico, 08 January 2021 - 04:30 PM.
0 members, 0 guests, 0 anonymous users