g-hostweb Posted July 24, 2010 Share Posted July 24, 2010 My WHMCS is showing a blank page. I dont know what happened, Ive installed it here - http://www.g-host.us/billing Tried re-installing it again, but even the installation page is blank. Kindly help me Thanks Regards Athul:cry: 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted July 24, 2010 Share Posted July 24, 2010 it looks like that you are getting Internal Server Error 500 . Following is source code of your blank page. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, webmaster@g-host.us and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr> <address>Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 Server at http://www.g-host.us Port 80</address> </body></html> You must be doing something wrong, Just delete the whole installation folder and the database. Download fresh copy of your WHMCS and create new database. Such kind of things happens when you usually move your WHMCS installation to other domain / server. Let me know if you get same blank page after fresh installation. 0 Quote Link to comment Share on other sites More sharing options...
g-hostweb Posted July 24, 2010 Author Share Posted July 24, 2010 I got the internal server error just now. I had reinstalled with a fresh copy of whmcs earlier, still was getting blank page (Even the installation page) 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted July 24, 2010 Share Posted July 24, 2010 ok, Would you like to tell me who is your web host? or do you have you own VPS or Dedicated server? 0 Quote Link to comment Share on other sites More sharing options...
g-hostweb Posted July 24, 2010 Author Share Posted July 24, 2010 Corong.com 0 Quote Link to comment Share on other sites More sharing options...
b.ahmed Posted July 24, 2010 Share Posted July 24, 2010 If you are getting blank page on installation then it might be problem due to PHP settings of your host. Have you contacted your host support? What they said about it? 0 Quote Link to comment Share on other sites More sharing options...
pRieStaKos Posted July 25, 2010 Share Posted July 25, 2010 Im getting blank pages when im editing header.pl to integrate whmcs with my joomla template. whmcs has issues with foreign scripts.... 0 Quote Link to comment Share on other sites More sharing options...
mediastream Posted July 28, 2010 Share Posted July 28, 2010 Im getting blank pages when im editing header.pl to integrate whmcs with my joomla template. whmcs has issues with foreign scripts.... no it doesnt, joomla is not written in smarty and whm is. i use joomla all the time and have come across this in other scripts but is easy fix to avoid blank pages place literal tags around javascript code and inline css example: change this <script type="text/javascript"> window.addEvent('load', function() { new Fusion('ul.menutop', { pill: 0, effect: 'slide and fade', opacity: 1, hideDelay: 500, centered: 0, tweakInitial: {'x': 0, 'y': 0}, tweakSubsequent: {'x': 2, 'y': -12}, menuFx: {duration: 200, transition: Fx.Transitions.Sine.easeOut}, pillFx: {duration: 400, transition: Fx.Transitions.Back.easeOut} }); }); </script> to this {literal}<script type="text/javascript"> window.addEvent('load', function() { new Fusion('ul.menutop', { pill: 0, effect: 'slide and fade', opacity: 1, hideDelay: 500, centered: 0, tweakInitial: {'x': 0, 'y': 0}, tweakSubsequent: {'x': 2, 'y': -12}, menuFx: {duration: 200, transition: Fx.Transitions.Sine.easeOut}, pillFx: {duration: 400, transition: Fx.Transitions.Back.easeOut} }); }); </script>{/literal} 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted July 28, 2010 Share Posted July 28, 2010 Check the error_log for your site and see what is causing the 500 error. If you're on a cPanel host, you should be able to see the error log from within cPanel. 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted July 28, 2010 Share Posted July 28, 2010 use PHP inside of {php}{/php} and "{" in {literal}{/literal} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.