The buttons on the admin panel of my joomla site suddenly wont work anymore,
The dropdown works but when i hit a button it doesnt work.
Almost all buttons, i cant view my articles, categories or menus anymore and a lot of components.
Please help me!
There are two reasons for this problem to happen:
One (or more) core JavaScript files was (were) hacked.
You have recently installed an extension (typically a global system plugin) that created a conflict between JavaScript libraries
Try disabling, from phpMyAdmin, the recently installed plugin(s). Also try overriding all your core Joomla files with a fresh copy of Joomla.
Also make sure you delete your browser cache!
1- Go to yoursite/administrator/index.php
2- In the left side menu, most probably in Maintenance part ... checking joomla is stuck (probably some files damaged)
3- Select reinstall joomla core files.
Related
I have a joomla website (https://cctvforum.id). Last week, it has not issue at all. But, when I open the website, the CSS is not running, even in the joomla admin site. I have no idea what caused it. I use joomla 3.3.3 and hathor admin template.
I can't even change the template via admin panel. Any help is greatly appreciated.
Did you see the error at the top of the page: The template for this display is not available. Please contact a Site administrator.
Looks like your template folder is gone or if you were using an alternative template, that this no longer exists. Check your filesystem for the templates folder. If it is no longer there, restore it from a backup.
The admin template can be found in the folder administrator/templates and if that is not there, you can get a copy from a fresh Joomla download.
Furthermore, you should really update your Joomla to the latest release which is 3.9.25.
I accidentally installed a more recent component of J2XML designed for Joomla 3 into my J2.5 site... and now I have no idea how to remove it. The only Admin page that works is the main Admin page... all the other admin pages are blank... I'm assuming it's logging the error somewhere, but I have no idea where that would be.
Can I manually remove the extension/module? What database tables should i remove?
I have already removed the folder of files, but I'm not familiar enough with the Joomla db structure to know what damage has been caused.
And in this case, backups have failed me.
you should able to look at _components table and remove J2XML entry so it doesn't show in administrator panel
I am currently pulling hair out of my head, as I have spent over 7 hours on this. Here's the problem
I am setting prestashop on my free hosting and trying to install new theme (freshmarket). Everything installs just fine but effects are not working. There are some elements of the default-bootstrap style I cant remove, and I've tried many ways (deleting modules, deleting files directly from ftp folders etc etc) Logo stays the same, menu stays the same, green bar isn't there, and even photos of sample products are from default theme.
here is the url http://nasiona.cba.pl/
and it should look like this www.templatemela.com/demo/PRS050107/
I checked version description of theme and it says it would work on prestashop 1.6.1.4 (which is installed on the server).
#Egg, yes, you're right, sorry.
as for your question - my settings http://i63.tinypic.com/2yvjwye.png (i hope you can see anything cause I wanted to show it all)
Disable the cache (you can refer to Prestashop help http://doc.prestashop.com), reload the page with Ctrl + F5 (clear your browser cache) and check.
I would like to add two new menus to my website, but when I create, or even edit a menu and click Save, Save & Close and Save & New nothing happens.
With Firebug I get
ReferenceError: Hash is not defined
What should I do?
There's a thread here where people have the same problem, and it suggests just clearing your browser's cache fixes it.
http://forum.joomla.org/viewtopic.php?f=706&t=844728&p=3171823#p3171823
That would make sense if you have recently upgraded it and Joomla have updated a javascript file from the previous version.
If not, might be worth seeing if it works in other browsers, to see if it is a Joomla or a similar browser issue.
Failing that, re-install the latest version to make sure you haven't overridden any core files.
I installed opencart 1.5.6 on my localhost, and it's not possible for me to change the theme. The admin panel says the new theme is active, but the default theme always appears.
I made the same installation on a remote server, and everything is working well there.
I have no idea what's wrong on my localhost. I'm on a new installation on Ubuntu 12.4 with a default configuration for LAMP. I tried to compare the two phpinfo but there are so many things that are different that gives me no clue.
It was just a problem of rights on the theme folder. Very stupid ...
First, I would check your database to see if the change is registered. Use phpMyAdmin (or whatever included with your LAMP stack) and look at the "oc_setting" (prefix may differ) and see if the config_template is set to the template you've chosen via the admin. This will help identify if the issue is database related.
I have the solution, the ACTUAL solution. (For me anyway)
Extract the theme.
Login to your OpenCart website using FTP. Please read our article if
you need help using FTP.
Upload the catalog and images folders to the root of your OpenCart installation.
Once the upload is finished, log into your OpenCart Dashboard and go
to System > Settings
Choose your website from the list, check the box next to it, and select “Edit”
In the store tab you will now see your new theme option available under 'Template'
Click Save.
It has now been updated.
Many, many tutorials online at the moment incorrectly instruct people to upload their theme directly into the catalog > view > theme location as though it were a WordPress theme or similar. You actually need to put the appropriate resources where they need to be.