Page 1 of 1

Problem installing JQuery Module after upgrading to 1.11.10

Posted: Sat Feb 22, 2014 4:39 pm
by Bokubunka
Hi, I m kinda new to cmsms and not really a pro on php.

I recently just upgrade my old cmsms to version 1.11.10 from 1.5.

Everything is working well and I trying to have some upgrade to my website also.

I was trying to install the JQuery Module to the website but it showed the message below to me.

Code: Select all

Fatal error: Uncaught --> Smarty: Unable to load template module_file_tpl 'jQuery;error.tpl' <-- thrown in /homepages/33/d226791765/htdocs/cms/lib/smarty/libs/sysplugins/smarty_internal_templatebase.php on line 127
I have no idea how to fix this, been searching on the internet for sometime but seem like no one have a solution for this.

Below is some of my website info.

-----------------------------------------------------------
Cms Version: 1.11.10

Installed Modules:

CMSMailer: 5.2.2
FileManager: 1.4.4
MenuManager: 1.8.6
ModuleManager: 1.5.5
News: 2.14.2
Printing: 0.2.6
Search: 1.7.11
ThemeManager: 1.1.8
CMSPrinting: 1.0.5
MicroTiny: 1.2.6
TinyMCE: 2.9.12
CGSimpleSmarty: 1.7.1
CGExtensions: 1.38.1
JQueryTools: 1.2.5
ImageCompressor: 0.10.1

Config Information:

php_memory_limit:
process_whole_template: 1
max_upload_size: 40000000
url_rewriting: internal
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true

Php Information:

phpversion: 5.4.25
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 120M
max_execution_time: 50000
output_buffering: 0
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 8M
upload_max_filesize: 40M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)

Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.1.73
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No filesystem time difference found

-----------------------------------------------

BTW, i am running the module on the other website which is on cmsms 1.11.7 and it was all good.

Anyone have any idea about this?
Thank you in advance.

Re: Problem installing JQuery Module after upgrading to 1.11

Posted: Sat Feb 22, 2014 5:13 pm
by chandra
Have you tried to delete the cache?

Re: Problem installing JQuery Module after upgrading to 1.11

Posted: Sat Feb 22, 2014 5:37 pm
by Jos
I guess you are refering to this module? http://dev.cmsmadesimple.org/projects/jquery
Notice: This project is marked as stale. This means that it may work fine, but it has no file releases or repository commits in over a year. Use your own discretion when using this project.

Re: Problem installing JQuery Module after upgrading to 1.11

Posted: Mon Feb 24, 2014 5:06 am
by Bokubunka
Have you tried to delete the cache?
Yeah, i did.
But it seems like clearing out cache doesn't work for this.
Any other ideas?
I guess you are refering to this module?
Yeah, it is the module i am refering to.
You know anything about it?

Re: Problem installing JQuery Module after upgrading to 1.11

Posted: Mon Feb 24, 2014 1:35 pm
by zaidcrowe
If the module has been marked stale, and no updates have been submitted since 2011 - i'd suggest you ditch the module!

Is the error you're describing stopping you from accessing the module manager to uninstall it?

Re: Problem installing JQuery Module after upgrading to 1.11

Posted: Mon Feb 24, 2014 2:40 pm
by Jos
I don't know exactly what the module does, but I guess you can simply put the calls to jQuery in your page template(s), or in Site Admin » Global Settings » Global Metadata

Re: Problem installing JQuery Module after upgrading to 1.11

Posted: Mon Feb 24, 2014 3:05 pm
by Jo Morg
Jos wrote:I don't know exactly what the module does, but I guess you can simply put the calls to jQuery in your page template(s), or in Site Admin » Global Settings » Global Metadata
Or even use the {cms_jquery} tag which come with the CMSMMS already... check the tag's help.

Re: Problem installing JQuery Module after upgrading to 1.11

Posted: Mon Feb 24, 2014 3:33 pm
by zaidcrowe
^^^ what they said :)