How can I manually remove a joomla 2.5 extension? - joomla

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

Related

My CSS in Joomla admin side is not running?

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.

Magento white screen after disabling Mage Module output in Advanced Configuration

I'm developing a Magento store and there is a guy that manages the store, we were transferring the store to another domain but the old one was with all products.
The guy went in advanced configurations and disabled all modules in the old Magento installation, even the Mage ones and now the initial page is white and the admin is too, what could I do to solve this problem?
The version of Magento is 1.9.1.1.
So, he disabled all the Mage modules, including REMOVE ENGINE ie Mage Core?
Hmm...
Ok, here's what you do.
Use phpMyAdmin to open core_config_data, sort table by path and look for all the paths beginning with advanced/modules_disable_output/Mage_ and change the value from 1 to 0
Then delete all the mage--? subfolders in var/cache/ so Magento is forced to reload the configuration data out of the core_config_data table.
This should put your engine back in so the old jalopy will run.

Joomla 3.3.6 admin panel not working

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.

Magento admin CMS pages content in wrong tab

I've got a Magento site however when I login into the admin area to create a new CMS page the content box is appearing in the Page Information tab and not the Content tab. This is causing the validation to fail when I add the content.
Any help would be much appreciated
Try disabling any third party extensions/customizations you may of installed.
It could also be caused by corrupted database entries.
Try reinstalling Magento to a new database and seeing if the issue persists.
If it's fixed, then it's a problem with your data. If it isn't, then it must be a extension or customization causing the bug.
Go to System>Configuration>Advanced and you will see a brand of extension you recently installed. Set it to disabled and hit Save Config. Flush Cache, log out and log back in to admin and it should be corrected. If it is, contact the extension creator and report the bug as it shouldnt do that.The only realy way for that to happen is for something to overrule its placement which would be a 3rd party extension.
The other possibility is that you moved some folders in adminhtml by accident. If thats the case, try uploading an original copy of adminhtml.

Joomla Admin panel showing error " JERROR_ALERTNOTEMPLATE You are not authorised to view this resource."

I have been using Joomla since an year ago. before few days, I made few changes to files, then the admin panel started showing error:
"JERROR_ALERTNOTEMPLATE You are not authorised to view this resource."
I am not able to figure out the solution.
First of all, let me start off with saying, that you should NOT edit core Joomla files for the following reasons:
They might get overridden during a Joomla update.
It might cause errors such as the one you currently have.
It might corrupt other functions.
It may cause security issues.
What I suggest you do is, download a fresh copy of Joomla, however only unzip the "administrator", "includes" and "libraries" folders. Then, upload these folders to the FTP so that they override the current ones.

Resources