Discussion Forums  >  Self Hosted Control Panels

Replies: 8    Views: 87

BandO
I hate code!
Profile
Posts: 153
Reg: Jan 23, 2012
Manhattan
1,530
05/10/13 01:04 PM (12 years ago)

BuzzCenter Errors

Warning: require_once(../../config.php) [function.require-once]: failed to open stream: No such file or directory in /home/cdoct0/public_html/BT-server/admin/buzzcenter.php on line 1 Fatal error: require_once() [function.require]: Failed opening required '../../config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php' in /home/cdoct0/public_html/BT-server/admin/buzzcenter.php on line 1
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
05/10/13 01:15 PM (12 years ago)
Hey BrandO Are you self hosted? I am and I do not have a file called buzz center.php
 
Arubaman
Aspiring developer
Profile
Posts: 636
Reg: Oct 20, 2011
Akron
16,910
like
05/10/13 01:36 PM (12 years ago)
Maybe its a buzztouchmods plugin?
 
BandO
I hate code!
Profile
Posts: 153
Reg: Jan 23, 2012
Manhattan
1,530
like
05/10/13 02:26 PM (12 years ago)
Yes it is a buzz mods file... I recently became self hosted and want to add extra functionality to the control panel..
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
05/10/13 09:04 PM (12 years ago)
I would send MrDavid a pm. You're obviously missing the buzzcenter.php file. But I'm not familiar with what that might be or do.
 
BandO
I hate code!
Profile
Posts: 153
Reg: Jan 23, 2012
Manhattan
1,530
like
05/11/13 04:10 AM (12 years ago)
I uploaded the PHP file to my server and added the link in the CP... Still I get the error. I even downloaded a fresh copy of the PHP file...
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
05/11/13 06:00 AM (12 years ago)
Sorry - I didn't read the error closely enough it seems. It says it can't find the config.php file, which should be at the root of your self-hosted folder. Chances are the number of "../" is wrong. Each of those represents going one folder up. Either you placed the buzzcenter.php file in the wrong folder or it has the wrong code at the top of the file for loading the config.php file. If its in the right folder "admin", then change that line in the file to "../config.php"
 
BandO
I hate code!
Profile
Posts: 153
Reg: Jan 23, 2012
Manhattan
1,530
like
05/11/13 06:33 AM (12 years ago)
you were correct about the config location, now I get: Warning: require_once() [function.require-once]: URL file-access is disabled in the server configuration in /home/content/html/apps/buzzcenter.php on line 1 Warning: require_once(http://www.appbuilder.com/apps/config.php) [function.require-once]: failed to open stream: no suitable wrapper could be found in /home/content/html/apps/buzzcenter.php on line 1 Fatal error: require_once() [function.require]: Failed opening required 'http://www.appbuilder.com/apps/config.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/html/apps/buzzcenter.php on line 1
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
05/11/13 06:36 AM (12 years ago)
Looks like your buzzcenter.php file is now in your "apps" directory, not in your BT-Server directory. Is that supposed to be that way?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.