PDA

View Full Version : Menu Not Working


milkmandan
12-08-2007, 02:11 AM
So i am trying to get the menu working using the php build.

I got it working on my personal server here:
http://www.lolicious.net/udm4-php/template.php

But it is not working here:
http://www.anime-expo.org/AX2008/udm4-php/template.php

I am not sure where the problem is.
Maybe I didn't path the .ini file correctly, or something.

What file is not being read right for this to show up?

Is there a specific PHP version i need to run UDM php build?

vinyl-junkie
12-08-2007, 03:42 AM
Looks to me like it's working on both sites. Have you fixed the problem since you posted, or is there something wrong with it that I'm not seeing?

milkmandan
12-08-2007, 06:11 AM
i fixed it..

I found the problem


$config = $_SERVER['DOCUMENT_ROOT'] . 'expanding-multiple.ini';


My server or php version does/did not support this method of calling this variable -> $_SERVER['DOCUMENT_ROOT']

so i just had to take it out and write in the full path.

vinyl-junkie
12-08-2007, 01:27 PM
Thanks for sharing your solution. Hopefully, it will be of some help to other UDM users.