|
Posts: 2
Joined: 08-05-2008
|
Hi,
I have really strange behaviour. On hotel preview page and also while booking (client told me about this one, I never seen it), in some cases I'm getting those error messages:
· warning: Invalid argument supplied for foreach() in C:\wamp\www\[websitename]\modules\node\node.module on line 521.
· warning: implode() [function.implode]: Invalid arguments passed in C:\wamp\www\[websitename]\modules\node\node.module on line 525.
· user warning: 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.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:\wamp\www\[websitename]\includes\database.mysql.inc on line 172.
· warning: gmmktime() expects parameter 6 to be long, string given in C:\wamp\www\[websitename]\modules\openresort\accommodation\accommodation.module on line 1035.
Weird part is that it happens randomly and after refreshing page error disapears and everything looks fine. Sometimes, it happens every few times page is displayed, sometimes there is no error for days.
It started without any cause that I detected; client reported me and I needed few hours to repeat error.
Thanks for any idea or suggestion.
|