[HELP] White page when swapping CMS [HELP]

Jwake

Member
Feb 12, 2016
140
10
Hello,
Sorry for posting like everyday of the week xD

But, I need to fix this. It bothers me because it turns out to be a cms then a white page just comes up. Ill post an image showing below.

IMAGE;


I'm not sure on how to fix this, Help me! ;(
 

yoyok

Member
Apr 24, 2013
197
24
We can help you If you put this in your /me.php file.
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
?>
Refresh the site, and post any errors here.
 

Jwake

Member
Feb 12, 2016
140
10
We can help you If you put this in your /me.php file.
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
?>
Refresh the site, and post any errors here.
It didn't work? :?


EDIT;

It did work, I got this error:

IMAGE;
 

yoyok

Member
Apr 24, 2013
197
24
It's not updating the mysql / structure at the right way.

Try: while ($items = mysql_fetch_assoc($getItems))

If it does not work, PM me your skype.
 

Jwake

Member
Feb 12, 2016
140
10
Not sure how to PM on this, but my skype is Bobbyboy875. It Didn't work, ill provide a screenshot.

Here;
 

Users who are viewing this thread

Top