Problems after installl Mygallery
-
- Posts: 88
- Joined: Tue 31. Jan 2006, 11:35
- Location: Wermelskirchen / Germany
Problems after installl Mygallery
Hello together,
i have installed the mod mygallery.
After that there are some errors in my PHPWCMS installation
When I started my page the system display the follwing errors:
Notice: Undefined variable: slideshowtime in C:\Programme\Apache Group\Apache2\htdocs\phpwcms\include\inc_module\mygallery\inc_lib\main.config.php on line 14
Notice: Undefined index: gal_installed in C:\Programme\Apache Group\Apache2\htdocs\phpwcms\include\inc_module\mygallery\inc_lib\var.config.php on line 2
Notice: Undefined variable: gallery_alias in C:\Programme\Apache Group\Apache2\htdocs\phpwcms\include\inc_module\mygallery\inc_front\func.inc.php on line 49
Notice: Undefined variable: pathtoscript in C:\Programme\Apache Group\Apache2\htdocs\phpwcms\include\inc_module\mygallery\inc_front\func.inc.php on line 49
Who can help me?
regards
Oliver
i have installed the mod mygallery.
After that there are some errors in my PHPWCMS installation
When I started my page the system display the follwing errors:
Notice: Undefined variable: slideshowtime in C:\Programme\Apache Group\Apache2\htdocs\phpwcms\include\inc_module\mygallery\inc_lib\main.config.php on line 14
Notice: Undefined index: gal_installed in C:\Programme\Apache Group\Apache2\htdocs\phpwcms\include\inc_module\mygallery\inc_lib\var.config.php on line 2
Notice: Undefined variable: gallery_alias in C:\Programme\Apache Group\Apache2\htdocs\phpwcms\include\inc_module\mygallery\inc_front\func.inc.php on line 49
Notice: Undefined variable: pathtoscript in C:\Programme\Apache Group\Apache2\htdocs\phpwcms\include\inc_module\mygallery\inc_front\func.inc.php on line 49
Who can help me?
regards
Oliver
-
- Posts: 88
- Joined: Tue 31. Jan 2006, 11:35
- Location: Wermelskirchen / Germany
-
- Posts: 88
- Joined: Tue 31. Jan 2006, 11:35
- Location: Wermelskirchen / Germany
I installed the gallery mod, but if i click on the gallery module in the backend, i get this error:
Whats wrong, i use it on my local server, it is possible, that i must change more in the php.ini?
please help me.
i run an apache server and i use windows xp.
Code:Fatal error: Cannot redeclare fmod() in C:\Programme\Apache Group\Apache2\htdocs\headless.at.tc\include\inc_module\mygallery\inc_lib\main.functions.php on line 7
I also changed the php.ini4: function fmod($x,$y){
5: $i = floor($x/$y);
6: return $x - $i*$y;
7: }
Whats wrong, i use it on my local server, it is possible, that i must change more in the php.ini?
please help me.
i run an apache server and i use windows xp.
http://www.phpwcms.de/forum/viewtopic.php?p=60813#60813
I managed to install the mod okay although I had to comment out fmod() and create the tables manually before it worked - thanks to all those who went before me so I learnt from you!
Bei der Installation (man bemerkt eher zufällig, dass es eine install.php gibt), bekomme ich folgende Fehlermeldung:
*** sind von mir
Hat jemand eine Ahnung?
Andreas
Code: Select all
Warning: main(PHPWCMS_ROOT/include/inc_module/mygallery/inc_lib/main.config.php): failed to open stream: No such file or directory in /home/www5140/www.***.de/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='.:/usr/lib/php') in /home/www5140/www.***.de/include/inc_module/mygallery/install/config.php on line 2
Hat jemand eine Ahnung?
Andreas
I have not installed this MOD... but the directions say:
I ~THINK~ it means for user to look in "/config/phpwcms/conf.inc.php" at the value set for:
and upload the mygallery folder as a subdirectory of -that- starting point.
In -your- case it would be ( include/inc_modules/ ) because your installation of phpWCMS is in your root. If you had installed phpWCMS in a subdirectory named "easybaner"... then it would be ( easybaner/include/inc_modules/ ) for "where" to upload to.
Maybe you could try that and see?
I ~THINK~ this does -NOT- mean for user to "create" a directory named PHPWCMS_ROOT and upload the folder to that path ( PHPWCMS_ROOT/include/inc_modules/ )The first thing to do is to upload the files of the gallery mod to your phpwcms install folder. You will need to upload the mygallery folder to:
PHPWCMS_ROOT/include/inc_modules/
I ~THINK~ it means for user to look in "/config/phpwcms/conf.inc.php" at the value set for:
Code: Select all
$phpwcms["root"] = "";
In -your- case it would be ( include/inc_modules/ ) because your installation of phpWCMS is in your root. If you had installed phpWCMS in a subdirectory named "easybaner"... then it would be ( easybaner/include/inc_modules/ ) for "where" to upload to.
Maybe you could try that and see?