what with all the hacking that going on, i changed my admin password to something so hard i've now forgotten! oops. I read the troubleshoot guide, deleted the administrators table, ran setup again and i enter all my new user details and all i get is this
Warning: preg_match() [function.preg-match]: Compilation failed: range out of order in character class at offset 4 in /mounted-storage/home34b/sub001/sc27915-YPZT/domain.com/zp-core/lib-auth.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home34b/sub001/sc27915-YPZT/domain.com/zp-core/lib-auth.php:177) in /mounted-storage/home34b/sub001/sc27915-YPZT/domain.com/zp-core/admin-users.php on line 189
Comments
"{ <b>Warning</b>: htmlspecialchars() [function.htmlspecialchars]: charset `UTF-7' not supported, assuming iso-8859-1 in /mounted-storage/home34b/sub001/sc27915-YPZT/domain.com/zp-core/functions-basic.php on line 172
A-Za-z0-9}, {~!@#$%&*_+`-(),.\^'"/[]{}=:;?|}."
thanks for the help so far, but any other ideas i can try?
also i've done a dump of the sql in phpmyadmin and i noticed the collation is set to
CREATE DATABASE `database` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
I've changed this to utf-8 and tried again but still not working. Any suggestions i can try?
If i simply wipe zenphoto, do a fresh install with a new database and upload all my photos again, what will i loose exactly from the original db? i don't have any comments/tags to worry about
thanks
The languages flag display is actually a matter of what languages are there installed (zp-core/locale) and which are enabled on the options. (thed display is a plugin dynamic locale).
Since the language support is gettext based (a php extensions on the server) it is actually dependend on the locales installed on the server. So if you want Spanish and the server has no Spanish locale Spanish will not work.
Regarding fresh database. Zenphoto stores all that in the database what you entered manually like titles, descriptions, option settings and of course any Zenpage CMS items.
Regarding the pure albums it is filesystem based and will recognize any folder within the root albums as an album automatically.