Go Back   Ultimate Web Site Drop Down Menu Forum > UDM4 > Troubleshooting
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
Unread 06-02-2008, 10:47 PM
rbachl rbachl is offline
Junior Member
Join Date: Jun 2008
Posts: 10
  #1  
Default Menu always opened, mouseover not working, no error message

I cannot get the udm4 menus working and would need some help.
The menu is permanently displayed, mouseover is not working, but there is no error message.
When looking at the source code generated by the web server, everything seems to be ok. In particular, the following lines are included:

(----snippet 1-----)
<link rel="stylesheet" type="text/css" media="screen,projection" href="udm/udm-style.php" />

(----snippet 2-----)
<ul id="udm" class="udm" ><li><a href="./index.php?ee_lang=eng&amp;u=">Browse&nbsp;Gallerie s&nbsp;</a><ul><li><a href="list.php?exhibition=1&amp;u=&amp;ee_lang=eng " title="1 photo">First exhibition</a></li><li><a href="./" title="--------------------------------">--------------------------------</a></li><li><a href="./guestbook.php?u=&amp;ee_lang=eng" title="Guestbook">Guestbook</a></li><li><a href="./news.php?u=&amp;ee_lang=eng" title="News">News</a></li><li><a href="./list.php?exhibition=all&amp;select_output=ratings& amp;u=&amp;ee_lang=eng" title="Browse Ratings">Browse Ratings</a></li><li><a href="./sitemap.php?u=&amp;ee_lang=eng" title="Gallery Map">Gallery Map</a></li><li><a href="./gear.php?u=&amp;ee_lang=eng" title="Gear List">Gear List</a></li><li><a href="./comments.php?u=&amp;ee_lang=eng" title="Photo Comment Browser">Photo Comment Browser</a></li></ul></li></ul>

(----snippet 3-----)
<script type="text/javascript" src="udm/udm-dom.php"></script>

udm-dom.php, udm-style.php and udm-custom.ini are all readable in subdirectory udm. The paths to udm-custom.ini are set correctly in the files udm-dom.php and udm-styles.php.

The php and apache versions are a bit dated, but I have not encountered any other problems with this before. I was following the description for integrating udm in Exhibit Engine as described in http://photography-on-the.net/forum/...d.php?t=223312
which includes all other details of the menu configuration.

Do you have any suggestion what I could modify or check? Thank you.

Last edited by rbachl : 06-02-2008 at 10:50 PM.
Reply With Quote
Unread 06-03-2008, 02:19 PM
vinyl-junkie vinyl-junkie is offline
Moderator
Join Date: Aug 2007
Posts: 114
  #2  
Default

It might be helpful if you posted a link to your site. Perhaps we might see something that needs to be fixed. Also, you might also want to temporarily remove any non-UDM javascripts from your page to see if that fixes anything for you. It's possible that other javascripts are conflicting with UDM.
__________________
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
SNAP to it!
Reply With Quote
Unread 06-04-2008, 03:08 AM
Admin
Posts: n/a
  #3  
Default

Can you post a link to the site? I did a quick check by replacing your <ul> / <li> list with a default configuration and everything worked fine.
Reply With Quote
Unread 06-07-2008, 12:09 PM
rbachl rbachl is offline
Junior Member
Join Date: Jun 2008
Posts: 10
  #4  
Default Sample page

Thank you for the replies, and sorry for keeping you waiting with the access to the website. I was only able to reconfigure the webserver at the weekend, I hope that public access is working now:

http://wanderlust.webhop.org/EE2

You will find the menu in the upper left corner.

I have no Java scripts installed. Everything works with PHP.

Last edited by rbachl : 06-07-2008 at 12:13 PM.
Reply With Quote
Unread 06-07-2008, 03:09 PM
vinyl-junkie vinyl-junkie is offline
Moderator
Join Date: Aug 2007
Posts: 114
  #5  
Default

In your file udm-style.php, the very first statement sets the value of $config. What does that statement look like? I believe that may be the problem.
__________________
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
SNAP to it!
Reply With Quote
Unread 06-07-2008, 04:03 PM
rbachl rbachl is offline
Junior Member
Join Date: Jun 2008
Posts: 10
  #6  
Default

I have read that somebody had problems with statements of the form:

$config = $_SERVER['DOCUMENT_ROOT'] . '/path_from_doc_root_to_udm_custom_ini/udm-custom.ini';

Therefore I am using the absolute path as follows:

$config = '/absolute_path_to_udm-custom_ini/udm-custom.ini';

I was also trying the relative path as suggested by the
"Exhibition Engine" gallery forum, cf.
http://photography-on-the.net/forum/...d.php?t=223312

$config = 'udm-custom.ini';


None of the above settings seem to work. I am a bit lost here.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 02:46 PM.


Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.