Hi,
yes, me again. We test an Update to the latest CVS Rep., but we hang.
We make a fresh install and we use POP3 Auth.
With the the CVS Version we can only see:
Fatal error: Class _pop3passuser: Cannot inherit from undefined class _imappassuser in /var/www/html/wikitest/lib/WikiUser/POP3.php on line 8
We take teh same Lines from the old config.ini - but it dont work.
Any suggestions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No problem.
But we have ob more problem - also with last CVS version.
It runs on a Linux with german language. Everything we do, wiki will run only in german - and there will be some problems IMHO due to german files.
In config.ini we save en, in index.php we force "en" - nothing happend.
When we move /locale/de to tmp, than wiki dont start, it hangs at the CalendarPlugin and dont finish the setup...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Habe gesehen das Du auch deutsch sprichst :-)
Ich machs mal kurz:
das CVS Wiki ldt nur deutsch, obwohl alles auf en gestellt ist
in der deutschen Version funktioniert die Suche nicht, egal was man sucht es gibt keine Ergebnisse
wenn man als User die Preferences speichern will kommt folgendes:
Fatal error: Undefined class name '_peardbpassuser' in /var/www/html/wikitest/lib/WikiUserNew.php on line 1101
Man kann also auch nicht von Hand auf eng umstellen (bzw wo steht das wie in der DB??)
Gilt alles fr die CVS Version von Montag.
Ein schnes Wochenende
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
yes, me again. We test an Update to the latest CVS Rep., but we hang.
We make a fresh install and we use POP3 Auth.
With the the CVS Version we can only see:
Fatal error: Class _pop3passuser: Cannot inherit from undefined class _imappassuser in /var/www/html/wikitest/lib/WikiUser/POP3.php on line 8
We take teh same Lines from the old config.ini - but it dont work.
Any suggestions?
Sorry,
I forgot some require line.
I'll fix this ASAP, which will be about next weekend.
Add
require_once("lib/WikiUser/IMAP.php");
to the top of POP3.php, before
the "class _POP3PassUse" line.
No problem.
But we have ob more problem - also with last CVS version.
It runs on a Linux with german language. Everything we do, wiki will run only in german - and there will be some problems IMHO due to german files.
In config.ini we save en, in index.php we force "en" - nothing happend.
When we move /locale/de to tmp, than wiki dont start, it hangs at the CalendarPlugin and dont finish the setup...
Habe gesehen das Du auch deutsch sprichst :-)
Ich machs mal kurz:
Fatal error: Undefined class name '_peardbpassuser' in /var/www/html/wikitest/lib/WikiUserNew.php on line 1101
Man kann also auch nicht von Hand auf eng umstellen (bzw wo steht das wie in der DB??)
Gilt alles fr die CVS Version von Montag.
Ein schnes Wochenende