PDA

View Full Version : Moved server and having trouble :)


Tobes
05-08-2008, 05:32 PM
Hi guys,

I have just moved from a windows server to a linux server, and Im trying to connect to the database and im getting an error already :eek:

heres the config.php:

<?php
$url ="http://www.itstooloud.com/V3/news/";
$root = "/home/tobes/public_html/itstooloud/V3/news/";
$admin_directory = "admin";
$sqlHost = "localhost";
$sqlUsername = "tobes_ITLV3Vivvo";
$sqlPassword = "***********";
$sqlDatabaseName = "tobes_vivvonews";
$showFriendlyURL = "no";
?>

and heres the error Im now getting when i try to log into the CP:

Fatal error: Call to undefined function: sql_error() in /home/tobes/public_html/itstooloud/V3/news/Class/Users.class.php on line 280

and heres line 280 on Class.users.php:

$result = mysql_query($SQL, $this->connection) or sql_error($SQL);

does anyone have any ideas, this is Vivvo3.5

Thanks

Tobes

shketuljko
05-09-2008, 10:48 AM
Please read this:
http://www.vivvo.net/forums/showthread.php?t=2735

Tobes
05-12-2008, 04:14 AM
Hi,

Im sorry your post is of absolutely no help to me, if you saw my website you would realise its too heavily modified for me to upgrade, especially as the plugins are not all available.

can some one please help resolve my problems.

many thanks

boccio
05-12-2008, 08:47 AM
Just sent you PM.

Tobes
05-12-2008, 06:59 PM
Hi,

Please can some one have a look at these errors for me, i really need to get the site back up.

http://www.itstooloud.com/V3/news/

many thanks

Tobes