Fatal error Class 'localhost_transaction_ADOConnection' not found
Fatal error Class 'localhost_transaction_ADOConnection' not found
I get this error moving my CMSMS to new server (using FTP):
Fatal error: Class 'localhost_transaction_ADOConnection' not found in /var/www/vhosts/MYDOMAIN.NL/httpdocs/cms/lib/adodb_lite/generic_modules/pear_module.inc(5) : eval()'d code on line 1
Some facts:
- The file "pear_module.inc" does exist.
- Php Safe Mode, Safe Mode Gid and Regsiter_globals are turned OFF.
- I CHMOD all files/folders and followed the "Copying To a New Server" instructions.
Can anyone help me to fix this error?
Fatal error: Class 'localhost_transaction_ADOConnection' not found in /var/www/vhosts/MYDOMAIN.NL/httpdocs/cms/lib/adodb_lite/generic_modules/pear_module.inc(5) : eval()'d code on line 1
Some facts:
- The file "pear_module.inc" does exist.
- Php Safe Mode, Safe Mode Gid and Regsiter_globals are turned OFF.
- I CHMOD all files/folders and followed the "Copying To a New Server" instructions.
Can anyone help me to fix this error?
-
- Forum Members
- Posts: 116
- Joined: Mon Jul 28, 2008 4:48 pm
Re: Fatal error Class 'localhost_transaction_ADOConnection' not found
pear_module.inc is part of the core install (1.4.1 base, anyway). Is it there on your original server? Is it there on your local disk before upload? If you can get into your admin console try using the checksum file to verify the install, you might have other damaged/missing files.
Nick
Nick
Re: Fatal error Class 'localhost_transaction_ADOConnection' not found
Yes it is. I had v1.4.1 running on my original server and want to move this to my new server (FTP).
I do not see my Admin panel at all on my new server, all I see is the error.
I do not see my Admin panel at all on my new server, all I see is the error.
-
- Forum Members
- Posts: 116
- Joined: Mon Jul 28, 2008 4:48 pm
Re: Fatal error Class 'localhost_transaction_ADOConnection' not found
Try FTPing all the files again.
Tyring creating a .tar.gz of all your files, uploading that single file, and using your web hosting control panel's file manager to unpack the files (quicker and more reliable than FTP).
Try installing a fresh version of 1.4.1 just to make sure there's nothing about the hosting that is upsetting it.
Nick
Tyring creating a .tar.gz of all your files, uploading that single file, and using your web hosting control panel's file manager to unpack the files (quicker and more reliable than FTP).
Try installing a fresh version of 1.4.1 just to make sure there's nothing about the hosting that is upsetting it.
Nick
Re: Fatal error Class 'localhost_transaction_ADOConnection' not found
I can not untar online so I am convicted to ftp install 
I uploaded the latest 1.4.1 version + empty config.php [666], chmod the needed files to [777], created an empty MySQL database, opened the /install/install.php. BUT I get this error after selecting the language and OK button:
SESSION not working, you have problem with some modules and functionality! Ask your provider, exiting
Contacting my ISP will result in the answer php script support is not supported.
How can I get CMSMS running?

I uploaded the latest 1.4.1 version + empty config.php [666], chmod the needed files to [777], created an empty MySQL database, opened the /install/install.php. BUT I get this error after selecting the language and OK button:
SESSION not working, you have problem with some modules and functionality! Ask your provider, exiting
Contacting my ISP will result in the answer php script support is not supported.
How can I get CMSMS running?
-
- Forum Members
- Posts: 116
- Joined: Mon Jul 28, 2008 4:48 pm
Re: Fatal error Class 'localhost_transaction_ADOConnection' not found
Sounds a bit more fundamental than needing support for a particular script. What does phpinfo say? Is session support enabled?
Nick
Code: Select all
<?php
phpinfo();
?>
Re: Fatal error Class 'localhost_transaction_ADOConnection' not found
yes, this is enabled.
-
- Forum Members
- Posts: 116
- Joined: Mon Jul 28, 2008 4:48 pm
Re: Fatal error Class 'localhost_transaction_ADOConnection' not found
Ummm, I'm not sure then. Searching the forum for the error message only returns your post, which isn't very encouraging!
You could try these posts, but I'm not sure if they are relevant
http://forum.cmsmadesimple.org/index.php?action=printpage;topic=21568.0
http://forum.cmsmadesimple.org/index.php?topic=5949.msg32615
Time for an expert to wade in with some more suggestions...
Nick
You could try these posts, but I'm not sure if they are relevant
http://forum.cmsmadesimple.org/index.php?action=printpage;topic=21568.0
http://forum.cmsmadesimple.org/index.php?topic=5949.msg32615
Time for an expert to wade in with some more suggestions...
Nick
Re: Fatal error Class 'localhost_transaction_ADOConnection' not found
Look in phpinfo() for session save pathBadPriTT wrote: I uploaded the latest 1.4.1 version + empty config.php [666], chmod the needed files to [777], created an empty MySQL database, opened the /install/install.php. BUT I get this error after selecting the language and OK button:
SESSION not working, you have problem with some modules and functionality! Ask your provider, exiting
Call install/index.php?debug=1 and look your server logs for any errors
Alby
Re: Fatal error Class 'localhost_transaction_ADOConnection' not found
Apparently it had something to do with the fact my domain was still not active (new ISP = new server). I use PLESK Control Panel and could only preview my site and MCSMS.
What I did was adding this line "ip.add.re.ss [tab] www.domain.com" to this file:
C:\Windows\system32\drivers\etc\hosts
Now I can complete my CMSMS install. Hopefully I can correct the remaining errors with my ISP. Therefor I keep this post open for now. As soon my install is successfully finished I will post my resolving issues to complete this post.
Thanks for all your help, I really appreciate this!
What I did was adding this line "ip.add.re.ss [tab] www.domain.com" to this file:
C:\Windows\system32\drivers\etc\hosts
Now I can complete my CMSMS install. Hopefully I can correct the remaining errors with my ISP. Therefor I keep this post open for now. As soon my install is successfully finished I will post my resolving issues to complete this post.
Thanks for all your help, I really appreciate this!
[SOLVED] Re: Fatal error Class 'localhost_transaction_ADOConnection' not found
Installing CMSMS worked. Final errors could be corrected by modifying the php.ini file (also read this help file about modifying php.ini files).
Again, thanks to Nick and Alby for there contribution! I close this topic now.
Steven
Again, thanks to Nick and Alby for there contribution! I close this topic now.
Steven