Page 1 of 1

Fatal error Class 'localhost_transaction_ADOConnection' not found

Posted: Wed Aug 20, 2008 12:53 pm
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?

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Posted: Wed Aug 20, 2008 1:07 pm
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

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Posted: Wed Aug 20, 2008 1:31 pm
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.

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Posted: Wed Aug 20, 2008 1:45 pm
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

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Posted: Wed Aug 20, 2008 2:18 pm
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?

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Posted: Wed Aug 20, 2008 2:48 pm
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

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Posted: Wed Aug 20, 2008 3:27 pm
by BadPriTT
yes, this is enabled.

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Posted: Wed Aug 20, 2008 4:07 pm
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

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Posted: Wed Aug 20, 2008 4:46 pm
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

Re: Fatal error Class 'localhost_transaction_ADOConnection' not found

Posted: Wed Aug 20, 2008 8:24 pm
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!

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

Posted: Thu Aug 21, 2008 9:14 am
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