Magento wysiwyg editor not working (tinymce not showing) - magento

In my Magento admin panel when editing the page or anything else like product descr. the editor is not showing up. I did enable it by default and also clicking the button show editor does not help.
In firebug I get this 404 :
"NetworkError: 404 Not Found - http://www.mydomain.com/js/tiny_mce/plugins/magento/editor_plugin.js"
I already reinstalled the tinymce core but this did not help, also nothing to find on google..
Anyone ?

In my case, i solved my problem by following the below mentioned steps:-
Login to Admin Panel
System > Configuration > Advanced > Developer > Javascript Settings > Merge JavaScript Files > No
Hope this will solve your problem.

This issue is seems from the side of JS Conflicts if Magento is merging them, for sure we will select no option for JS merge in admin the problem will be resolved, However this will cause a issue with optimization and Google insigt as the all the JS files will not be compressed in case of System > Configuration > Advanced > Developer > Javascript Settings > Merge JavaScript Files > No
So We must need to keep yes in the admin and we need to resolve the JS conflict issue else it will cause the issue with the site performance

I would suggest to check if the file is accessible or not directly in the browser first.
"NetworkError: 404 Not Found - http://www.example.com/js/tiny_mce/plugins/magento/editor_plugin.js"
I doubt something is wrong in the path you specified to load js file.

Related

Unable to find header tab under system->configuration->design in magento 1.9.1

I have try to change default welcome message in magento 1.9.1.after some analysis i found that i need to change it in header in system->configuration->design tab.But am unable to find the header tab in magento 1.9.1
You are missing a step..
System > Configuration > GENERAL > Design
There are two ways to solve this issue.
First is to install new fresh magento which takes long process.
OR
Copy the core file system.xml in app/code/core/Mage/Page/etc
Create a similar directory folder in local folder (app/code/local/Mage/Page/etc)
Paste the system.xml on that directory
Clear your cache and refresh your page.
If the tab is still missing check your local folder and its file names. If there are no discrepancy, proceed to the first option.
I'm not sure if this is a bug of magento. It usually occurs during installation of magento upgrade.
You can refer to this links.
Missing HTML Head section from admin system->configuration->Design in magento
Magento html-head dropdown missing

Can't change the word on a button on Magento

I have installed a cookie bar extension via Magento Connect and it works just fine. I want now to change the text inside the that says "Close".
I have written it in the translation files, cleaned my cache and nothing happened.
I have also read this and tried to find the button on the extension's files, but I can't find it.
Anyone has more ideas of how to solve this issue or point me to a solution? Thanks in advance!
UPDATE
I am using this extension
Image of the issue:
To create translate you need to follow below steps :
Place your language package in /app/locale directory.
Now got to Admin c-panel > System > Configuration > General > Locale Options > Locale select you language pack from the Dropdown list.
you can also translate the words through Inline. Go to System > configuration > Developers > Translate Inline. After enabling this you can translate directly through UI

Magento - cannot use guest checkout, error in opcheckout.js

I am trying to use the Guest checkout on Magento 1.7, for some reason when I attempt to use guest checkout option I get the following error (the page doesn't change)
// on line 114
TypeError: sectionElement is null
sectionElement.addClassName('allow');
that actual block in that js files looks like as follows:
gotoSection: function(section)
{
var sectionElement = $('opc-'+section);
sectionElement.addClassName('allow');
this.accordion.openSection('opc-'+section);
this.reloadProgressBlock(section);
}
Can anyone suggest any reason for the error - our theme has been modified recently obviously however I am sure where is best to check to debug this problem.
UPDATE:
Having used the debugger tools in Firefox I can see within this function the section variable is set to 'org' - this page has since been removed and will no longer be required within the checkout process. Can anyone suggest where this 'org' value is being set in the code?
I believe that 'opcheckout.js' is looking for the element 'opc' and it cannot be found for the guest checkout steps. I would first check the file:
app/design/frontend/default/YOURTHEME/template/checkout/onepage.phtml
as a starting point to troubleshoot the problem.
Double check you do not have any extensions, modules, etc. conflicting with your checkout process.
You can enable System > Configuration > Advanced > Developer > Debug > Template Path Hints, set to Yes and Add Block Names to Hints, set to Yes. This will help you identify which module/block is outputting the code block which is incorrect on the checkout page. If you can identify the main content area template path, you can then inspect the template file using FTP.
Try disabling modules in the System > Configuration > Advanced > Advanced > Disable Modules Output > Disable any Modules which may be in conflict, flush magento caches and retest guest checkout.
Fixed - for anyone else that may find this useful I had references as follows within the opcheckout.js
this.gotoSection('org');
As this section had been removed it needed to be removed from the same js file.. magento never simple :)

Magento home page loading without css

http://skgowlar-001-site1.smarterasp.net/
Suddenly stopped working once installed new theme, just brings up page with no csss or formatting.
Have you changed the settings of your theme from admin? System > Configuration > GENERAL > Design
Also from what I see you have some misspelled links:
h:\root\home\skgowlar-001\www\site1\skin\frontend\base\default\css/print.css
This is a local link, probably should look like
http://skgowlar-001-site1.smarterasp.net/skin/frontend/base/default/css/print.css
and should point to your theme's folder, not base/default.
Try using Magento methods to get your URLs right: Mage::getUrl(), Mage::getBaseUrl() or look into Mage_Core_Helper_Url for more methods.

Magento Admin Panel Missing or Broken - See Screenshots

We were doing typical content edits and the admin panel had the regular functionality and styling.
When we finished and logged out and then in again....We got just a file tree...the links withing the tree just loop back to the original page when you click on them... There is no way to edit anything...Please Help!
Using Magento ver. 1.5.1.0
Thank you!
james
SCREEN SHOT: http://goo.gl/nhaJS
Did you enable CSS/JS minification recently? The default functionality to handle this can be dodgy if your settings aren't just right. My reasoning with this answer would be that it appears you aren't loading any CSS or JS correctly.
Try this:
SELECT * FROM core_config_data WHERE path LIKE '%merge%';
You should get two results. Try setting them to 0 if they are enabled, and then remove your /var/ folder to clear cache.
Further troubleshooting would include disabling modules if you had installed any recently. Barring that, take a gander at Firebug and look at which paths are being built to your CSS/JS files. That should give us a big clue.
Erase everything in /var/cache/ and /var/session/
Looks like you may have left the trailing slash off of your domain name in your Base URL. Go to System -> Configuration -> General -> Web -> Unsecure -> Base URL and make sure it ends with /. Repeat for Secure.
Check file permissions on the media and var directories. They need to be writable by the webserver user. You probably enabled merging of JS and CSS and apache can't write to media/css media/css_secure and/or media/js

Resources