0
Welcome Guest! Login
0 items Join Now

Joomla 3.3.6 RokPad error

  • Joomla 3.3.6 RokPad error

    Posted 10 years 5 months ago
    • Since upgrading to latest Joomla 3.3.6 Stable, my beloved RokPad editor is giving me problems. When in the backend, any instance of RokPad editor makes Joomla "save", "close", etc buttons unresponsive.
      If I enable debug mode all work.
    • Last Edit: 10 years 5 months ago by Luca Di SIlverio.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Joomla 3.3.6 RokPad error

    Posted 10 years 5 months ago
    • Luca Di SIlverio wrote:
      my beloved RokPad editor is giving me problems.

      Ah warms my heart, RokPad RULES!

      Would you please create a Super Admin login for me and place it in the SECURE part of your Reply

      This image is hidden for guests.
      Please log in or register to see it.


      so that I can take a look.
  • Re: Joomla 3.3.6 RokPad error

    Posted 10 years 5 months ago
    • This message contains only secure information that is visible to DanG, moderators and administrators
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Joomla 3.3.6 RokPad error

    Posted 10 years 5 months ago
    • Luca Di SIlverio wrote:
      Access info provided.

      How very odd. I'll be debugging it and ask our RokPad guru about it.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Joomla 3.3.6 RokPad error

    Posted 10 years 5 months ago
    • Okay I think we found the problem.

      With Akeeba I cloned your site so I could run it on my local server. It and RokPad worked fine!
      Then I noticed that the rokpad.js and ace.js files were being served directly while on your server they're served from cache. Since you don't have cache enabled in your Joomla anywhere it must be your server that is caching these files.

      See if you can get your hoster to exclude these two files from its caching scheme.
  • Re: Joomla 3.3.6 RokPad error

    Posted 10 years 5 months ago
    • Hi Dan,
      thank you for your help, my solution is set filesMatch in pre_virtualhost_global.conf as follow:

      <filesMatch "\.(html|htm|js|css)$">
      Header unset ETag
      Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
      Header set Pragma "no-cache"
      Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
      </filesMatch>

      Now all work fine :)
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Joomla 3.3.6 RokPad error

    Posted 10 years 5 months ago
    • Great!


      To mark this issue as Solved, please change the Topic icon to a Checkmark and edit the Topic Title in your FIRST post of the Topic

      This image is hidden for guests.
      Please log in or register to see it.

      Thanks.

Time to create page: 0.063 seconds