Jump to content

Resolved - Offline Page not displaying


Guest

Recommended Posts

Hi guys. Was hoping you could help me with something. I've used cubecart before and had no real problems however today I installed cubecart on a server and immediately created an Offline message so that I can work on the site skin behind the scenes.

When I go to the homepage while not logged in all I see is attached.

The site looks fine and is functioning properly as far as I can see while logged in as an admin (skipping the offline message)

Any ideas?

Link to comment
Share on other sites

My default language is English UK.

Not sure its a language info because if I view the source of the offline page no html has been loaded at all. All you see is the symbols as above.

Link to comment
Share on other sites

Bug #245 may be related.

In the file incudes/functions.inc.php, near line 644, change:

$offlineContent = stripslashes(base64_decode($GLOBALS['config']->get('config', 'offline_content')));

to

$offlineContent = stripslashes($GLOBALS['config']->get('config', 'offline_content'));

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.

×
×
  • Create New...