Joomla Code Cleanup on Save gives javascript infinite Loop error? - joomla

I have some large joomla content on my site. Published through tinyMCE editor. On Save it gives an infinite loop error. When i change parameter code cleanup on save to never. The error does not occurs but then it inserts unwanted things in my code. How can i get this resolved. Has somebody faced similiar issue.

Do not insert code with any editor! Swich to "No editor" option in your profil page to insert the required code.

Related

Why do I get a blank page after any saving in joomla 3 administration?

I have turned debugging on, and max error display, but even when saving these settings I get a blank page, nothing. Saving a module, the same. saving an article, the same. I reload the page and the changes were made/saved, but it gets extremely annoying to reload things twice
Blank screen would indicate fatal error
-you need to enable error reporting in joomla configuration (e.g. set it to maximum).
And look for exact error related to plugins or configurations and resolve it as per error existence.

joomla 1.5 adminsitrator: article section editing doesn't load

The client have moved Joomla from old to new server. I am aware of what they did exactly. As a result joomla webpage is working (it seems so) and administrator panel loads correctly. You can edit menu items etc. there.
However, when you try to edit article it doesn't work.
When I click on article, the page start to load (...administrator/index.php?option=com_content&sectionid=-1&task=edit&cid[]=56), but the only thing that is loaded is empty page with one form element with input fields "Title", "Alias", "Section". That is it. So this means that page stoped loading.
I am not so big expert in Joomla and debugging, but can you suggest me how to fix this issue? How to find out why articles stoped working? I understand that you can me give the exact sollution, but can you mention some steps to investigate.
EDIT:
After some investigation I have set
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(-1);
in admin.content.html.php and this showed me an error.
You can check version of php. Joomla 1.5 is pretty old so somewhere it can contain call-time pass-by-reference which was removed in 5.4+, so using it raise a fatal error. Enable error_reporting also error_reporting(E_ALL); ini_set('display_errors', 'stdout') or stderr

Issue in phpmyadmin

I have some issues on my phpmyadmin. If I search for any id it will showing the value in its view :
But when I select inline edit option they are not showing. Also if I fetch it through query I am not getting the values.
If I sort the result by clicking on column title its not working on first click. I have to click many times for this. This error suddenly occured today.
Should I change the xampp or this is due to cache problem or like that????
I think that it's a weird problem too. Try to restore default configuration, but start with the cache. If not, re install xampp.
Good luck.

Magento product not saving

I have come across very different kind of problem. Suddenly in Magento products uploaded not updating anymore.
In detail, when we open products to update and click save button, nothing happens. It started happening suddenly, everything was working fine before.
Please help, its a big problem. I dont know what to do and which files to check.
May be you missed some mandatory field to fill. Check every tab if you have any error asking to fill the fields.
Or, there will be some javascript errors. Check if any JS errors are there, and post it here.
I found where it was gone wrong.
in js/prototype/validation.js
This file used by admin product option validation, which I have changed and didn't realize to check for admin validations.
Small change like this solved the problem.
if(!admin){
// put your code for front-end validation
}
Thanks to all.
I came here after having the same problem. "Save" suddenly stopped working on the product page. The only thing I had done was update prototype.js from 1.7 to 1.7.1 to support fade() in IE10 b/c I have a custom fade on thumbnails.
Well prototype.js 1.7.1 responds with TypeError: value.gsub is not a function when you click save.
Had to revert back because I dont know how to fix it.
if magento is configured to work with elasticsearch and elasticsearch is unreachable it also results in this error

Joomla 2.5 shows add/edit form for article/category incompletely

When I click on add new article, Joomla shows the page incompletely.
It doesn't even show the form itself completely.
Even now that I have enabled the debug mode, it doesn't show anything. I think that something die()s the process of outputting the page to the browser.
Please note that I haven't had a bad joomla installation. It was working very well a bit little ago.
I haven't also changed a deep core setting. I think that I have only changed jcomment setting that doesn't look related to the problem.
Add this code in this file root/administrator/components/com_content/content.php
ini_set('display_errors', '1');
error_reporting(E_ALL ^ E_NOTICE);
If no error comes check for die or exit statement with any of the editor which has search functionality.If this also does not work rename the com_content of administrator and upload the fresh one.
let me know if it does not work.
Disable that plugin.
Did you just add it or update?
If the file is there check the ownership.

Resources