Re: [XHP-users] Mirroring XHP site on local machine
Status: Beta
Brought to you by:
cjlars
|
From: Steve J. <st...@is...> - 2006-02-09 15:36:28
|
On Thursday 09 Feb 2006 15:24, Laurentiu Matei wrote: > Steve Jones wrote: > > I also noticed that in the MySQL xhp_pages table the Admin page_id is > > different. On my local mirror its 8 whereas on the hosting site its page > > 0. All the other page_id values are the same? > > > > Any ideas as to what I've missed? > > Hi! > > I did miss something when I assigned the id 0 to the admin page. :) > Using the id 0 with autoincrement columns in mysql triggers this problem. > > To solve your problem, just update the page_id in your database to 0 > (for the admin page, the one that has the id 8). Hi Lars, That's fixed it. Thanks. |