Systemcamp just migrated to a new server.
We’re sorry for any hickup you might expirience.
Category Archives: Wordpress
WordPress updater and pluginlist doesn’t work anymore
The WordPress updater and the pluginlist doesn’t work anymore and either loads forever or shows an error about files that aren’t there… And setting WordPress to debug mode didn’t create any logfiles. Continue reading
How to allow SVG upload in WordPress
WordPress disables SVG upload in media.
This is because SVG can contain harmful code that can be used to hack your site.
But if you’re the only one uploading files to your page, then you can enable it for convinience with editing the file “wp-config.php” and adding this line: Continue reading
How to remove WooCommerce Product lists and Pagination from Mainpage
Here is how to remove the WooCommerce Productlists and the pagination from Home, Index or the Mainpage: Continue reading
What if WordPress gives out strange error messages?
My WordPress didn’t run and had strange error messages.
I tried everything possible until i’ve found the reason… Continue reading
What if WordPress wp-cron isn’t working?
WordPress and many of its plugins need to wake up and do some work for example to shedule posts, maintenance, refresh caching and so on.
Normally it does this while a visitor or searchengine requests a page and this slows down this user or searchengine which leads to suboptimal expirience or downgrades on the ranking.
So many people disable this behavior and run a linux sheduler (cronjob) to call the wp-cron.php file by themself over HTTP. Continue reading