Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
I am getting below error after moving the website from local to server, please check. I have never come across any error like this in past and upload to server was smooth, but this time I am stuck.
Warning: include_once(/hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodbSQL_drivers/dbatech/dbatech_driver.inc) [function.include-once]: failed to open stream: No such file or directory in /hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodb.inc.php on line 53
Warning: include_once() [function.include]: Failed opening '/hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodbSQL_drivers/dbatech/dbatech_driver.inc' for inclusion (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in /hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodb.inc.php on line 53
Warning: include_once(/hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodbSQL_drivers/dbatech/dbatech_date_module.inc) [function.include-once]: failed to open stream: No such file or directory in /hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodb.inc.php on line 67
Warning: include_once() [function.include]: Failed opening '/hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodbSQL_drivers/dbatech/dbatech_date_module.inc' for inclusion (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in /hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodb.inc.php on line 67
Warning: include_once(/hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodbSQL_drivers/dbatech/dbatech_extend_module.inc) [function.include-once]: failed to open stream: No such file or directory in /hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodb.inc.php on line 67
Warning: include_once() [function.include]: Failed opening '/hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodbSQL_drivers/dbatech/dbatech_extend_module.inc' for inclusion (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in /hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/adodb.inc.php on line 67
Fatal error: Class 'dbatech_extend_ADOConnection' not found in /hermes/bosoraweb110/b724/ipg.servername/dbatech/lib/adodb_lite/generic_modules/pear_module.inc(5) : eval()'d code on line 1
Two possibilities occur to me:
a) you uploaded via FTP and it didn't go well (try again in binary mode and do a checksum);
b) you have paths hard-coded on your config.php and you didn't edit them to reflect the new server configuration;
In any case: clear cache before and after moving a site...
HTH
"There are 10 types of people in this world, those who understand binary... and those who don't." * by the way: English is NOT my native language (sorry for any mistakes...).Code of Condut | CMSMS Docs | Help Support CMSMSMy developer Page on the ForgeGeekMoot 2015 in Ghent, Belgium: I was there! GeekMoot 2016 in Leicester, UK: I was there! DevMoot 2023 in Cynwyd, Wales: I was there!
The include_once statement includes and evaluates the specified file during the execution of the script.With PHP 4, _once functionality differs with case-insensitive operating systems,This behaviour changed in PHP 5. So maybe check your PHP version!
pete290 wrote:The include_once statement includes and evaluates the specified file during the execution of the script.With PHP 4, _once functionality differs with case-insensitive operating systems,This behaviour changed in PHP 5. So maybe check your PHP version!
Jo Morg wrote:Two possibilities occur to me:
a) you uploaded via FTP and it didn't go well (try again in binary mode and do a checksum);
b) you have paths hard-coded on your config.php and you didn't edit them to reflect the new server configuration;
In any case: clear cache before and after moving a site...
HTH
I have cleared cache as well and updates the confiq file, but still unable to locate where I am missing.
We need more info: (click the "Before Asking For Help!" on my sig...)
"There are 10 types of people in this world, those who understand binary... and those who don't." * by the way: English is NOT my native language (sorry for any mistakes...).Code of Condut | CMSMS Docs | Help Support CMSMSMy developer Page on the ForgeGeekMoot 2015 in Ghent, Belgium: I was there! GeekMoot 2016 in Leicester, UK: I was there! DevMoot 2023 in Cynwyd, Wales: I was there!
I think this is server problem because fresh install is also not working on the server. Still I am exploring and will come with detail if found exact reason.
These are my server detail, is it not compatible for latest 1.10.11 cmsms. What may be the issue?
MySQL version is 5.5.32
PHP version 5.3.13
Yes, yesterday I changed it by mistake but again restored the correct one and still the errors where not going.
Today I made a fresh install in different server and exported everything there the error where still showing, but I think that was because of files in tmp folder that where calling still from local, once I deleted all files from tmp folder it started working fine.
Thanks for all your support. and for others I will like to tell that clear everything from tmp folder when you export from local to server to avoid such situation.
Thanks for all your support, I think everything is clear now. I was concern mainly because earlier I have never faced issue while moving, so this time I was worried that what went wrong.