Jump to content

Getting blank page


g-hostweb

Recommended Posts

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.

Link to comment
Share on other sites

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}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated