Fatal error Class 'localhost_transaction_ADOConnection' not found

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
BadPriTT

Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by BadPriTT »

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?
Nick Smart
Forum Members
Forum Members
Posts: 116
Joined: Mon Jul 28, 2008 4:48 pm

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by Nick Smart »

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
BadPriTT

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by BadPriTT »

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.
Nick Smart
Forum Members
Forum Members
Posts: 116
Joined: Mon Jul 28, 2008 4:48 pm

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by Nick Smart »

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
BadPriTT

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by BadPriTT »

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?
Nick Smart
Forum Members
Forum Members
Posts: 116
Joined: Mon Jul 28, 2008 4:48 pm

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by Nick Smart »

Sounds a bit more fundamental than needing support for a particular script. What does phpinfo say? Is session support enabled?

Code: Select all

<?php
 phpinfo();
?>
Nick
BadPriTT

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by BadPriTT »

yes, this is enabled.
Nick Smart
Forum Members
Forum Members
Posts: 116
Joined: Mon Jul 28, 2008 4:48 pm

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by Nick Smart »

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
alby

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by alby »

BadPriTT 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
Look in phpinfo() for session save path
Call install/index.php?debug=1 and look your server logs for any errors

Alby
BadPriTT

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by BadPriTT »

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!
BadPriTT

[SOLVED] Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Post by BadPriTT »

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
Locked

Return to “CMSMS Core”