![]() |
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 Any help is appreciated! |
right click when file is on desktop and then rename
|
Quote:
|
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:
|
Quote:
Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192); Code:
<?php |
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).
|
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 |
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.
|
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. |
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. |
All times are GMT. The time now is 07:18 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|