Thread Starter
chrjue
(@chrjue)
Update:
Obviously there was an error concerning the Log-class. Both FAlbum and Open-ID tried to use the same class, what gave the error.
Fixed it by simply renaming the class to F-log in Falbum.
Thread Starter
chrjue
(@chrjue)
Upgraded to PHP5, but i still got a fatal error.
But then I found out, that i had to deactivate Falbum prior to activating WP-Openid, et voilà – it worked.
When i try to reactivate Falbum, i get another error:
Fatal error: Cannot redeclare class Log in /www/htdocs/xxx/wp-content/plugins/falbum/lib/Log.php on line 38
Looks like they don’t like each other…
Thread Starter
chrjue
(@chrjue)
@pmotyka: Tried the SVN Version, which didn’t help – same error in same line.
Will have to decide between waiting for a new version or upgrading to PHP5…
The function simply uses the php function ‘utf8-encode’, which, as i found out right now, only Encodes an ISO-8859-1 string to UTF-8.
see http://de.php.net/utf8_encode for further information.