×

Error

Please login first

phpBB Connector Error...

17 years 5 months ago #25201 by ant3112uk
Replied by ant3112uk on topic Re:phpBB Connector Error...
apologies for being a little dim, but how do I do that Greg?

and many thanks for you reply I really appreciate your help

Please Log in to join the conversation.

17 years 5 months ago #25202 by geeffland
Replied by geeffland on topic Re:phpBB Connector Error...
Your DOCUMENT_ROOT variable by default should point to the directory that is the root of your website (i.e. the directory where www.yoursite.com goes to. Some servers have this set incorrectly or not set at all (as in some IIS cases). You can easily write a quick script to tell what your setting is... included below. Just create, type, and run this script from your webserver

[code:1]<?php
global $_SERVER; // this line may not be need but included just in case;
echo "DOCUMENT_ROOT = ".$_SERVER;
?>[/code:1]

Greg

CB3PD Developer - CB Connector (formerly phpBB Connector) plugin

Please Log in to join the conversation.

17 years 5 months ago #25203 by geeffland
Replied by geeffland on topic Re:phpBB Connector Error...
Oh, and you can also tell because in your error message the directory

~frozenhe

does not show up in the list of directories for the file it is trying to load...

Greg

CB3PD Developer - CB Connector (formerly phpBB Connector) plugin

Please Log in to join the conversation.

17 years 5 months ago #25205 by ant3112uk
Replied by ant3112uk on topic Re:phpBB Connector Error...
You are correct, I run the script and I get this message

DOCUMENT_ROOT = /home/cyberho/public_html


But now the dim question, how do I change it? Which file do I need to change?

Sorry about all the questions.

Please Log in to join the conversation.

17 years 5 months ago #25206 by geeffland
Replied by geeffland on topic Re:phpBB Connector Error...
The DOCUMENT_ROOT variable looks to be set correctly for your website. I would NOT change it. If you did want to I believe the setting is in your php.ini file which your host may need to change... BUT Again I WOULD NOT change that variable in your case.

What I would do is open up the parameters for the phpBB Connector
On admin side go to the menu
Components - Community Builder - Plugin Management (same screen where you installed the plugin)
Then scroll down until you see phpbb connector, click on its name
In that parameters windows on the right modify the forum directory from

forum

to

~frozenhe/forum


Then click on Save and retry.. that should be all that you need to do.

Greg

CB3PD Developer - CB Connector (formerly phpBB Connector) plugin

Please Log in to join the conversation.

17 years 5 months ago #25207 by ant3112uk
Replied by ant3112uk on topic Re:phpBB Connector Error...
Tried it Greg, and I get the same error.

Do you think I should wait until I have transfered my domain name over or does that not make a difference

Warning: main(/home/cyberho/public_html/~frozenhe/forum/extension.inc): failed to open stream: No such file or directory in /home/frozenhe/public_html/components/com_comprofiler/plugin/user/plug_phpbbconnector/phpbbgui.php on line 116

Warning: main(): Failed opening '/home/cyberho/public_html/~frozenhe/forum/extension.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/frozenhe/public_html/components/com_comprofiler/plugin/user/plug_phpbbconnector/phpbbgui.php on line 116

Warning: main(/home/cyberho/public_html/~frozenhe/forum/common.): failed to open stream: No such file or directory in /home/frozenhe/public_html/components/com_comprofiler/plugin/user/plug_phpbbconnector/phpbbgui.php on line 117

Warning: main(): Failed opening '/home/cyberho/public_html/~frozenhe/forum/common.' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/frozenhe/public_html/components/com_comprofiler/plugin/user/plug_phpbbconnector/phpbbgui.php on line 117
SQL errorDB function failed with error number 1146
Table 'frozenhe_joom1.users' doesn't exist SQL=SELECT count( * ) as total_record FROM users WHERE user_active = '1'
SQL =

SELECT count( * ) as total_record FROM users WHERE user_active = '1'

Please Log in to join the conversation.

Moderators: beatnantgeefflandmartijn189krileon
Time to create page: 0.269 seconds

Facebook Twitter LinkedIn