Quote:
Originally Posted by fiber1
I am trying to install VB on my pc to design my site. I tried the XAMPP install, but keep getting this message.
Code:
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\install\init.php on line 44
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\install\init.php on line 83
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\install\init.php on line 91
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\install\init.php on line 171
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\install\init.php on line 183
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forum\includes\class_core.php on line 2518
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\xampp\htdocs\forum\includes\class_core.php on line 1637
Warning: include(C:\xampp\htdocs\forum/includes/config.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\forum\includes\class_core.php on line 2533
Warning: include() [function.include]: Failed opening 'C:\xampp\htdocs\forum/includes/config.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\forum\includes\class_core.php on line 2533
Configuration: includes/config.php does not exist. Please fill out the data in config.php.new and rename it to config.php
I also can't for the life of me rename the config.new file to config.php No matter what I do. I copied it to another text editor and saved the file and notta.
Any help is appreciated!
|
In Your Ftp Seach globle.php and add this code after <?php
Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192);
After Add Look Like This
Code:
<?php
error_reporting(E_ALL & ~E_NOTICE & ~8192);
I Hope Usefull For You