phpCOIN
RackSpace Hosting

  Reply to this topicStart new topicStart Poll

> phpcoin blank screen, coin_includes/session_admin.php blank
dren
Posted: May 16, 2010 01:23 am
Quote Post


Advanced Member
***

Group: Members
Posts: 35
Member No.: 3,887
Joined: July 01, 2009



On Friday it was fine, but today I try to login and it goes to a blank screen. Any ideas why?
PMEmail Poster
Top
azcappy
Posted: May 16, 2010 04:49 am
Quote Post


phpCOIN Destroyer
***

Group: Members
Posts: 855
Member No.: 3,292
Joined: January 26, 2008



A blank screen is always a syntax error. Did you edit any of the files that construct the page? Also check your log files on the server to see if php is throwing any errors.


--------------------
Keith D. Holler
AZCAPPY Network Services
www.azcappy.com
Want to see the power of the phpCOIN auxpage feature?
Visit our Network Status page.

"If you build it... they will come... if there's a bug... I will find it!!!"
Wait a minute... there's no such thing as bugs. They are unplanned features!!!

Any comments made are assuming you are using the most current version of phpCOIN and/or WHM Module.

Disclaimer: phpCOIN, the WHM Module and the documentation assumes that you have at least a basic knowledge of and rudimentary skills in PHP, HTML, MySQL and/or cPanel/WHM operations. We are not here to teach Coding-101 or cPanel/WHM beginner crash courses. If you make changes to your server, phpCOIN or the WHM Module without the necessary skills & knowledge required, we are not liable. You do so at your own risk.
PMEmail PosterUsers WebsiteMSN
Top
dren
Posted: May 16, 2010 06:00 am
Quote Post


Advanced Member
***

Group: Members
Posts: 35
Member No.: 3,887
Joined: July 01, 2009



LOL, mod_evasive blocked me. Sorry to waste your time! Thanks for your response!
PMEmail Poster
Top
dren
Posted: May 16, 2010 06:06 am
Quote Post


Advanced Member
***

Group: Members
Posts: 35
Member No.: 3,887
Joined: July 01, 2009



I white listed myself and thought that would fix it, but I still can't get in. I'll search the logs and post here when I get asolution.
PMEmail Poster
Top
azcappy
Posted: May 16, 2010 06:18 am
Quote Post


phpCOIN Destroyer
***

Group: Members
Posts: 855
Member No.: 3,292
Joined: January 26, 2008



Please do. White screens are one of the hardest things to track down and fix and it will help our other users in the future. biggrin.gif


--------------------
Keith D. Holler
AZCAPPY Network Services
www.azcappy.com
Want to see the power of the phpCOIN auxpage feature?
Visit our Network Status page.

"If you build it... they will come... if there's a bug... I will find it!!!"
Wait a minute... there's no such thing as bugs. They are unplanned features!!!

Any comments made are assuming you are using the most current version of phpCOIN and/or WHM Module.

Disclaimer: phpCOIN, the WHM Module and the documentation assumes that you have at least a basic knowledge of and rudimentary skills in PHP, HTML, MySQL and/or cPanel/WHM operations. We are not here to teach Coding-101 or cPanel/WHM beginner crash courses. If you make changes to your server, phpCOIN or the WHM Module without the necessary skills & knowledge required, we are not liable. You do so at your own risk.
PMEmail PosterUsers WebsiteMSN
Top
dren
Posted: May 16, 2010 06:31 am
Quote Post


Advanced Member
***

Group: Members
Posts: 35
Member No.: 3,887
Joined: July 01, 2009



To answer your question, I did not edit any of the files that construct the page... I have no idea why it's white screening at this point there's nothing in the logs that would indicate that as far as I can tell. Obviously, I'm going to keep working on it since I can't get in and need to ;p
PMEmail Poster
Top
azcappy
Posted: May 16, 2010 06:48 am
Quote Post


phpCOIN Destroyer
***

Group: Members
Posts: 855
Member No.: 3,292
Joined: January 26, 2008



Is the page totally white or are you getting a partial with no footer? Also... did you recently upgrade phpCOIN to a newer version? What version of phpCOIN? Is it Linux or Windows... what web server and version is it running and what version of PHP? I know these seem like stupid questions but we need the information to even try to help you find the problem. biggrin.gif

Another good idea is to look at your web daemon status screen and paste the installed mod line also. That will help us identify a possible installed mod that might be screwing with PHP.


--------------------
Keith D. Holler
AZCAPPY Network Services
www.azcappy.com
Want to see the power of the phpCOIN auxpage feature?
Visit our Network Status page.

"If you build it... they will come... if there's a bug... I will find it!!!"
Wait a minute... there's no such thing as bugs. They are unplanned features!!!

Any comments made are assuming you are using the most current version of phpCOIN and/or WHM Module.

Disclaimer: phpCOIN, the WHM Module and the documentation assumes that you have at least a basic knowledge of and rudimentary skills in PHP, HTML, MySQL and/or cPanel/WHM operations. We are not here to teach Coding-101 or cPanel/WHM beginner crash courses. If you make changes to your server, phpCOIN or the WHM Module without the necessary skills & knowledge required, we are not liable. You do so at your own risk.
PMEmail PosterUsers WebsiteMSN
Top
dren
  Posted: May 16, 2010 06:57 am
Quote Post


Advanced Member
***

Group: Members
Posts: 35
Member No.: 3,887
Joined: July 01, 2009



I turned on error reporting, and it turned out to be a couple things: an open_basedir restriction and a mod_rewrite rule. The strange thing is it's been working fine for months this way and I don't remember why I had the openbase_dir restriction; and I'll figure out another mod_rewrite rule that won't break things smile.gif.

Hopefully this is helpful for someone, you should be able to turn on error reporting in any php file like so --

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

I commented out these lines

# Turn off pointless "warning" messages, and display errors on-screen
# ini_set('error_reporting','E_ALL & ~E_NOTICE');
# ini_set('display_errors', 1);
PMEmail Poster
Top
azcappy
Posted: May 16, 2010 07:03 am
Quote Post


phpCOIN Destroyer
***

Group: Members
Posts: 855
Member No.: 3,292
Joined: January 26, 2008



Thanks for sharing that. Anything shared is a big help. biggrin.gif

Remember... after the death of cantex, it is up to us all to continue developing phpCOIN into something we can all be proud of.


--------------------
Keith D. Holler
AZCAPPY Network Services
www.azcappy.com
Want to see the power of the phpCOIN auxpage feature?
Visit our Network Status page.

"If you build it... they will come... if there's a bug... I will find it!!!"
Wait a minute... there's no such thing as bugs. They are unplanned features!!!

Any comments made are assuming you are using the most current version of phpCOIN and/or WHM Module.

Disclaimer: phpCOIN, the WHM Module and the documentation assumes that you have at least a basic knowledge of and rudimentary skills in PHP, HTML, MySQL and/or cPanel/WHM operations. We are not here to teach Coding-101 or cPanel/WHM beginner crash courses. If you make changes to your server, phpCOIN or the WHM Module without the necessary skills & knowledge required, we are not liable. You do so at your own risk.
PMEmail PosterUsers WebsiteMSN
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topicStart new topicStart Poll

 


Inscrita el Registro Mercantil de Mallorca Tomo 2140, Hoja No. PM-51034, Folio 135
This website owned and operated by: Technology Services RPVW S.L. CIF# B57345084
Avda Constitucion 48 Bajos Alaro 07340 Baleares SPAIN
Tel:+34 971518362    Fax: +34 971518368    eMail: support@phpcoin.com