HI Folks,
I'm having the following problems after moving my drupal system from a developer's server to my own local computer (to test before go-live):
I'm getting loads of error messages like this one:
?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 '' at line 1 query: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE ? in ?C:\xampplite\htdocs\ausmag06\australien-community\includes\database.mysql.inc? in Zeile 120.
or
?implode() [function.implode]: Bad arguments.? in ?C:\xampplite\htdocs\ausmag06\australien-community\modules\node.module? in Zeile 363.
Here is a screenshot of the ADMIN area:
http://www.brizk.com/ausmag_fehler2.jpg
Also the photos are not resized properly anymore. When I try to upload a photo, a strange thing is happening: it tells me all the time that I MUST enter a path the the image I want to upload. But I did enter that path and it even shows me the preview of that photo: http://www.brizk.com/ausmag_fehler1.jpg
I'd much appreciate help from anyone! I got to finish this project ASAP! :-/