The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
PC install
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 Any help is appreciated! |
#2
|
|||
|
|||
right click when file is on desktop and then rename
|
#3
|
||||
|
||||
I actually tried that too. No go.
|
#4
|
|||
|
|||
Quote:
That message happens because some vb3 versions aren't completely compatible with newer versions of php. If you have a way to do a global search and replace on all the vb files, you can replace all occurances of "~E_NOTICE);" with "~E_NOTICE & ~8192);" and it should get rid of most of those. Quote:
|
#5
|
|||
|
|||
Quote:
Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192); Code:
<?php error_reporting(E_ALL & ~E_NOTICE & ~8192); |
#6
|
|||
|
|||
Yeah, I haven't tried that ^^^, but it looks like it might do the same as the replacements I suggested (but is a lot easier, of course).
|
#7
|
||||
|
||||
Thanks guys, but I am not using a ftp yet since I am just installing on my pc for now. I normally would just go for the server, but I won't have Inet access half the time I am build the site.
My install version is 3.7.2 |
#8
|
|||
|
|||
ignore the ftp part, we're just used to people working with files on a remote server. Just go to the global.php file and edit it as xp warrior described above.
|
#9
|
||||
|
||||
Yeah, I figured that and did it. Once again it didn't help.
I appreciate the help guys. I wish there was a thorough install guide out there for Xampp and vbulletin for the pc. |
#10
|
|||
|
|||
Quote:
I just did this a couple days ago. I installed XAMPP, started the XAMPP control panel to make sure Apache and MySQL was running, then I created a "forum" folder under XAMPP/htdocs (which is optional, you can install it in htdocs if you want). I then followed the vbulletin install instructions except of course when it talks about "uploading" I just copied the files to XAMPP/htdocs/forum. So there isn't much in the way of special instructions. I think if you work out the issue you're having with editing the vb files you'll probably find it'll work. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|