Upgrade of another site.

Karl

Member
I have just upgraded another of my sites. I am trying to amend some of the settings under change settings but they are not saving.
 

Basti

Administrator
Staff member
Which settings? some of the standart ones or setting created by plugins?
 

Basti

Administrator
Staff member
Is it the same issue as with the ucp? a blank page? or does it simply "reload"

Unfortunatly i hadnt a chance to look at the code to upgrade topsites, since Mark coded that. Iam sure he will be here soon
 

Karl

Member
Yeah it is the same is with the ucp it stops on a blank page. There is no rush as it is the weekend
 

Mark

Administrator
Staff member
open index.php and find:

PHP:
error_reporting(E_ERROR | E_PARSE);
replace with

PHP:
//error_reporting(E_ERROR | E_PARSE);
copy and paste the errors that show up at the very top of the page, this will tell us what field is missign from the Database. If you would rather keep the paths private feel free to start a conversation (aka Private Message) with me including the error.
 

Karl

Member
Hi thanks. have had a busy two weeks so have not had had a chance to catch up here. Hopefully I can get up to date over the weekend.
 
Top