Home Forums RaidPlanner Discussions Bug reports Error when clicking the "Save" button Reply To: Error when clicking the "Save" button

#293
Taracque
Member

I still don’t know what causes the problem, but I have found a “fix” for it.
Please enter the line

<input type=”hidden” name=”layout” value=”default” />

just before <input type=”hidden” name=”controller” value=”” /> (line 240)

in components/com_raidplanner/views/event/tmpl/default.php, and please let me know if it works.
Download the current version, hopefully it will fix this issue.

You can turn of debug mode, it’s not needed anymore, thanks.

Your site also loads MooTools at least 2 times, which is not the best practice. I don’t know which component is doing that, but there is a link to http://ajax.googleapis.com/ajax/libs/mootools/1.2/mootools-yui-compressed.js
which is unnecessary, and can make problems. (like popup windows will not open etc.)

  • This reply was modified 11 years, 7 months ago by Taracque.
  • This reply was modified 11 years, 7 months ago by Taracque.
  • This reply was modified 11 years, 7 months ago by Taracque.
 

Comments are closed.