I have installed a few extras via Installer but removed them later. However, Installer has not been able to remove them successfully. For example, site log is now full of error messages of partially installed/removed extras. How could I remove manually all traces of these extras? Where is the data stored? Answer Removing the value {locator”:{“path”:”[[++core_path]]components/locator/model/”} from extension_packages system setting
Tag: content-management-system
Check the documentation for the version of MariaDB you are using for the correct syntax around ‘DESC LIMIT 1) LIMIT 0, 50’ on line 1
Why is this request incorrect? MySQL answer: Documentation 1064 – You have an error in your request. Check the documentation for the version of MariaDB you are using for the correct syntax around ‘DESC LIMIT 1) LIMIT 0, 50’ on line 1 Answer For sorting in descending order you need to use: ORDER BY keyword Your query should be like
TCA override on showItem when sys_language_uid != 0
I’m updating a TYPO3 v8.7 to TYPO3 10.4 LTS In the TCA we have a pageType with a showitem of our choice. In v8 we used the following to have a custom view for a translated page eg. pages_language_overlay Question: What would be the correct way to get have this behaviour again since pages_language_overlay does not exist anymore? Answer TCA
Silverstripe: ConfirmedPasswordField not saving new password
I am trying to allow users to update their password on the front end. All the other fields update, except for this one. I’m on Silverstripe Version 3.4.0. This probably isn’t the best way to handle this: Answer Like any other good CMS, SilverStripe will not store passwords in plain text in the database for security reasons. The password needs
Where do I install the Pico CMS files?
The install docs for PicoCMS say First download and extract the latest version of Pico. Upload the files to your server (via FTP or some other deployment). That’s it. Tweak the .htaccess file if required. For step 2, into which folder do I upload/copy the files? There’s several choices for us novices! On my Windows/XAMPP setup, copying the files into
PHP Framework vs Content Management System
How would you explain the difference between a PHP Framework and a CMS (like Wordpress) to someone who is very technically savvy, mostly on hardware/networking, but does little or no programming? As …
DBM or SQLite in PHP 5.x
We have a client whose site is hosted on a server (I don’t want to disclose hosting company name) which does not provide DB functionality. We have developed a very simple CMS based site but out implementation uses MySQL. I read somewhere that there are DB like functionality built-in in PHP. I have never used them. What are these and
Which additional securities do you add to your open source cms installations? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 1 year ago. Improve this question I know that being open source does not necessarily makes a program more/less secure than closed source (let’s assume this neutrality,