Well after an initial problem with the instalation I got this after opening the admin.
Warning: main() [function.main]: open_basedir restriction in effect. File(/lib/gettext/streams.php) is not within the allowed path(s): (/home/web/snl****:/var/tmp:/usr/local/lib/php:/usr/local/share/pear) in /usr/home/web/snl****/plogger3/plog-globals.php on line 23
Warning: main(lib/gettext/streams.php) [function.main]: failed to open stream: Operation not permitted in /usr/home/web/snl****/plogger3/plog-globals.php on line 23
Fatal error: main() [function.require]: Failed opening required 'lib/gettext/streams.php' (include_path='.:') in /usr/home/web/snl****/plogger3/plog-globals.php on line 23
what can i do to fix it? the local value for my open_basedir is: /home/web/snl*****:/var/tmp:/usr/local/lib/php:/usr/local/share/pear whatever that may mean :-)
I fixed the problem by putting my webpath before /lib/gettext/etc in line 23 in plog-globals.php and also in line 24. After logging in to the admin i didnt get the above errorcode anymore but i did get an other one, o yes which is:
Fatal error: Class 'gettext_reader' not found in /usr/home/web/snl****/plogger3/plog-globals.php on line 38
how can i fix this errorcode?? any ideas?
I still got the feeling that all these errorcodes i've got during my installation has something to do how my host resolves paths. For more info on my host look at http://web11.talkactive.net/phpinfo.php maybe that is of some help to some of you!
I fixed the above problem by adjusting the solution in line 23 and 24 in plog-globals.php, changed it in the absolute path (it is now /usr/home/web/snl****/lib/gettext/streams.php) and i can log in and do the business. Still there are probably more "require once xxx.php" lines in the program which i didnt encounter yet. How can i tackle my host solution to paths and plogger way to find the right paths??