sasarai

Anonymous
I installed the forum version 2.2 for Geeklog 1.3.8 and I have an error when trying to install, I'm fairly sure I followed all the directions:


Warning: main(../../../lib-common.php): failed to open stream: No such file or directory in /home/einlanze/public_html/esper/public_html/admin/plugins/forum/install.php on line 52

Fatal error: main(): Failed opening required '../../../lib-common.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/einlanze/public_html/esper/public_html/admin/plugins/forum/install.php on line 52

Status: offline

Turias

Forum User
Full Member
Registered: 10/20/03
Posts: 807
is your lib-common.php in /home/einlanze/public_html/esper/public_html/ ?

It seems like a strange path to me, but you never know. With errors like these, it really makes it much easier to debug if you post all of your paths.

sasarai

Anonymous
gloomy
Update! I got the install working, but now I have these problems.

When I go to View Forums, I get this error:


Warning: main(../../../lib-common.php): failed to open stream: No such file or directory in /home/einlanze/public_html/esper/forum/gf_functions.php on line 37

Fatal error: main(): Failed opening required '../../../lib-common.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/einlanze/public_html/esper/forum/gf_functions.php on line 37


When I go to Board Admin, I get this error:


Warning: main(/home/einlanze/public_html/esper/forum/include/gf_format.php): failed to open stream: No such file or directory in /home/einlanze/public_html/esper/admin/plugins/forum/boards.php on line 38

Fatal error: main(): Failed opening required '/home/einlanze/public_html/esper/forum/include/gf_format.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/einlanze/public_html/esper/admin/plugins/forum/boards.php on line 38


And when I go to Messages, I get this error:


Warning: main(/home/einlanze/public_html/esper/forum/include/gf_format.php): failed to open stream: No such file or directory in /home/einlanze/public_html/esper/admin/plugins/forum/messages.php on line 38

Fatal error: main(): Failed opening required '/home/einlanze/public_html/esper/forum/include/gf_format.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/einlanze/public_html/esper/admin/plugins/forum/messages.php on line 38


I really like Geeklog as a content manager, and want to get these forums to work, any help would be appreciated.

Status: offline

Turias

Forum User
Full Member
Registered: 10/20/03
Posts: 807
Those look like either path issues or you didn't install all of the forum files correctly. Why not look at the paths in those error messages and make sure all of those files exist in the correct places?