vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   PC install (https://vborg.vbsupport.ru/showthread.php?t=282754)

fiber1 05-11-2012 12:30 AM

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

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!

ForceHSS 05-11-2012 01:07 AM

right click when file is on desktop and then rename

fiber1 05-11-2012 01:13 AM

Quote:

Originally Posted by ForceHSS (Post 2328253)
right click when file is on desktop and then rename

I actually tried that too. No go.

kh99 05-11-2012 01:52 AM

Quote:

Originally Posted by fiber1 (Post 2328241)
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".

Xp.Warrior 05-11-2012 02:18 AM

Quote:

Originally Posted by fiber1 (Post 2328241)
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

kh99 05-11-2012 02:25 AM

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).

fiber1 05-11-2012 02:40 AM

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

kh99 05-11-2012 03:02 AM

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.

fiber1 05-11-2012 03:18 AM

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.

kh99 05-11-2012 10:56 AM

Quote:

Originally Posted by fiber1 (Post 2328269)
I wish there was a thorough install guide out there for Xampp and vbulletin for the pc.


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
  • Page Generation 0.01127 seconds
  • Memory Usage 1,749KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete