ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: emanuele on January 13, 2014, 08:09:46 am

Title: Looks like the site is broken? O:-)
Post by: emanuele on January 13, 2014, 08:09:46 am
Dunno yet if it is my fault or what, but posting a new topic results in a white page for me... anyone else?
Title: Re: Looks like the site is broken? O:-)
Post by: TE on January 13, 2014, 08:12:40 am
Quote from: emanuele – Dunno yet if it is my fault or what, but posting a new topic results in a white page for me... anyone else?
yep, there must be something wrong. search is broken, too..  Returns http 500 status error.
Title: Re: Looks like the site is broken? O:-)
Post by: emanuele on January 13, 2014, 08:18:31 am
Search is fixed by PR 1242 I just submitted... Copy&paste mistake... O:-)
Title: Re: Looks like the site is broken? O:-)
Post by: Spuds on January 13, 2014, 12:24:15 pm
Thats on the site now, along with the theme updates  :D

Checking the error logs in a bit to see about the white screen, I have a PR with a couple of fixes on my local, but you beat me to the db table fix :P  Still chasing one bug  >:(

Title: Re: Looks like the site is broken? O:-)
Post by: emanuele on January 13, 2014, 12:51:27 pm
I was testing the upgrade, maybe you already spotted it:
Code: [Select]
	if ($maillist)
require_once(SUBSDIR . '/Emailpost.subs.php');
But then few lines below there is a pbe_prepare_text and it fails. O:-)
Title: Re: Looks like the site is broken? O:-)
Post by: Spuds on January 13, 2014, 01:09:19 pm
Yup, got that one  O:-) and updated the site with that fix ... I have another fix for another of my "fixes" lol and fixing that I think I found another thing that will cause problems ... OMG its the cascading failure effect, I need to move fast !

Title: Re: Looks like the site is broken? O:-)
Post by: emanuele on January 13, 2014, 03:06:00 pm
What are you waiting for? You're faster than this. Don't think you are, know you are. Come on. Stop trying to fix bugs and fix them.

Spoiler (click to show/hide)
Title: Re: Looks like the site is broken? O:-)
Post by: Spuds on January 13, 2014, 07:26:14 pm
ROFL
Spoiler (click to show/hide)
I was chasing my tail on one bug.  It was the result of having the debug=true, which did something strange with the session, never did figure it out the specifics  O:-)
Title: Re: Looks like the site is broken? O:-)
Post by: emanuele on January 14, 2014, 04:07:28 am
LOL
Yeah, the debug=true is a pita every once in a while... (try to do a form maintenance or check errors with debug true and you get kicked out of the forum entirely. It wipes the session data, at least those related to the login.
Title: Re: Looks like the site is broken? O:-)
Post by: Spuds on January 14, 2014, 09:35:53 am
Yup that .... it looses the admin_time from the session, so any looped controls ask for the password again  >:(
Title: Re: Looks like the site is broken? O:-)
Post by: emanuele on January 14, 2014, 10:00:09 am
Not only that, in certain cases I was completely logged out. lol