| :: |
| Author |
Message |
macnack PR0

Joined: 20 Jun 2006 Posts: 96
|
Posted: Wed Jul 12, 2006 7:05 pm Post subject: new install phpbb not found |
|
|
Hello
I´ve problem to install mx-portal with Categorie Hierarchy phpbb
The install wisard won´t find the phpbb.
phpbb install in subdomain
| Quote: | An error has occurred during installation:
Sorry, we cound not find any phpBB board installed on this server.
Please, install phpBB BEFORE installing mxBB-Portal.
--------------------------------------------------------------------------------
DEBUG INFORMATION:
mxBB Absolute Path: /www/htdocs/xxxx/portal/
Document Root: /www/htdocs/xxxx/portal
phpBB Search Path: /www/htdocs/xxxx/portal
mxBB Root Path: /
Website URL: http://www.domain.com
PHP SELF: /install/mx_install.php
mxBB URL Path: /
Portal URL: http://www.domain.com/
|
phpbb is install in http://www.forum.domain.com |
_________________ macnack |
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: Wed Jul 12, 2006 10:47 pm Post subject: Re: new install phpbb not found |
|
|
I think you first need to install phpBB in the main domain and then, once everything is ok, move it to the sub domain, just a matter of changing few config settings actually.
Then, I don't know much about ch being installed with mxBB, I think you should ask for support on this at mxBB-portal, but I don't think this is what is causing us trouble here, unless you do not run an up to date CH.
Then we'll look at the mod rewrite
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 96
|
Posted: Thu Jul 13, 2006 7:06 am Post subject: Re: new install phpbb not found |
|
|
Hello
if I try to install mx-portal from main domain the installer works but give me 3 errors with cache permission.
| Code: | Warning: is_dir(): Stat failed for /www/htdocs/xxxx/portal/cache/.htaccess (errno=13 - Permission denied) in /www/htdocs/xxxxx/portale/install/mx_install.php on line 1193
Warning: is_dir(): Stat failed for /www/htdocs/xxxxx/portal/cache/index.htm (errno=13 - Permission denied) in /www/htdocs/xxxxx/portale/install/mx_install.php on line 1193
Warning: is_dir(): Stat failed for /www/htdocs/xxxxx/portal/cache/sys_tests.dta (errno=13 - Permission denied) in /www/htdocs/xxxxx/portale/install/mx_install.php on line 1193
|
Why want the installer contact cache in /portal/ ?
The mx-script is in /portale/ |
_________________ macnack |
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 96
|
Posted: Thu Jul 13, 2006 12:54 pm Post subject: Re: new install phpbb not found |
|
|
Ok the problem before is fixed.
Installer work, write the configurations ... but if I want to start install I get this Error : | Code: | Warning: mysql_connect(): Access denied for user: 'wwwrun@localhost' (Using password: NO) in /www/htdocs/xxxxx/phpbb/db/mysql4.php on line 48
An error has occurred during installation:
CRITICAL ERROR:
Sorry, could not connect to database.
Fatal error: Call to a member function on a non-object in /www/htdocs/xxxxxx/portal/install/mx_install.php on line 989 |
|
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: Thu Jul 13, 2006 2:24 pm Post subject: Re: new install phpbb not found |
|
|
This is most likely due to your config.php file not to show the proper settings (the mxBB one).
Open it, the settings are pretty obvious and db password and host are written in clear text.
For the path, compare it with you other mxBB installation one, besides the forum folder name, it should be the same.
Then, if phpBB is to be installed in a subdomain, you should go to mxBB ACP and change phpBB URL to the sub domain's one once mxBB is installed.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 96
|
Posted: Thu Jul 13, 2006 3:34 pm Post subject: Re: new install phpbb not found |
|
|
Hi
this is actually config, but give me same error again.
| Code: | <?php
// mxBB-Portal auto-generated config file
// Do not change anything in this file!
// This file must be put into the mxBB-Portal directory, not into the phpBB directory.
$dbms = 'mysql4';
$dbhost = 'localhost';
$dbname = 'xxxxxx';
$dbuser = 'xxxxxxx';
$dbpasswd = 'xxxxxx';
$mx_table_prefix = 'mx_';
$table_prefix = 'phpbb_';
$phpbb_root_path = $mx_root_path . '../phpbb/';
define('MX_INSTALLED', true);
define('PHPBB_INSTALLED', true);
?> |
|
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 96
|
Posted: Thu Jul 13, 2006 3:44 pm Post subject: Re: new install phpbb not found |
|
|
Ok I change config
now I get this errors | Code: | Warning: main(./../phpbb/includes/constants.php): failed to open stream: No such file or directory in /www/htdocs/xxxx/portal/install/mx_install.php on line 518
Warning: main(./../phpbb/includes/constants.php): failed to open stream: No such file or directory in /www/htdocs/xxxx/portal/install/mx_install.php on line 518
Warning: main(): Failed opening './../phpbb/includes/constants.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/xxxx/portal/install/mx_install.php on line 518
Warning: main(./../phpbb/includes/sql_parse.php): failed to open stream: No such file or directory in /www/htdocs/xxxx/portal/install/mx_install.php on line 519
Warning: main(./../phpbb/includes/sql_parse.php): failed to open stream: No such file or directory in /www/htdocs/xxxx/portal/install/mx_install.php on line 519
Warning: main(): Failed opening './../phpbb/includes/sql_parse.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/framus/portal/install/mx_install.php on line 519
Warning: main(./../phpbb/includes/db.php): failed to open stream: No such file or directory in /www/htdocs/xxxx/portal/install/mx_install.php on line 520
Warning: main(./../phpbb/includes/db.php): failed to open stream: No such file or directory in /www/htdocs/xxxx/portal/install/mx_install.php on line 520
Warning: main(): Failed opening './../phpbb/includes/db.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/xxxx/portal/install/mx_install.php on line 520
Fatal error: Cannot instantiate non-existent class: sql_db in /www/htdocs/xxxx/portal/install/mx_install.php on line 521 |
|
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 96
|
Posted: Thu Jul 13, 2006 4:07 pm Post subject: Re: new install phpbb not found |
|
|
I try to install in root,
but doesn´t work.
Now I have a date,
I try it on root again at 8pm
hope you are online this evening  |
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 96
|
Posted: Thu Jul 13, 2006 7:32 pm Post subject: Re: new install phpbb not found |
|
|
Hi
I try new install in root
installer work (a little)
but if I chose install I get hacking attempt  |
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 96
|
Posted: Thu Jul 13, 2006 7:51 pm Post subject: Re: new install phpbb not found |
|
|
Yes I remember,
but I´ve a look at the mx_install.php but nothing happend. |
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
|
|