WYSIWYG magento issue in admin - magento

I have a problem with one magento installation version 1.7.0.2
when I try to upload an image through the WYSIWYG editor in the cms pages for example when I click on browse server I get this error:
error: error in [unknown object].fireEvent():
event name: open_browser_callback
error message: Dialog is not defined
SO far I haven't found the same error so if anyone can help out I'd be very grateful.
Also in product WYSIWYG editor it doesn't load and says
Window is not defined.
I guess the error is the same.
Thanks!

I had the same problem on 1.6. Fixed it by overwriting the complete js folder

I had the same problem on 1.7.0
I go to the Magento "old versions" repository and downloaded the whole CMS
Then I replaced the whole existing js folder in that the fresh installation...it works :)

Related

Getting error after upgrading the joomla site and admin end is blank page

After upgrading the joomla site iam getting the following error and administrator page is blank.
Fatal error: Can't use function return value in write context in /home/cll/public_html/libraries/regularlabs/src/File.php on line 283
Please help me to solve this issue.
It's clear that the problem comes from a regularlabs extension so you should disable it.
Since your admin page is blank, you can do this via the file system. Log in to your FTP account (or use the control panel's file manager) and access your root folder (/home/cll/public_html/). The extension you are looking for is probably a plugin so you'll find it in the plugins folder. I assume you'll find the extension in the /plugins/system/ folder (full path: /home/cll/public_html/plugins/system/).
When you'll find the extension's folder look for the plugin's PHP file and rename it.
For example, if the problem comes from "components anywhere" plugin (it's a regularlabs extension) search for componentsanywhere.php and rename it to something else (eg foobar.php).
If this doesn't help contact the developer to help you, he is a good guy.

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

Checkout Error After Upgrading Magento to 1.8.1

I updated my site from Magento 1.8.0 to 1.8.1 and now the checkout process won't proceed after choosing a shipping method. Can someone please advise on this matter?
Thanks
Solved. In the checkout.xml file of our template, we had to make the following change (change the methods.html file to info.html) The new base template could not override this line and therefore the checkout-payment-method-load div was not writtten. See here: https://magento.stackexchange.com/questions/10984/magneto-v1-8-one-page-checkout-not-loading-payment-information
I just copied the checkout.xml file from app/design/frontend/default/modern/layout/checkout.xml and overwrote the one in our custom directory app/design/frontend/YourName/default/layout with that one, and it fixed the problem. Same with the "white page" PayPal issue. If you have a paypal/ folder in the template folder of your custom skin you also need to replace that with the default one I guess for the paypal issue.

Strange Virtuemart error message: COM_VIRTUEMART_MIGRATION_WARN_VM1_EXTENSIONS

I am getting this error when trying to get to the virtuemart admin page:
COM_VIRTUEMART_MIGRATION_WARN_VM1_EXTENSIONS
I am using Joomla 2.5 with virtuemart 2.0
I cannot identify the exact moment when this problem appeared.
This is the source code that's generating the error message:
if (!class_exists( 'VmConfig' ))
require(JPATH_ADMINISTRATOR.DS.'components'.DS.'com_virtuemart'.DS.'helpers'.DS.'config.php');
VmConfig::loadConfig();
$attentionText = JText::_('COM_VIRTUEMART_MIGRATION_WARN_VM1_EXTENSIONS');
vmWarn($attentionText);
echo $attentionText;
vmTrace('Called by',TRUE);
Thanks a lot
The error you are seeing is an untranslated language string. I've just had a look at the language file and the error that is supposed to show is:
Attention: You have still old vm extensions in your joomla installation active, uninstall or disable them
Simple ensure you have the most up to date version of all VirtueMart related extensions whether it be a component, plugin or module.
Hope this helps

Facebook like button not showing after installing new theme?

I added a like button extension,it is perfectly fine as it was showing in the default theme but it is not showing anymore after installing a new theme.
can anyone tell me the reason please..?
I am using magento 1.6.
You should probably move the template files of your plugin to the directory of the new extension.
Move them from /app/design/frontend/default/default/template/ to /app/design/frontend/newtheme/default/template/ ...

Resources