Jump to content

6.0.12 installation gives blank dashboard


micso

Recommended Posts

I have upgraded to 6.0.12 from 6.0.11 it seemed to go well have also updated the database, php, now the dashboard and maintenance is blank also edit product is also blank.

hosting with 123-reg

PHP 5.6

Cleared cache and re-uploaded the files  but still the same

Link to comment
Share on other sites

Hi

Have done this and this is error log

[08-Aug-2016 17:54:31 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/ini-custom.inc.php:2) in /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/index.php on line 16
[08-Aug-2016 17:54:31 UTC] PHP Warning:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: Cannot send session cookie - headers already sent by (output started at /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/ini-custom.inc.php:2) in /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/classes/session.class.php on line 616
[08-Aug-2016 17:54:31 UTC] PHP Warning:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: Cannot send session cache limiter - headers already sent (output started at /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/ini-custom.inc.php:2) in /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/classes/session.class.php on line 616
[08-Aug-2016 17:54:31 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/ini-custom.inc.php:2) in /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/classes/session.class.php on line 512
[08-Aug-2016 17:54:35 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/ini-custom.inc.php:2) in /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/index.php on line 16
[08-Aug-2016 17:54:35 UTC] PHP Warning:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: Cannot send session cookie - headers already sent by (output started at /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/ini-custom.inc.php:2) in /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/classes/session.class.php on line 616
[08-Aug-2016 17:54:35 UTC] PHP Warning:  session_start() [<a href='http://docs.php.net/manual/en/function.session-start.php'>function.session-start.php</a>]: Cannot send session cache limiter - headers already sent (output started at /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/ini-custom.inc.php:2) in /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/classes/session.class.php on line 616
[08-Aug-2016 17:54:35 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/ini-custom.inc.php:2) in /websites/123reg/LinuxPackage99/3d/ph/ot/3dphotoscan.co.uk/public_html/micansu/classes/session.class.php on line 512

Hope you can tell from this the problem

Mick

Link to comment
Share on other sites

The report does not reveal the original problem.

What these errors mean is that the file you created, ini-custom.inc.php, was not created using a programmer's text editor, or has some sort of content (blank lines, whatever), in front of the opening sequence.

In the file ini-custom.inc.php, the very first characters must be:

<?php

Absolutely nothing can be before these characters. Anything before these characters is treated as stuff to send to the browser, which causes all sorts of mayhem with respect to headers, which all of the errors in the log are referencing.

If you used a non-programmer's text editor, there may be unprintable, unviewable characters ahead of <?php called the BOM. If this is the case, I suggest you delete the existing ini-custom.inc.php file and create a new one. I suggest that you use the provided text editor that is a tool in your hosting account control panel.

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...