humsmasher Newbie

PBLang is super!!! Posts: 4
|
My AWESOME PBLang Forum just stopped working...=(! (June 30, 2010, 05:30:31 AM) |
|
Hi, My PBLang Forum has been running flawlessly for 2 years, and all of a sudden, it stopped working.
Here is what it looks like now. www.coolseomarketingdirectory.com/page38/page38.php
I have no idea where to start looking to make it work again. Any suggestions?
Thanks Scott Gerling
ScottyG |
Status: logged off |
|
| Order of replies: first reply last :: first reply first |
humsmasher Newbie

PBLang is super!!! Posts: 4
|
RE: My AWESOME PBLang Forum just stopped working...=(! (August 10, 2010, 07:04:28 AM) |
|
A little more info about what is going on... (August 10, 2010, 07:02:36 AM) I am able to access the site through a thread url www.coolseomarketingdirectory.com/page38/files/pblang-4/index.php
But if I am not signed in the main page does not show up. Is there some kind of clean up I can do to my code to get the site running right again? Thanks, 'humsmasher
ScottyG |
Status: logged off |
|
DrMartinus Developer of PBLang

 Developer of PBLang Posts: 3690
|
RE: My AWESOME PBLang Forum just stopped working...=(! (August 10, 2010, 07:29:59 AM) |
|
I'm not working on the forum any more, but you would have to show more than that. When I open the URL, I get only a 500 error. Try changing the file attributes to "executable" on the server. Maybe that helps.
|
Status: logged off |
|
humsmasher Newbie

PBLang is super!!! Posts: 4
|
RE: My AWESOME PBLang Forum just stopped working...=(! (August 10, 2010, 08:01:14 AM) |
|
Ok, are there any specific files to change or "executable" site wide?
what else could i show you to help you understand what is happening?
Thanks`humsmasher=).
ScottyG |
Status: logged off |
|
DrMartinus Developer of PBLang

 Developer of PBLang Posts: 3690
|
RE: My AWESOME PBLang Forum just stopped working...=(! (August 10, 2010, 08:21:20 AM) |
|
I'm still a bit lost, of course, because there is no hint at all. All php-files would probably have to be made executable. But you can start with "index.php" in the pblang-folder and see if that changes anything.
|
Status: logged off |
|
DrMartinus Developer of PBLang

 Developer of PBLang Posts: 3690
|
RE: My AWESOME PBLang Forum just stopped working...=(! (August 10, 2010, 08:24:32 AM) |
|
One more thing, if that doesn't help. You could change the last lines in header.php from
if ($testing){ error_reporting (E_ALL); }else{ error_reporting (); }
to
//if ($testing){ error_reporting (E_ALL); //}else{ // error_reporting (); //}
that might bring up some error messages that help for further understanding the issue.
|
Status: logged off |
|