EzPortal - Portal Software for Forums

EzPortal - Made to Fit Your SMF Forum - Glad You Found Us!
+- +-

UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Recent Posts

Smiley missing in shoutbox 2.1.4 by hustreamload
July 26, 2023, 08:14:02 am

Re: Theme Select Box question? by Shades
March 15, 2023, 06:49:49 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 02:09:24 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 01:55:53 pm

Re: Theme Select Box question? by EzPortal
March 09, 2023, 01:47:42 pm

Re: Theme Select Box question? by Shades
March 09, 2023, 01:34:07 pm

Re: Theme Select Box question? by EzPortal
March 09, 2023, 12:20:17 pm

Re: Theme Select Box question? by EzPortal
March 02, 2023, 11:26:15 pm

+- HTML Menu


Sample HTML Block Usage - You May Custom Code it, as needed!

Recent Topics ezBlock

Smiley missing in shoutbox 2.1.4 by hustreamload
July 26, 2023, 08:14:02 am

Theme Select Box question? by Shades
March 15, 2023, 06:49:49 pm

Where is the facebook button color? by EzPortal
February 28, 2023, 06:45:09 pm

Display on Mobile - SMF 2.1.3 and EZ 5.5.2 by BugginIn
December 29, 2022, 04:07:13 pm

Blocks Help by Riggs1973
November 20, 2022, 12:59:30 pm

Surface ol lite theme release Free! by Steffen K.
November 18, 2022, 03:57:24 am

Undefined index: href by EzPortal
October 04, 2022, 08:49:59 pm

SMF-ezportal_column_5.cache): failed to open stream: No such file or directory by EzPortal
June 04, 2022, 11:40:13 am

Arcade block error: failed to open stream: No such file or directory by Shades
May 20, 2022, 02:47:13 pm

ezPortal 5.5 by EzPortal
May 20, 2022, 09:59:30 am

Author Topic: Fatal error: require_once  (Read 8356 times)

0 Members and 1 Guest are viewing this topic.

Offline Needfulthngz

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Fatal error: require_once
« on: November 19, 2012, 02:52:05 pm »
I ran the arcade mod with in ezblock and now all I have left of my forum is the shoutbox. I can't see the rest of my forum and I get this error.

Fatal error: require_once() [function.require]: Failed opening required '/home/content/83/9865783/html/Sources/Subs-Arcade.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/83/9865783/html/Sources/Subs-EzPortalMain2.php on line 2200


I can't get to My admin page to fix the error.

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1298
  • Karma: 67
Re: Fatal error: require_once
« Reply #1 on: November 19, 2012, 02:53:48 pm »
Add an empty file called Sources/Subs-Arcade.php
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1298
  • Karma: 67
Re: Fatal error: require_once
« Reply #2 on: November 19, 2012, 02:55:28 pm »
Add an empty file called Sources/Subs-Arcade.php
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline Needfulthngz

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Fatal error: require_once
« Reply #3 on: November 19, 2012, 03:51:18 pm »
Thanks for the quick reply.
I added the file...but I'm still getting this error.

Fatal error: Call to undefined function getGameInfo() in /home/content/83/9865783/html/Sources/Subs-EzPortalMain2.php on line 2205

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1298
  • Karma: 67
Re: Fatal error: require_once
« Reply #4 on: November 19, 2012, 05:02:15 pm »
Download SMF Arcade from the mod site and grab their sources/subs-arcade.php and upload it your sources folder and see if that helps.
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline Needfulthngz

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Fatal error: require_once
« Reply #5 on: November 19, 2012, 05:52:32 pm »
Replaced the file but I'm still getting the same error.

Fatal error: Call to undefined function getGameInfo() in /home/content/83/9865783/html/Sources/Subs-EzPortalMain2.php on line 2205

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1298
  • Karma: 67
Re: Fatal error: require_once
« Reply #6 on: November 19, 2012, 05:55:37 pm »
Make a blank file subs-arcade.php
And put this inside
Code: [Select]
<?php

function getGameInfo()
{

]
?>

Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline Needfulthngz

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Fatal error: require_once
« Reply #7 on: November 19, 2012, 06:00:16 pm »
Created the file and uploaded it. I'm getting this error now.

Parse error: syntax error, unexpected ']' in /home/content/83/9865783/html/Sources/Subs-Arcade.php on line 7

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1298
  • Karma: 67
Re: Fatal error: require_once
« Reply #8 on: November 19, 2012, 06:04:10 pm »
My mistake try
Code: [Select]
<?php

function getGameInfo()
{

}
?>

Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline Needfulthngz

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Fatal error: require_once
« Reply #9 on: November 19, 2012, 06:09:46 pm »
Yessssss!
Thank you so much!

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1298
  • Karma: 67
Re: Fatal error: require_once
« Reply #10 on: November 19, 2012, 06:48:01 pm »
Glad to help
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
Error?

Started by chinaren Bugs

2 Replies
11223 Views
Last post December 07, 2008, 01:31:02 am
by chinaren
1 Replies
7676 Views
Last post December 08, 2008, 06:51:34 pm
by EzPortal
0 Replies
3854 Views
Last post October 14, 2010, 05:15:39 pm
by sq
5 Replies
8917 Views
Last post March 03, 2012, 08:48:53 pm
by NCSurfer
4 Replies
7210 Views
Last post September 21, 2012, 07:43:43 pm
by Needfulthings

+-SMF Gallery

Quick Menu


Powered by EzPortal