A client receives many spam, despite the captcha in zenpage comment form. He was still running version 1.4.0, so I was planning to update through 1.4.1 to 1.4.2 etc. to the latest version. From 1.4.0 to 1.4.1 was ok, but now I'm stuck in updating from 1.4.1 to 1.4.2. I get a blank screen, no source code in that page, and no error logs in the /data directory. Any idea what could be going wrong? All directories are writable.
Comments
I precached all images, but still nothing.
This is the html-code of an image thumb:
`src="http://degroeneman.nl/zp-core/i.php?a=fotografie/spookalbum&i=DjangoUnchained.jpg&s=160&wmk=!"`
You can disable the option and the above link will work. However, since it is that way in the database the link will never point to the cache version of the file.
Since you are in the process of upgrading anyway, you might want to try the 1.4.5 release. It will become the official release in July, and has code that will search out these database image processor links, cache the image and replace the link. All part of the updated cache manager.
http://img801.imageshack.us/i/nxab.png/
Edit: default shows the option for MySQLi, but the regular version is being used.
If the db info is not found is the config file present?
Simplest thing would be to fill in the correct database credentials.
I found no other solution then to roll back to version 1.4.3 and do a new install with my database backup of that version. That worked, so I'm going to try upgrading again soon.