![]() |
|
Undefined index: REQUEST_URI - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Undefined index: REQUEST_URI (/thread-4891.html) |
Undefined index: REQUEST_URI - senne - 2009-03-23 Hi, I'm getting this weird error after installing ZenPhoto. Anybody knows what this is about? http://64.34.161.92/$sitepreview/sennevdb.be/ Thanks in advance, Undefined index: REQUEST_URI - sbillard - 2009-03-23 $_SERVER['REQUEST_URI'] is a system variable that is supposed to return the URL that was used to request the page. Most likely your server is supressing this for some kind of "security" reasons. It may be possible to run Zenphoto with mod_rewrite reset under these conditions, I do not really know. But anyway, you should ask your service provider about this as it is a server configuration (I presume.) Undefined index: REQUEST_URI - sbillard - 2009-03-23 I have looked more at the code. As it stands setting mod_rewrite off will not fix your problem. However, the code can be changed so that it should. I will make that change in tonight's nightly build. Tomorrow you can download that version from http://www.zenphoto.org/files/nightly/ and see if it solves the issue. Undefined index: REQUEST_URI - senne - 2009-03-23 Hey, thanks for your help! I will try it tomorrow. |