Elxis CMS Forum

Support => General => Topic started by: rentasite on October 18, 2007, 04:20:13

Title: Elxis Dynamic Menu ERROR....
Post by: rentasite on October 18, 2007, 04:20:13

Hello. I installed the module Dynamic Menu (based on JSCookMenu)  and i get these errors:

PHP: Missing argument 2 for output_start()
uri: index.php?mylang=greek
path: /components/com_frontpage/frontpage.php
version: Elxis 2006.4 Stable rev1080 [ Nestor ] 04-December-2006 23:08 GMT+2
WARNING(2): /home/xxxxxx/public_html/modules/mod_dmj203/functions.php, line 24

 ???
Title: Re: Elxis Dynamic Menu ERROR....
Post by: Farhad Sakhaei on October 18, 2007, 09:06:46
you could search about it

1) Folder permissions:
Be sure that folders /modules/mod_dmj203 and all the sub folders have 755 permission.
With the installation procedure they get 711 and the script can't see the files of the subject neither the code.

2) Changes inside the code:
a) file: /modules/mod_dmj203.php, line 145.
Change it to:

Code:
dmj::output_start( '',$theme );
b) file: /modules/mod_dmj203/load_script.php, lines 28 and 29.
Change it to:

Code:
<script language = "JavaScript" src = "<?php echo $mosConfig_live_site; ?>/modules/mod_dmj203/JSCookMenu.js"></script>

<script language = "JavaScript" src = "<?php echo $mosConfig_live_site; ?>/modules/mod_dmj203/effect.js"></script>
Title: Re: Elxis Dynamic Menu ERROR....
Post by: rentasite on October 18, 2007, 13:03:28

Thanks Farhad.

It was the Code that had to be changed.
Title: Re: Elxis Dynamic Menu ERROR....
Post by: chakik on December 10, 2007, 14:39:09
Hello,
I tried to install it. but I cannot figure how to use it and if it is well installed or not!
It didn't work for me.
Is there any instructions on how to use it?

thank you very much.
-Fadi
Title: Re: Elxis Dynamic Menu ERROR....
Post by: Farhad Sakhaei on December 10, 2007, 14:42:51
first please read all instruction of package included in that package
now there is a problem that you can patch it yourself , read the secound post of this topic and do them , you should be success  ;)
Title: Re: Elxis Dynamic Menu ERROR....
Post by: rentasite on December 10, 2007, 15:36:51


chakik, what kind of errors do you get? post them here.

thank you
Title: Re: Elxis Dynamic Menu ERROR....
Post by: chakik on December 11, 2007, 12:04:33
Hello,
The error is now fixed. But how to use the dynamic menu.
I read the instructions inside the readme file but didn't understand how to start using it.

thanks very much.
-Fadi
Title: Re: Elxis Dynamic Menu ERROR....
Post by: Ivan Trebješanin on December 11, 2007, 12:22:38
You must publish the module with JS menu where you want it to appear, and select the menu you wish to display throught this module, (eg 'mainmenu'). Then you select the theme... It's realy simple! Read instructions again.