- Se cerco di modificare una tabella:
Error: Unable to fetch data from query: select * from w3n_sec_pages where id='' :
se non specifichi il valore dell'id ti da errore si il mysql..si aspetta un valore intero
- Se cerco di entrare nel setup (sempre dello script)
Error: Unable to perform query: select * from order by id :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 'order by id' at line 1
qui se non ci metti il nome della tabella vai poco in la mi sa....

questi due errori mi sembrano causati da fatto che nel primo caso una varibile del tipo $id e nel secondo caso una variabile tipo $tabella non prendano il valore
quindi quando vai a formare la query non vengono stampati... controlla che prendano il valore

$query = "select * from w3n_sec... where id=".$id --> se $id="" ecco l'erroe stessa cosa per la query dopo