|
do i just copy and paste this into phpmyadmin > sql ?
REPLACE INTO {$pp_db_prefix}settings VALUES (133,'Use Spider-friendly URLs?','spider','','no',17,6);
i did that and i got a error
Error
SQL-query :
REPLACE INTO {$pp_db_prefix}settings
VALUES ( 133, 'Use Spider-friendly URLs?', 'spider', '', 'no', 17, 6 )
MySQL said:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '{$pp_db_prefix}settings
VALUES ( 133, 'Use Spider-friendly URL
|