Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
arcade.php Details »»
arcade.php
Version: , by iou1 iou1 is offline
Developer Last Online: Apr 2009 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-02-2008 Last Update: Never Installs: 0
 
No support by the author.

Everything goes okay on the installation until I go into the AdminCP and click 'Group Settings'. I receive the following error:

Quote:
Warning: main(./arcade/functions/functions.php) [function.main]: failed to open stream: No such file or directory in /admincp/arcade.php on line 37

Warning: main(./arcade/functions/functions.php) [function.main]: failed to open stream: No such file or directory in /admincp/arcade.php on line 37

Fatal error: main() [function.require]: Failed opening required './arcade/functions/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/torie/public_html/admincp/arcade.php on line 37
I've put the .php file in the folder. I see that it's there. I followed the directions accordingly however I'm still getting this error that there is no such file. Here is the file path directly from my server: /public_html/admincp/arcade.php is that not correct?

Please help. This is an ongoing issue and I really want to give my members an arcade finally.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-03-2008, 02:28 AM
double_d double_d is offline
 
Join Date: May 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have very similar errors

Warning: main() [function.main]: Unable to access ./arcade/functions/functions.php in /arcade.php on line 143

Warning: main(./arcade/functions/functions.php) [function.main]: failed to open stream: No such file or directory in /arcade.php on line 143

Warning: main() [function.main]: Unable to access ./arcade/functions/functions.php in /arcade.php on line 143

Warning: main(./arcade/functions/functions.php) [function.main]: failed to open stream: No such file or directory in /arcade.php on line 143

Warning: main() [function.main]: Unable to access ./arcade/functions/functions.php in /arcade.php on line 143

Warning: main(./arcade/functions/functions.php) [function.main]: failed to open stream: No such file or directory in /arcade.php on line 143

Fatal error: main() [function.require]: Failed opening required './arcade/functions/functions.php' (include_path='.:/opt/php4/lib/php') in /home/auspool/public_html/forum2/arcade.php on line 143

please help us

daniel d
Reply With Quote
  #3  
Old 01-03-2008, 02:46 PM
iou1 iou1 is offline
 
Join Date: Sep 2007
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We're SOL. Many others have had this Q and it goes unanswered.
Reply With Quote
  #4  
Old 01-03-2008, 07:31 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

make sure you have the correct files uploaded to the correct places

there is one arcade.php for forum's root and one for /admincp/

both are different!
Reply With Quote
  #5  
Old 01-03-2008, 07:45 PM
double_d double_d is offline
 
Join Date: May 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is the instructions i followed
and i am pretty sure i followed then right
Start off by uploading all the files needed.

The entire /arcade folder to your forum's root directory
The files in the /admincp folder to your forum's /admincp folder
The files in /includes/xml folder to your forum's /includes/xml folder
arcade.php and holdsession.php to your forum's root folder

Now CHMOD the /arcade directory and all its subfolders to 0777

Make sure that there is no installer.php in your forum's root directory, if so -> delete them !

Open your AdminCP and do the following:

Open the Menu Plugin-System
Click Manage Products
Click [Add/Import Product]
Enter the path to the Product-XML-File: ./includes/xml/product-ibproarcade.xml and click IMPORT
Confirm the Import of that Product
Ready - the Hack is installed !

do you know which rcade file is which

daniel d
Reply With Quote
  #6  
Old 01-03-2008, 07:47 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

open the files and read the beginning, the one in /admincp has

Code:
// ibProArcade Administrator Control Panel for v2.6.5+
in it
Reply With Quote
  #7  
Old 01-03-2008, 08:12 PM
double_d double_d is offline
 
Join Date: May 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just thought about that before

but i did have it the right way

help !!!!!

thanks
and in admin when i click on group permissions or anything in arcade
it has same error but line 37
when i click on arcade link in forum it is line 143
daniel d

--------------- Added [DATE]1199417979[/DATE] at [TIME]1199417979[/TIME] ---------------

Quote:
Originally Posted by MrZeropage View Post
make sure you have the correct files uploaded to the correct places

there is one arcade.php for forum's root and one for /admincp/

both are different!

i did have them right
but swapped to see what would happen
all that happened was
when i click on arcade link it has error in line 37

and in admin arcade it has error 143

it was other way round when the arcade php files were the right way round

daniel d

--------------- Added [DATE]1199425010[/DATE] at [TIME]1199425010[/TIME] ---------------

ok so what hapened was i uploaded the actual folder that i origannly downloaded
not the arcade folder inside of it
instructions a little vague

when it says upload entire arcade folder i assumed it was the file i downloaded

seems fixed now

daniel d
Reply With Quote
  #8  
Old 01-04-2008, 04:49 AM
iou1 iou1 is offline
 
Join Date: Sep 2007
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrZeropage View Post
open the files and read the beginning, the one in /admincp has

Code:
// ibProArcade Administrator Control Panel for v2.6.5+
in it
That is the arcade.php I have in my admincp. Where is the other arcade.php located? I only have one in all the files? You say one goes in the forum root and one in the admincp. Where is the forums root one located?
Reply With Quote
  #9  
Old 01-04-2008, 07:23 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by double_d View Post
ok so what hapened was i uploaded the actual folder that i origannly downloaded
not the arcade folder inside of it
instructions a little vague

when it says upload entire arcade folder i assumed it was the file i downloaded

seems fixed now
Have a close look on the (quoted) instructions
Quote:
The entire /arcade folder to your forum's root directory
Reply With Quote
  #10  
Old 01-06-2008, 04:48 PM
iou1 iou1 is offline
 
Join Date: Sep 2007
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:26 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07671 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete