unocoleader
New Member
- Messages
- 13
- Reaction score
- 0
- Points
- 0
Problems:
Was checking if I could see our guild forums @ http://unoguild.x10.bz/phpbb but surprisingly I got "500 Internal Server Error" that might point towards MySQL, BUT I doubt it, as I still can access my long forgotten WordPress site of the guild @ http://unoguild.x10.bz/wp
I can add/remove/move and etc files thru FireFTP (as example), but can't get in cPanel or even x10 controlpanel. cPanel not found and x10 gave me this:
EDIT: Found cPanel and working (on earlier post -.-*) but still having 500 errors. Also in http://forums.unoguild.x10.bz
UPDATE: In my phpBB config file everything seems to be also as it should, so my 500 shouldn't be caused be errors in code
Was checking if I could see our guild forums @ http://unoguild.x10.bz/phpbb but surprisingly I got "500 Internal Server Error" that might point towards MySQL, BUT I doubt it, as I still can access my long forgotten WordPress site of the guild @ http://unoguild.x10.bz/wp
I can add/remove/move and etc files thru FireFTP (as example), but can't get in cPanel or even x10 controlpanel. cPanel not found and x10 gave me this:
Before server issues I was located in Starka server so if I've got moved, would it have messed up with MySQL db's? Acct is unoguild.Fatal error: Uncaught exception 'Exception' with message 'Socket error: Connection timed out (110)' in /home/corey/public_html/control/lib/clearbricks/net/class.net.socket.php:128 Stack trace: #0 /home/corey/public_html/control/lib/clearbricks/net.http/class.net.http.php(225): netSocket->open() #1 /home/corey/public_html/control/lib/clearbricks/net.http/class.net.http.php(135): netHttp->doRequest() #2 /home/corey/public_html/control/classes/class.read.tumblr.php(22): netHttp->get('/') #3 /home/corey/public_html/control/classes/News.class.php(19): readTumblr->__construct('x10hosting', 'phpTumblr123') #4 /home/corey/public_html/control/classes/News.class.php(109): News->load_tumblr(300, false) #5 /home/corey/public_html/control/index.php(244): News->__construct() #6 {main} thrown in /home/corey/public_html/control/lib/clearbricks/net/class.net.socket.php on line 128
EDIT: Found cPanel and working (on earlier post -.-*) but still having 500 errors. Also in http://forums.unoguild.x10.bz
UPDATE: In my phpBB config file everything seems to be also as it should, so my 500 shouldn't be caused be errors in code
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'unoguild_mysql';
$dbuser = 'unoguild_uno';
$dbpasswd = '*****';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Last edited: