danshore
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Error in admin page after activationWe do run on a windows server. Is there anything I could do?
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Error in admin page after activationNo it is a live installation.
Forum: Plugins
In reply to: [Shashin] problem with adding some albumsI looked back through this again and realised that you have changed the code in the latest version to resolve line 98 in shashin/lib/ShashinPhoto.php and removing ‘not_null’ => true
I was updating the Uploadedtime stamp and removing the above, that is why WordPress crashed.
I still get the same error as the above post however?
Forum: Plugins
In reply to: [Shashin] problem with adding some albumsI re-inserted the ‘not_null’ => true and wordpress is working again.
I still have the problem linking to Picasa album, here is the message;
Database query failed. Error message: Field ‘takenTimestamp’ doesn’t have a default value
SQL statement: insert into wp_shashin_photo (sourceId,filename,description,linkUrl,contentUrl,contentType,width,height,videoUrl,videoType,videoWidth,videoHeight,uploadedTimestamp,albumId,albumType,sourceOrder,lastSync) values (6021100674523673426,’Andrew Slow Mo.mpg’,”,’https://picasaweb.google.com/TrenthamCanoeClub/CruisingOnTrenthamLake?authkey=Gv1sRgCMim1JWG1pWALQ#6021100674523673426′,’https://lh6..googleusercontent.com/-08tmtfN2vLI/U48_KY3ZM1I/AAAAAAAAGgI/4JUhd0gjPsc/Andrew%252520Slow%252520Mo.gif’,’image/gif’,512,288,’https://redirector.googlevideo.com/videoplayback?id=9359cd6e9cb01038&itag=22&source=picasa&cmo=sensitive_content%3Dyes&ip=0.0.0.0&ipbits=0&expire=1404574218&sparams=id,itag,source,ip,ipbits,expire&signature=CE6F57FED928039ADF6D3F1547DB006C87ABB35.5FA95C6FF532C15CD0DA9FD5D709932AB9A4F018&key=lh1′,’video/mpeg4′,1280,720,1401896745,5727,’picasa’,1,1401982224) on duplicate key update sourceId = 6021100674523673426, filename = ‘Andrew Slow Mo.mpg’, description = ”, linkUrl = ‘https://picasaweb.google.com/TrenthamCanoeClub/CruisingOnTrenthamLake?authkey=Gv1sRgCMim1JWG1pWALQ#6021100674523673426’, contentUrl = ‘https://lh6.googleusercontent.com/-08tmtfN2vLI/U48_KY3ZM1I/AAAAAAAAGgI/4JUhd0gjPsc/Andrew%252520Slow%252520Mo.gif’, contentType = ‘image/gif’, width = 512, height = 288, videoUrl = ‘https://redirector.googlevideo.com/videoplayback?id=9359cd6e9cb01038&itag=22&source=picasa&cmo=sensitive_content%3Dyes&ip=0.0.0.0&ipbits=0&expire=1404574218&sparams=id,itag,source,ip,ipbits,expire&signature=CE6F57FED928039ADF6D3F1547DB006C87ABB35.5FA95C6FF532C15CD0DA9FD5D709932AB9A4F018&key=lh1’, videoType = ‘video/mpeg4’, videoWidth = 1280, videoHeight = 720, uploadedTimestamp = 1401896745, albumId = 5727, albumType = ‘picasa’, sourceOrder = 1, lastSync = 1401982224;Forum: Plugins
In reply to: [Shashin] problem with adding some albumsI had the same error Field ‘takenTimestamp’ doesn’t have a default value.
I read through this thread and saw your comment: I’ll fix this in the next version. If you’re comfortable editing code, you can fix your copy now by going to line 98 in shashin/lib/ShashinPhoto.php and removing ‘not_null’ => trueI have version 3.4.10 but when I looked at the code the line above was still present.
After removing this code and updating thinking this would resolve I can no longer log into WordPress. When I log in I get a White Screen : (
Please help I am now completely stuck, what should I do?
Thanks in advance!