Page 1 of 1

My Gallery Mod - Install Probleme

Posted: Mon 7. Aug 2006, 12:06
by Jenne20
Hi,

I just want to add the mygallery_mod. During install I get this massage:
Warning: main(PHPWCMS_ROOT/include/inc_module/mygallery/inc_lib/main.config.php): failed to open stream: No such file or directory in /var/www/vhosts/mtv-rehren.com/subdomains/cms/httpdocs/include/inc_module/mygallery/install/config.php on line 2

Warning: main(PHPWCMS_ROOT/include/inc_module/mygallery/inc_lib/main.config.php): failed to open stream: No such file or directory in /var/www/vhosts/mtv-rehren.com/subdomains/cms/httpdocs/include/inc_module/mygallery/install/config.php on line 2

Warning: main(): Failed opening 'PHPWCMS_ROOT/include/inc_module/mygallery/inc_lib/main.config.php' for inclusion (include_path='.:') in /var/www/vhosts/mtv-rehren.com/subdomains/cms/httpdocs/include/inc_module/mygallery/install/config.php on line 2

Warning: mysql_query(): Access denied for user: 'www-data@localhost' (Using password: NO) in /var/www/vhosts/mtv-rehren.com/subdomains/cms/httpdocs/include/inc_module/mygallery/install/install.php on line 6

Warning: mysql_query(): A link to the server could not be established in /var/www/vhosts/mtv-rehren.com/subdomains/cms/httpdocs/include/inc_module/mygallery/install/install.php on line 6
Error creating the events table: Access denied for user: 'www-data@localhost' (Using password: NO) CREATE TABLE `` ( `id` int(11) unsigned NOT NULL default '0', `album_order` int(11) NOT NULL default '0', `title` varchar(150) NOT NULL default '', `description` text, `pic_count` int(11) NOT NULL default '0', PRIMARY KEY (`id`) )
What ist the reason for that?

And then I don`tknow what to change in the main.config.php. Pleas can someone give me a tip?
thx

Jenne

Posted: Mon 7. Aug 2006, 12:23
by ff123
Are you running on windows?
The script wont run on windows due to path problem! :x
Maybe this could be fixed?

Posted: Mon 7. Aug 2006, 12:37
by Jenne20
@ff123

no - i´m not running on windows.

apache server I mean.

but thanks for your answer.

Posted: Mon 7. Aug 2006, 12:44
by flip-flop
Hi Jenne20,

safe_mode = off?

If you cant install, have a look to singapore gallery.
There is an example: http://www.phpwcms.de/forum/viewtopic.php?p=69535#69535

regards Knut

Posted: Mon 7. Aug 2006, 13:37
by Jenne20
@Knut

I Just try to install "Singapore" - is it possible to integrate it in phpwcms?

Posted: Mon 7. Aug 2006, 13:39
by Jenne20
@knut

one more question. where can I set "Safe-Mode"?

Please explain it as easy as you can.

thx

Posted: Mon 7. Aug 2006, 13:49
by rushclub
Jenne20 wrote:@knut

one more question. where can I set "Safe-Mode"?

Please explain it as easy as you can.

thx
server-side. aks your admin.

rush

Re: My Gallery Mod - Install Probleme

Posted: Mon 7. Aug 2006, 14:06
by juergen
Jenne20 wrote:
Warning: main(PHPWCMS_ROOT/include/inc_module/mygallery/inc_lib/main.config.php): failed to open stream: No such file or directory in /var/www/vhosts/mtv-rehren.com/subdomains/cms/httpdocs/include/inc_module/mygallery/install/config.php on line 2

Warning: main(PHPWCMS_ROOT/include/inc_module/mygallery/inc_lib/main.config.php): failed to open stream: No such file or directory in /var/www/vhosts/mtv-rehren.com/subdomains/cms/httpdocs/include/inc_module/mygallery/install/config.php on line 2

Warning: main(): Failed opening 'PHPWCMS_ROOT/include/inc_module/mygallery/inc_lib/main.config.php' for inclusion (include_path='.:') in /var/www/vhosts/mtv-rehren.com/subdomains/cms/httpdocs/include/inc_module/mygallery/install/config.php on line 2

Warning: mysql_query(): Access denied for user: 'www-data@localhost' (Using password: NO) in /var/www/vhosts/mtv-rehren.com/subdomains/cms/httpdocs/include/inc_module/mygallery/install/install.php on line 6

Warning: mysql_query(): A link to the server could not be established in /var/www/vhosts/mtv-rehren.com/subdomains/cms/httpdocs/include/inc_module/mygallery/install/install.php on line 6
Error creating the events table: Access denied for user: 'www-data@localhost' (Using password: NO) CREATE TABLE `` ( `id` int(11) unsigned NOT NULL default '0', `album_order` int(11) NOT NULL default '0', `title` varchar(150) NOT NULL default '', `description` text, `pic_count` int(11) NOT NULL default '0', PRIMARY KEY (`id`) )
Inside this I see no Safe Mode issue. Chmod Problem fr the first 2 Warnings

Caused by do not know myself: Perhaps there are database login datas needed for the gal Mod ?

Jürgen