Forum Moderators: coopster

Message Too Old, No Replies

PhpBB Problem

Forum won't work

         

Jeigh

5:55 am on Feb 5, 2007 (gmt 0)

10+ Year Member



Not sure if this is where I am suppose to post this but I hope so :)

I just tryed installing the Reputation Mod and since I'm new to Php, forums and such I just used easy mod to install it (it said it was easy mod compatible) Everything worked fine and at the end it said I need to run:

http://example.com/forum/admin/mods/reputation/upload/reputation_mod_install_db_v100.php

and

http://example.com/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php

But when I run them I get the following errors.

for the first:


Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_db_v100.php on line 8

Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_db_v100.php on line 8

Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_db_v100.php on line 8

Warning: main(./common.): failed to open stream: No such file or directory in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_db_v100.php on line 9

Warning: main(./common.): failed to open stream: No such file or directory in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_db_v100.php on line 9

Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/local/lib/php') in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_db_v100.php on line 9

Fatal error: Call to undefined function: session_pagestart() in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_db_v100.php on line 11

for the second:

Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php on line 8

Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php on line 8

Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php on line 8

Warning: main(./common.): failed to open stream: No such file or directory in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php on line 9

Warning: main(./common.): failed to open stream: No such file or directory in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php on line 9

Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/local/lib/php') in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php on line 9

Warning: main(./reputation_common.): failed to open stream: No such file or directory in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php on line 10

Warning: main(./reputation_common.): failed to open stream: No such file or directory in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php on line 10

Warning: main(): Failed opening './reputation_common.' for inclusion (include_path='.:/usr/local/lib/php') in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php on line 10

Fatal error: Call to undefined function: session_pagestart() in /home/graphics/public_html/forum/admin/mods/reputation/upload/reputation_mod_install_users_v100.php on line 12

and when I try to view topics on the forum:

Could not query reputation config information

DEBUG MODE

SQL Error : 1146 Table 'graphics_p_bb1.phpbb3_reputation_config' doesn't exist

SELECT * FROM phpbb3_reputation_config

Line : 31
File : reputation_common.php

Some other people also used EasyMod and it worked fine for them.

Any help at all would be much appreciated, thanks in advance :D

chrisranjana

8:49 am on Feb 5, 2007 (gmt 0)

10+ Year Member



Warning: main(./extension.inc): failed to open stream: No such file or directory

Were you able to find where the file extension.inc is located? If so what is it's path?

Jeigh

9:01 am on Feb 5, 2007 (gmt 0)

10+ Year Member



I do not have a clue sorry, where would I go about looking for it?

Psychopsia

10:16 am on Feb 5, 2007 (gmt 0)

10+ Year Member



Hi! You must copy "reputation_mod_install_db_v100.php" and "reputation_mod_install_users_v100.php" to the root forum folder, if you installed the forum in example.com/forum, those files must be copied there.

Not to 'admin/...' folder.

AFTER finish the installation of the mod, delete it for security reasons.

[edited by: Psychopsia at 10:18 am (utc) on Feb. 5, 2007]

Jeigh

10:29 am on Feb 5, 2007 (gmt 0)

10+ Year Member



Thanks a lot, I'll try that now and tell you if it worked! :)

It worked! Thanks a lot :D

[edited by: Jeigh at 10:33 am (utc) on Feb. 5, 2007]