Error on submission of new structure level
Posted: Tue 11. May 2004, 11:36
Got this error using RC4, upon submitting a new structure level in the admin section. When I hit the submit button,sending the page to this address:
URL:
"http://localhost/phpwcms/include/inc_ac ... ucture.php"
I get this Error (Displayed in browser):
"error"
The error is likely emanating from line 53 on the sql insert statement:
UPDATE:
I did a fresh install of RC4 and my DB, manually copy and pasting page layout and template data across from my old install to new install, and seems to have fixed this problem. Apparaently I had one too many hacks in my RC3 files. Seems to work OK now. Cheers
URL:
"http://localhost/phpwcms/include/inc_ac ... ucture.php"
I get this Error (Displayed in browser):
"error"
The error is likely emanating from line 53 on the sql insert statement:
Code: Select all
if($result = mysql_query($sql, $db) or die("error"))
I did a fresh install of RC4 and my DB, manually copy and pasting page layout and template data across from my old install to new install, and seems to have fixed this problem. Apparaently I had one too many hacks in my RC3 files. Seems to work OK now. Cheers