| Author |
Message |
saaya
Beginner


Joined: Jul 04, 2005 Posts: 4
|
Posted: Tue Jul 05, 2005 8:01 am Post subject: gallery2 error |
|
|
i have installed the gallery2 integration and when i click Export Users to Gallery2 button i'm getting this error can anyone help me out ???????
Warning: init(modules/gallery2/embed.php): failed to open stream: No such file
and when i trying to open the link its showing
The module has not yet been configured.
i hve cofig the file[/b] |
|
| Back to top |
|
|
AdBot
|
| Post subject: gallery2 error |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Jul 05, 2005 8:04 am Post subject: Re: gallery2 error |
|
|
| please post yuor embed.php file. |
|
| Back to top |
|
|
saaya
Beginner


Joined: Jul 04, 2005 Posts: 4
|
Posted: Tue Jul 05, 2005 8:17 am Post subject: Re: gallery2 error |
|
|
<?
$g2embedparams = array (
'embedphpfile' => 'modules/gallery2',
'embedUri' => 'http://teenstation.te.funpic.de/html/modules.php?name=gallery2',
'relativeG2Path' => '/modules/gallery2',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
);
$g2mainparams = array (
'showSidebar' => 'true',
);
$g2configurationdone = 'false'; ?> |
|
| Back to top |
|
|
saaya
Beginner


Joined: Jul 04, 2005 Posts: 4
|
Posted: Tue Jul 05, 2005 9:04 am Post subject: Re: gallery2 error |
|
|
well i'm not able to see my gallery plzzzzzzzzz help me out
Warning: init(modules/gallery2/embed.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/teenstation/html/modules/gallery2/admin/index.php on line 85
Fatal error: init(): Failed opening required 'modules/gallery2/embed.php' (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/teenstation/html/modules/gallery2/admin/index.php on line 85 |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Jul 05, 2005 1:09 pm Post subject: Re: gallery2 error |
|
|
your embedphpfile path is wrong, try adding "/html/" to the beginning of it.
also you need to set the g2configurationdone to 'true' |
|
| Back to top |
|
|
saaya
Beginner


Joined: Jul 04, 2005 Posts: 4
|
Posted: Tue Jul 05, 2005 2:57 pm Post subject: Re: gallery2 error |
|
|
dari wrote: › your embedphpfile path is wrong, try adding "/html/" to the beginning of it.
also you need to set the g2configurationdone to 'true'
Fatal error: Undefined class name 'galleryembed' in /usr/export/www/vhosts/funnetwork/hosting/teenstation/html/modules/gallery2/admin/index.php on line 89
and if i add 'html' to embedphpfile path then its show me
Error : Gallery2 Full filepath
You need to install and configure G2 first.Then this field must point to your Gallery2 root folder.
if i set 'true ' and then i'm not able to view my admin cp |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Jul 06, 2005 8:07 am Post subject: Re: gallery2 error |
|
|
| try using the full path for the embedphpfile path. |
|
| Back to top |
|
|
|
|
|
|
|