vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

Stratis 12-29-2017 06:29 PM

Quote:

Originally Posted by MarkFL (Post 2591910)
Yes, look back in the most recent pages of this discussion and I and others have uploaded files and advice. :)

I have find all changes for any one is concerned.


vb4.2.5 and PHP 7 (White page at arcade.php(error 500) and white page at admincp arcade.php


1) https://vborg.vbsupport.ru/showpost....postcount=7315
2) https://vborg.vbsupport.ru/showpost....ostcount=73163
3) https://vborg.vbsupport.ru/showpost....postcount=7375
4) https://vborg.vbsupport.ru/showpost....postcount=7378


P.S. admincp arcade.php is fixed but still have white pages to central arcade.php
I wiil make all changes again tomorrow, thanks Mark, I do not see that will fix it though :)

Stratis 12-30-2017 03:37 PM

With the arcade.php I get this error 500

Code:

mod_fcgid: stderr: PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /var/www/vhosts/TEST FORUM/httpdocs/arcade.php on line 3198, referer: https://www.TEST FORUM/forum.php
Its this in line.
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());


I change it to this, as I read some posts back from MarkFL.
$bbcode_parser =. new vB_BbCodeParser($vbulletin, fetch_tag_list());
But now I get this error.
Code:

mod_fcgid: stderr: PHP Parse error: syntax error, unexpected '.' in /var/www/vhosts/TEST FORUM/httpdocs/arcade.php on line 3198, referer: https://www.TEST FORUM/forum.php
Any one can give a fix. Thanks :)

MarkFL 12-30-2017 03:52 PM

I couldn't find the post of mine you're talking about, but you definitely don't want that period in there. :)

Stratis 12-30-2017 04:56 PM

https://vborg.vbsupport.ru/showpost....postcount=7359 :)

MarkFL 12-30-2017 05:08 PM

Quote:

Originally Posted by Stratis (Post 2591953)

Okay, the period was just the end of the sentence, but it was sloppy on my part...I should have used code blocks like so:

Yes, go through the file "arcade.php" and do a search/replace on

PHP Code:

=& 

to change them all to

PHP Code:




Stratis 12-30-2017 05:29 PM

Yes I did that from your previous post and it works.
So if any one has vb.4.2.5 and PHP 7xxx
- With patient do exactly all changes that are included in post #7431 (4 post links) and the post above.
All changes by MarkFL are targeted and makes ibProArcade to work.


Thanks my friend :)

dan325ci 02-09-2018 09:26 AM

I really have tried all the steps above and still get a blank white page.

BirdOPrey5 02-09-2018 05:35 PM

Quote:

Originally Posted by dan325ci (Post 2592798)
I really have tried all the steps above and still get a blank white page.

Blank white screen means you should check your PHP Error log. Look for a file called error_log in your forum directory. It may vary on different servers.

dan325ci 02-10-2018 12:26 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2592819)
Blank white screen means you should check your PHP Error log. Look for a file called error_log in your forum directory. It may vary on different servers.

Actually i got the arcade to load but inside the admincp under the Arcade section, every option i click such as add game gives me this error:

Code:

Call to undefined function mysql_connect() on line 41 in /home/mydirectory/public_html/forum/arcade/functions/dbclass.php
#0 /home/mydirectory/public_html/forum/admincp/arcade.php(188): db_driver->connect()
#1 {main}

Any ideas? :confused:

MarkFL 02-10-2018 12:32 AM

Try editing the file "arcade.php" in your forum's root folder, and look near the top of the file for the global switches and set $MSQLI to 1.


All times are GMT. The time now is 04:50 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.08353 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (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