joomla - undefined variables: slides in - joomla

Im new to Joomla. I managed install xampp and joomla in my local. I tried to install templates and it working fine but throwing an error as per image below. Please help. Thanks

Its only a notice and it means your variable is not initialized with a value, Notices are good under development process, but once you are finished you can hide/turn off those notices/error.
Go to your admin backend->site->Global Configuration->Server. Under
"Server Settings" tab change "Error Reporting" settings according to
your requirement.

Great tip, problem solved!
Go to your admin backend > site > Global Configuration > Server. Under Server Settings tab change Error Reporting settings according to your requirement.

Related

Strapi V3.0.1 - Where are my plugins setting buttons?

after I have updated my strapi, can I no longer find the plugin setting buttons? What went wrong?
Please see screenshot?
Thanks in advance!
#Derrick Mehaffy: Thank you for the quick reply for the first time! By the way, I use Sendgrid. Unfortunately I can't solve the problem yet and got the following error message. Where is Unauthorized? Everything looks okay.
Please see the following notice on the Strapi Github: https://github.com/strapi/strapi/issues/6710
As of beta.20.x as well as all stable releases 3.x.x provider settings
for both email and upload have been moved to file based meaning you
will now configure them via the ./config/plugins.js file and not via
the admin.
Media Library is now in the settings menu on the left

Userfrosting installation issues

I did installation of Userfrosting as per the steps - no errors and all went well (using ubuntu 16 command line).
When i loaded the site in browser, page did came but no CSS applied. Browser console said - failed to load resource. I checked and found that “asset-raw” folder is not there under userfrosting/public (this is my webroot).
Also when clicked on sign-in, it does not work. DO let me know if i missed anything.
Thanks
Rahul
If you're using Apache, you need to make sure Mod_Rewrite is enabled. asset-raw is not a real directory, it's an alias managed by the app.
See: https://learn.userfrosting.com/troubleshooting/common-problems#installation-went-fine-except-i-don-t-see-any-styling-on-my-home-page-i-am-using-apache-

WYSIWYG magento issue in admin

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 :)

Magento wysiwyg editor not working (tinymce not showing)

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.

How to install Joomla Flash Templates Via Admin?

I Have tried Installing Joomla Flash Templates into my localhost by using admin interface.
But Everytime I get an error as "Template cannot be uploaded on server" due to some error.
Please help me what could be the reason behind this.
I am using Joomla 1.5
Cool ! use the manual way . I think you need to upload a site template
copy/FTP the files into
joomla_home_folder/templates/yourtheme\
if you need to automate it set the FTP settings in the file
configuration.php

Resources