MyBB Support
500 page error for staff only
Submitted by Diplo, 21-01-2015, 05:34 AM, Thread ID: 492
Thread Closed
RE: 500 page error for staff only
22-01-2015, 03:44 PMInferno Wrote: Removed. still looking for the bug.
You can't play peekaboo with it. It's not going to get you anywhere. Trust me on this.
You have 2 things to try:
1) Admin Panel --> Configuration --> Settings --> General Configuration --> Disable All Plugins
^ try this first. You can turn turn the "disabler" off and enable ALL plugins at once again, at least - if the plugins are not the problem.
2) I am STILL going with an .htaccess issue. A plugin generally will not do this. I don't know how CloudFare is setup but if I had to take a guess it's through the .htaccess for the redirections, unless it just does everything through the DNS. Just try remove it out of the home directory for now. You don't have to delete it. But at the same time, if CloudFag does operate off of the .htaccess, you might have to change your DNS settings regardless.
When I was freelancing a few years back I was working on a Business Improvement Districts website in my area. That was her first issue. It took me forever to figure it out, but I was shocked to shit when I did.
The .htaccess has the capability of altering the ENTIRE website. It's like placing a meta tag in your header template, where the {$header} function is called, it's going to be displayed.
I just don't see a plugin causing a 500. This is an HTML error. MyBB is in PHP. The templates are in HTML, but all these templates are doing is designing, they are not programming.
When you get a PHP error, it will display EXACTLY the underlying cause, the file name, and the line it's on.
When you get an HTML error, you will get default server pages. 404, 403, 500.
(Which, by the way, I am still getting 403 messages every time I log in and out on your forum.)
I'm telling you, just try moving the .htaccess off the server for a bit.
RE: 500 page error for staff only
22-01-2015, 08:43 PMmilw0rm Wrote:22-01-2015, 03:44 PMInferno Wrote: Removed. still looking for the bug.
You can't play peekaboo with it. It's not going to get you anywhere. Trust me on this.
You have 2 things to try:
1) Admin Panel --> Configuration --> Settings --> General Configuration --> Disable All Plugins
^ try this first. You can turn turn the "disabler" off and enable ALL plugins at once again, at least - if the plugins are not the problem.
2) I am STILL going with an .htaccess issue. A plugin generally will not do this. I don't know how CloudFare is setup but if I had to take a guess it's through the .htaccess for the redirections, unless it just does everything through the DNS. Just try remove it out of the home directory for now. You don't have to delete it. But at the same time, if CloudFag does operate off of the .htaccess, you might have to change your DNS settings regardless.
When I was freelancing a few years back I was working on a Business Improvement Districts website in my area. That was her first issue. It took me forever to figure it out, but I was shocked to shit when I did.
The .htaccess has the capability of altering the ENTIRE website. It's like placing a meta tag in your header template, where the {$header} function is called, it's going to be displayed.
I just don't see a plugin causing a 500. This is an HTML error. MyBB is in PHP. The templates are in HTML, but all these templates are doing is designing, they are not programming.
When you get a PHP error, it will display EXACTLY the underlying cause, the file name, and the line it's on.
When you get an HTML error, you will get default server pages. 404, 403, 500.
(Which, by the way, I am still getting 403 messages every time I log in and out on your forum.)
I'm telling you, just try moving the .htaccess off the server for a bit.
Removing the .htaccess then. I couldnt find an error with it
22-01-2015, 10:49 PMInferno Wrote:22-01-2015, 08:43 PMmilw0rm Wrote:22-01-2015, 03:44 PMInferno Wrote: Removed. still looking for the bug.
You can't play peekaboo with it. It's not going to get you anywhere. Trust me on this.
You have 2 things to try:
1) Admin Panel --> Configuration --> Settings --> General Configuration --> Disable All Plugins
^ try this first. You can turn turn the "disabler" off and enable ALL plugins at once again, at least - if the plugins are not the problem.
2) I am STILL going with an .htaccess issue. A plugin generally will not do this. I don't know how CloudFare is setup but if I had to take a guess it's through the .htaccess for the redirections, unless it just does everything through the DNS. Just try remove it out of the home directory for now. You don't have to delete it. But at the same time, if CloudFag does operate off of the .htaccess, you might have to change your DNS settings regardless.
When I was freelancing a few years back I was working on a Business Improvement Districts website in my area. That was her first issue. It took me forever to figure it out, but I was shocked to shit when I did.
The .htaccess has the capability of altering the ENTIRE website. It's like placing a meta tag in your header template, where the {$header} function is called, it's going to be displayed.
I just don't see a plugin causing a 500. This is an HTML error. MyBB is in PHP. The templates are in HTML, but all these templates are doing is designing, they are not programming.
When you get a PHP error, it will display EXACTLY the underlying cause, the file name, and the line it's on.
When you get an HTML error, you will get default server pages. 404, 403, 500.
(Which, by the way, I am still getting 403 messages every time I log in and out on your forum.)
I'm telling you, just try moving the .htaccess off the server for a bit.
Removing the .htaccess then. I couldnt find an error with it
Removed it but no change. Please add me on skype.
RE: 500 page error for staff only
I stopped using skype when all the wannabe scriptkiddies rolled out their mass flock of skype resolvers and IP stressers for being jealous cheeky cunts.
Lets try something else. As someone has suggested earlier on, force yourself to get the 500 error a few times, then immediately visit your error log and give it a post here.
Also, looks like ya broke something, I can't access your site
Lets try something else. As someone has suggested earlier on, force yourself to get the 500 error a few times, then immediately visit your error log and give it a post here.
Also, looks like ya broke something, I can't access your site
Code:
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY u.username ASC, s.time DESC' at line 4
Query:
SELECT u.avatar, u.username, u.uid FROM mybb_users u LEFT JOIN mybb_sessions s ON (s.uid=u.uid) WHERE s.time > '1421960369' AND u.usergroup IN () ORDER BY u.username ASC, s.time DESCSC, s.time DESC
RE: 500 page error for staff only
22-01-2015, 11:19 PMmilw0rm Wrote: I stopped using skype when all the wannabe scriptkiddies rolled out their mass flock of skype resolvers and IP stressers for being jealous cheeky cunts.
Lets try something else. As someone has suggested earlier on, force yourself to get the 500 error a few times, then immediately visit your error log and give it a post here.
Also, looks like ya broke something, I can't access your site
Code:MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY u.username ASC, s.time DESC' at line 4
Query:
SELECT u.avatar, u.username, u.uid FROM mybb_users u LEFT JOIN mybb_sessions s ON (s.uid=u.uid) WHERE s.time > '1421960369' AND u.usergroup IN () ORDER BY u.username ASC, s.time DESCSC, s.time DESC
Fixed it all. Still dont know the error :/
RE: 500 page error for staff only
22-01-2015, 11:25 PMInferno Wrote: ]
Fixed it all. Still dont know the error :/
22-01-2015, 11:19 PMmilw0rm Wrote: Lets try something else. As someone has suggested earlier on, force yourself to get the 500 error a few times, then immediately visit your error log and give it a post here.
RE: 500 page error for staff only
22-01-2015, 11:28 PMmilw0rm Wrote:22-01-2015, 11:25 PMInferno Wrote: ]
Fixed it all. Still dont know the error :/
22-01-2015, 11:19 PMmilw0rm Wrote: Lets try something else. As someone has suggested earlier on, force yourself to get the 500 error a few times, then immediately visit your error log and give it a post here.
Tried that. Whats with all the horizontal lines?
RE: 500 page error for staff only
23-01-2015, 12:03 AM
#27 22-01-2015, 11:32 PMInferno Wrote: Tried that. Whats with all the horizontal lines?
To point out that you still haven't posted the error log..
RE: 500 page error for staff only
23-01-2015, 12:03 AMmilw0rm Wrote:22-01-2015, 11:32 PMInferno Wrote: Tried that. Whats with all the horizontal lines?
To point out that you still haven't posted the error log..
Oh. Where do i find those? I found some, but they say to check server error log?
RE: 500 page error for staff only
23-01-2015, 12:10 AM
#29 GoDaddy > cPanel Home > Metrics > Errors
Users browsing this thread: 3 Guest(s)