I'm using Strapi Admin Panel Version 3.6.8, and after deployment some of the Content Types and Single Types disappeared from the Panel. I've been trying to debug this issue for weeks now and the thing that most of the people who faced the same issue suggested is deleting an entry in the database of the panel named plugin_content-manager_schema in the core_store table and restarting the app. I've tried to find this entry in my database but no such entry exists.
All of my content exists normally in the database and also in the app root folders.
Did anyone face the same issue and managed to successfully debug, understand the causes and fix it?
Related
I'm using stapi beta as a backend for a website i'm building, and have noticed that i have no option for multiple file selection in the admin - file upload section.
This feature seems to be in a screen shot on the strapi website , so i'm wondering if this is the same for other users or if i have some sort of 'bug' or corruption in my install
I have been running in production mode, which i thought might be the problem, but have also tried running in develop mode and still have the same results
I'm running straight out of the box with this plugin, so have no additional code
No errors are shown.
When you create a new Media attribute in your model, you have a checkbox just under the name input.
You have to activate it to be able to upload multiple files.
Note: this is the new modal that will be released in next weeks - but the checkbox is in the same palce.
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
My website is hosted on OVH (France), with one SQL database.
I have installed manually PrestaShop from the GitHub folder.
After multiple attempts in installing PrestaShop, I finally reached to have it installed but since I choose to use the demo products (in the installation process and as I am new to PrestaShop), I think obtaining a white page with only the logo is surprising to me (see attachment).
I tried to print the errors switching to True the dev parameters from the file defines.inc.php, but nothing was printed.
Also, I see nothing in the console of the browser.
I suspect there is a conflict with the SQL database, but I don't know what to check.
Would you have any tracks to check what's wrong with my installation ?
Regards,
A&A
I had a component cause a bunch of errors at installation in my Joomla website. I tried the normal way of removing it by visiting the extension manager and clicking uninstall. This did not work, so I visited these two locations and deleted all the files:
../administrator/components/com_badcomponentname
../components/com_badcomponentname
I then went into phpmyadmin and dropped all the tables that were associated with com_badcomponentname.
The only thing that is left is the listing in the extension manager. I want to be 100% done with this component, but the name still shows up. I can disable the listing and that gets it out of the components drop down list in the admin panel. Where can I go to manually remove the reference?
You say that you dropped all the tables that were associated with the component, however if it is still showing in the Extension Manager, then go back into PhpMyAdmin, go into the table jos_extensions (jos being the prefix which may be different for you) and remove the reference in there too
Ideally you would want to to a search on all tables for the name of the component with or without the prefix com_.
Also inspecting the install SQL files would give you a better idea if you deleted all the associated tables.
In my case, based on #Valentin Despa's answer, I grep'd the full SQL dump of the site, and found the stale menu items in the jos_menu table.
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.