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