vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - v3 Arcade - Professional vBulletin Gaming (https://vborg.vbsupport.ru/showthread.php?t=205692)

Chase 12-26-2012 04:27 PM

bump... any idea here?

BirdOPrey5 12-26-2012 04:46 PM

On each line of each file in the error message you posted you need to remove the & by the =.

Save backups just in case.

Chase 12-26-2012 09:59 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2392841)
On each line of each file in the error message you posted you need to remove the & by the =.

Save backups just in case.

Thanks for the reply...

The only & sign I saw next or near an = sign was on line 2552 on the class_core file

I did not see any & sign on the posted lines in the init file.

BirdOPrey5 12-27-2012 03:23 PM

Was there an & at all?

Like &$something ?

I don't have the VB 3.8.5 files to check against. Maybe post line 55 from init.php (just the 1 line) and I will see what is going on.

Lucyloo 12-28-2012 10:01 AM

I wondered if someone could help me please? One of our members keeps getting this error message while playing in the Arcade.


Quote:

you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Chase 12-29-2012 04:27 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2393055)
Was there an & at all?

Like &$something ?

I don't have the VB 3.8.5 files to check against. Maybe post line 55 from init.php (just the 1 line) and I will see what is going on.

line 55 from init.php (vB 3.8.7 PL3)

Quote:

$vbulletin = new vB_Registry();

ravenscape 01-03-2013 04:43 PM

We upgraded our php version yesterday and v3arcade started throwing deprecation errors.

Changing one line of code fixed the problem.

in arcade.php change

PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

to

PHP Code:

error_reporting(E_ALL & ~E_NOTICE & ~8192); 


juan71287 10-12-2013 09:58 AM

any ideas why?

http://prntscr.com/1wt405

PsychoModz 10-12-2013 02:46 PM

Quote:

Originally Posted by juan71287 (Post 2452547)

Did you upload the /forums/admincp/v3arcade_admin.php to your /admincp/ directory, so it gives you /admincp/v3arcade_admin.php? Do not upload the /forums/ directory itself, only the files and directories inside /forums/.

juan71287 10-14-2013 01:47 AM

Fixed. Thanks :)


All times are GMT. The time now is 03:44 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.01913 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (2)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