CMS MADE SIMPLE FORGE

InlineEdit

 

[#8789] Installation breaks admin panel

avatar
Created By: Lapinos (lapinos03)
Date Submitted: Fri Dec 28 18:56:13 -0500 2012

Assigned To:
Version: None
CMSMS Version: None
Severity: Critical
Resolution: None
State: Open
Summary:
Installation breaks admin panel
Detailed Description:
CMS Version : 1.11.4 (fresh installation) & 1.10.3

I have a Fatal error: Class 'touchInlineEditPlugin' not found in
/homez.540/kaloostu/www/demo/cmsmadesimple/modules/touchInlineEdit/plugins/tiny_mce/tiny_mce.plugin.php
on line 37

Consequence is that the admin panel is not accessible anymore. Fatal error is
recurrent. The only solution is to delete the touchInlineEdit directory in
modules/.

See my post there:
http://forum.cmsmadesimple.org/viewtopic.php?f=7&t=47390&p=291840#p291840

/Lapi


History

Comments
avatar
Date: 2013-03-01 10:42
Posted By: aashq (aashq.)

I have fixed this part of the problem. 
It fixes the admin panel and allows you to configure the 
module.
However I'm not able to save my inline edits.

I did two things to fix the problem. But I think the only thing you need
to do is  remove all the "&" before the variables in the
touchInlineEdit.module.php file.
so "&$this" should be "$this" and "&$smarty" shoul be "$smarty".

If this doesn't solve te problem try adding:
"require_once cms_join_path($gCms->config['root_path'],'modules',
  'touchInlineEdit','lib','class.touchInlineEditPlugin.php');"

I did this first but removed after I found the other solution and the module
works.

Hein de Ruiter