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.
|
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:
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!
|
What do you mean it's not working? Are you saving without an error but you don't see a config.php? I know sometimes an editor will automatically add an extension to the file unless you choose "php" or "all files" from the filter dropdown when saving, so maybe it's getting saved with a different extension? Also, right click on the folder and select properties, and make sure the folder isn't set as "read only".