Re: [XHP-users] Mirroring XHP site on local machine
Status: Beta
Brought to you by:
cjlars
|
From: Laurentiu M. <lau...@ta...> - 2006-02-09 15:23:44
|
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). Regards, Lars |