Since i layed my eyes on plogger ive worked on my own webserver to have all my photos on and displaying them with plogger...
Now to my problem from what i can see everything is fine with my apache/php/mysql config but plogger still gives me this error when trying to make a "collection"
"Field 'thumbnail_id' doesn't have a default value
INSERT INTO plogger_collections (`name`,`description`,`id`,`path`) VALUES ('2004', '', '', '2004')"
running it on a Win 2000 Server, Apache 2.0.55, MySQL 5.0.19, PHP 5.1.2
anyone have any ideas? feels like ive tryed everything! (started to play with apache/mysql/php this weekend so everything is prolly not that much as im kind of a noob :p)
Did what you told me and it worked like a charm still got som error messages in the header but i change the "error sensitivity" and it took care of that! :)
Got a new problem now though (doh) importing images takes forever!
The server is a 1ghz with 512mb ram and to import 50 pictures takes like 10 min and php-cgi.exe takes up 100% of the cpu power when importing.. feels like the GD process is at fault as the same phenomena appears when i change the thumb size and reload the page.
When i finaly get the pictures imported everything works fine and goes smooth.
Could the problem be that im running php as cgi? maybe i should run it as a module instead? anyway ill appreciate any help you can throw at me!
Anti has developed a really nice "import progress" interface for the next version. The page loads instantly, and the thumbnails are generated one by one (with a percentage reading) using AJAX.
We can't really do anything about the speed of generating thumbnails, as it is a CPU/RAM intensive process no matter how you slice it. However, we think the improved import UI will make the wait much more bearable =)