Page 1 of 1

Help Needed

Posted: Thu Nov 22, 2007 8:03 am
by chamara
Hi All,

I'm getting an error in my CMSMS I cant figure out what is the problem. This is what I'm getting

Warning: usort() [function.usort]: Invalid comparison function. in /home/sisyphus/www/CMSMS/mle/function.mle.php on line 25

Fatal error: Call to undefined function transform_language_arr() in /home/sisyphus/www/CMSMS/mle/function.mle.php on line 27

Is this a bug in CMSMS? My version is cmsms-mle-1.2. Can some one help me on this? I cant see the site with this.

Thanks
Chamara

Re: Help Needed

Posted: Thu Nov 22, 2007 11:21 am
by alby
chamara wrote: Warning: usort() [function.usort]: Invalid comparison function. in /home/sisyphus/www/CMSMS/mle/function.mle.php on line 25

Fatal error: Call to undefined function transform_language_arr() in /home/sisyphus/www/CMSMS/mle/function.mle.php on line 27

Is this a bug in CMSMS? My version is cmsms-mle-1.2. Can some one help me on this? I cant see the site with this.
Re-upload  mle/function.mle.php  because you have a problem with a few files

Alby

Re: Help Needed

Posted: Fri Nov 23, 2007 3:48 am
by chamara
Hi Alby,
Thanks for helping me again. I've Re-upload  mle/function.mle.php file and now site fiving me 404 error. Also got the following error string(61) "Smarty error: unable to read resource: "globalcontent:footer""

What is wrong with my system? How can I resolve this?

I hope U will help me.

Thanks
Chamara

Re: Help Needed

Posted: Fri Nov 23, 2007 5:11 am
by kermit
chamara wrote: Also got the following error string(61) "Smarty error: unable to read resource: "globalcontent:footer""
this one simply means that something (such as your template) has a {global_content} call to a GCB that doesn't exist

create a Global Content Block named 'footer' and put something in it... OR, remove the {global_content name='footer'} tag and replace with some text (or nothing).. whatever you want.

the default content has a GCB called 'footer'; so you must have either removed or renamed it, or chose not to include the 'default content' when you installed CMSMS.

Re: Help Needed

Posted: Fri Nov 23, 2007 7:39 am
by chamara
Hi kermit,
Thanks for helping me. I checked the global_content footer section is there, but I'm getting 404 error. I checked the pages list in admin; its shows current pages with nothing for page name but only showing page number. This is my URL http://www.sisyphus.be/CMSMS 

This happens to my local installation as well. when I try to edit a page it giving me all the data I entered with the page title, menu title and all. Then I submit it with no modification and then all the page names appears in the page list. Also the site works thereafter.  What is the reason for this?

Thanks
Chanmra

Re: Help Needed

Posted: Fri Nov 23, 2007 10:20 am
by alby
chamara wrote: Thanks for helping me. I checked the global_content footer section is there, but I'm getting 404 error. I checked the pages list in admin; its shows current pages with nothing for page name but only showing page number. This is my URL http://www.sisyphus.be/CMSMS 
I see that works now
Error in Global Content Block was because you don't apply all queries in README.FIRST
Check for content and htmlblobs tables (compare with Installation doc here or watch video mle #2)

Alby

Re: Help Needed

Posted: Fri Nov 23, 2007 10:51 am
by chamara
Hi Alby,

It woks now thanks for your help. Also thanks kermit.

Chamara