Error After Installation of New Release

9 years 9 months ago - 9 years 9 months ago #7 by secloo
Hi geoffc,

The joomla version I am using is Joomla! version, 3.3.1.]
Thank you

Please Log in or Create an account to join the conversation.

9 years 9 months ago - 9 years 9 months ago #8 by geoffc
Very stange. On your dump for the user parameters I see:
["_params":protected]=>
object(Joomla\Registry\Registry)#40 (1) {
    ["data":protected]=>
    object(stdClass)#41 (0) {
    }
  }

Where as on my Joomla 3.3.1 system I get:
["_params":protected]=>
  object(Joomla\Registry\Registry)#36 (1) {
    ["data":protected]=>
    object(stdClass)#37 (6) {
      ["admin_style"]=>
      string(0) ""
      ["admin_language"]=>
      string(0) ""
      ["language"]=>
      string(0) ""
      ["editor"]=>
      string(0) ""
      ["helpsite"]=>
      string(0) ""
      ["timezone"]=>
      string(0) ""
    }
  }

Anyway let us try and fix it.

First remove the previous check that we put in.
Add the following after line 92:
if ( isset($arrrr->editor) ) {

Now add the following after line 107:
} else {
           // Stange key doesn't seem to exist assume editor is set.
           $wysiwyg = 1;
         }

That should resolve the admin problem.

Now we need to look at the second problem of the blank text boxes for your second user. Is this 'second user' registered or a guest when raising the issue.

Regards
Geoff

Please Log in or Create an account to join the conversation.

9 years 9 months ago - 9 years 9 months ago #9 by secloo
Okay I got it.. I forgot to uncomment the line 91..
Now.. the second issue is... the second user is a registered user..

Please Log in or Create an account to join the conversation.

9 years 9 months ago - 9 years 9 months ago #10 by geoffc
OK If that works for the issue admin we do something similar for the registered user.

Same Modified file.

After line 113 add:
if ( isset($arrrr->editor) ) {

And after (new) line 125 we add:
} else {
           // Stange key doesn't seem to exist assume editor is set, leave it to the component setting.
         }            

Regards
Geoff

Please Log in or Create an account to join the conversation.

9 years 9 months ago #11 by secloo
geoffc..

I think its the access permission Issue.
I have tested with other module.. the menu in the JCE also did not appear with this registered user
.
Will explore on the permission further.
Thank you so much for the help~

Please Log in or Create an account to join the conversation.

9 years 9 months ago #12 by geoffc
One thing you might want to check is whether the editor is stuck in HTML mode. I have seen problems with JCE as a front end editor (works fine in back end) and often there is a Java error shown in the Java console along the lines of WFEditor not defined, or TinyMCE not found. One reason I changed to using RedactorJS.

The component doesn't really do anything with the editor other than invoke it, so if you are seeing editor problems with other modules/components then it tends to indicate the editor. There is a new version of JCE just released (2.4) (yesterday) which it may be worth testing.

If you are satisfied that the fixes provided resolve the observed problem (editor aside) I will attach an ammended view file to this forum topic and mark it as resolved.

Regards
Geoff

Please Log in or Create an account to join the conversation.

Time to create page: 0.178 seconds
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries