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)

Coder2016 04-06-2017 10:11 PM

Have a few posts back read but unfortunately no changes for the file functions.php found.

Coder2016 04-07-2017 09:20 AM

Quote:

Originally Posted by MarkFL (Post 2584929)
With a few minor changes it is, which I posted a while back in this thread. :)

Where exactly are these changes? Unfortunately, nothing found.

MarkFL 04-07-2017 10:35 AM

Quote:

Originally Posted by Coder2016 (Post 2584949)
Where exactly are these changes? Unfortunately, nothing found.

The changes are in the files I uploaded. :)

DGrey2011 04-11-2017 05:11 AM

Hello!

I have been using IbProArcade for a while now. However, it suddenly started to work very very slowly, it takes more than 1 minute for the main arcade page to load.

This happened both with version 2.7.2+ on a vBulletin 4.2.2 and it's happening the same on vBulletin 4.2.4. I then upgraded ibPro to 2.7.3+ but the issue is still there. Any suggestions?

Coder2016 04-15-2017 01:07 AM

Hi,

Where are these links defined in the Arcade?

https://vborg.vbsupport.ru/external/2017/04/5.png

Many thanks.

dan325ci 05-16-2017 03:57 PM

I just upgraded to vb 4.2.5 and i am getting a blank white page on the arcade.php page. (500 error)

Any ideas what might be causing this?

In Omnibus 05-16-2017 04:14 PM

Quote:

Originally Posted by dan325ci (Post 2586598)
I just upgraded to vb 4.2.5 and i am getting a blank white page on the arcade.php page. (500 error)

Any ideas what might be causing this?

500 is a general server error.

If you have the actual error log it would help track down the specific issue.

The error(s) should be sent to the technical e-mail address in the config.php file

dan325ci 05-16-2017 04:32 PM

Quote:

Originally Posted by In Omnibus (Post 2586601)
500 is a general server error.

If you have the actual error log it would help track down the specific issue.

The error(s) should be sent to the technical e-mail address in the config.php file

Hi

here is the log:

[16-May-2017 18:11:21 UTC] PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /home/username/public_html/forum/arcade.php on line 3191

Line 3191 is this:

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());


It appears this only happened because i upgraded to php 7 also yesterday. So either i can go back to 5.6 which i was using before or fix this error

Any way to fix it? I think the "&" symbol is deprecated in PHP 7 but how to fix it?

MarkFL 05-16-2017 04:55 PM

Yes, go through the file "arcade.php" and do a search/replace on =& to change them all to =. :)

You may also need to change line 35 to:

PHP Code:

$MYSQLI    1;        // set to 1 to use ibProArcade-mySQLi-driver (may cause problems!) 


dan325ci 05-16-2017 05:09 PM

Did all those changes but now getting this:

ERROR: Cannot find database myforums_forums

There is a SQL error.
You can contact the board administrator by clicking here

Error Returned


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.10055 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)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