Hi all!
Im having some difficulties with Phpwebgallery.
I have used Phpwebgallery for some time now and decided to upgrade to version 1.2 today. The instructions worked all OK and my fotoalbum is online and working BUT, there is a new function that i tried and failed to use and its the possibility to mail the users i have...
When listing users and klicking "create e-mail adress" ( i have given som of my users e-mailadresses and selected them)
This fails with :
---------------------------------------------------
Ett fel uppstod vid laddning av http://&mail=true:
Okänd värddator
---------------------------------------------------
A rough translation is here.
---------------------------------------------------
A error occured when loading http://&mail=true:
Unknown host
---------------------------------------------------
I use the swedish translation of Phpwebgallery if that matters..
Regards.
/Omas Jakobsson
Everything else works all OK, its just this little function that fails.
Offline
in ./admin/liste_users.php (version 1.2) replaces :
$action = "http://".$HTTP_HOST.$REQUEST_URI;
by
$action = './admin.php?'.$_SERVER['QUERY_STRING'];
It should work better :D
Offline