View Single Post
  #1  
Old 03-01-2011, 08:20 AM
Inf3rnal's Avatar
Inf3rnal Inf3rnal is offline
Member
 
Join Date: Mar 2011
Location: Florida
Posts: 108
Gender: Male
Credits: 20,049
Inf3rnal is on a distinguished road
Exclamation Errors Running Mysidia

I've been using Rusnak's PHP Adoptables for awhile now and I just found out about Mysidia.

Well I loaded it up in my Xampp development server which is running the following:

Quote:
+ Apache 2.2.17
+ MySQL 5.5.8 (Community Server)
+ PHP 5.3.5 (VC6 X86 32bit) + PEAR
+ XAMPP Control Version 2.5 from www.nat32.com
+ XAMPP Security
+ SQLite 2.8.15
+ OpenSSL 0.9.8o
+ phpMyAdmin 3.3.9
+ ADOdb 5.11
+ Mercury Mail Transport System v4.62
+ FileZilla FTP Server 0.9.37
+ Webalizer 2.01-10
+ Zend Optimizer 3.3.0
+ Perl 5.10.1
+ Mod_perl 2.0.4
+ Tomcat 7.0.3
The errors I get are probably PHP5 fault due to it not like deprecated PHP4 code. Anyways here are the errors:

Code:
Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Username\Server\php\PEAR\Config.php on line 80

Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Username\Server\php\PEAR\Config.php on line 166

Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Username\Server\php\PEAR\Config\Container.php on line 111

Notice: Undefined variable: dbhost in C:\Users\Username\Server\htdocs\adopt\inc\functions.php on line 13

Notice: Undefined variable: dbuser in C:\Users\Username\Server\htdocs\adopt\inc\functions.php on line 13

Notice: Undefined variable: dbpass in C:\Users\Username\Server\htdocs\adopt\inc\functions.php on line 13

Notice: Undefined variable: dbname in C:\Users\Username\Server\htdocs\adopt\inc\functions.php on line 14

Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Username\Server\php\PEAR\Config.php on line 80

Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Username\Server\php\PEAR\Config.php on line 166

Fatal error: Cannot redeclare class Config in C:\Users\Username\Server\php\PEAR\Config.php on line 44
Reply With Quote