bustel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: White Screen of Death in admin panelOkey, we are back. I have installed the health check.
It says:The health check shows critical information about your WordPress configuration and items that require your attention.
Loopback request: X The loopback request to your site failed, this may prevent WP_Cron from working, along with theme and plugin editors.<br>Error encountered: (0) cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
Forum: Fixing WordPress
In reply to: White Screen of Death in admin panelThe solution of manually install wordpress did not succeed…
I can no longer log in to the administration panel, now my only solution is set back a backup from two hours ago to set it back in order.
what a misery…
When wordpress works then I install the plugin: health check. I contact you later when the backup is succeed.
Forum: Fixing WordPress
In reply to: White Screen of Death in admin panelI have set it to: a:0:{} in myphpadmin but i can’t get in the admin panel anymore so… I have to manually install again… pffff…
Forum: Fixing WordPress
In reply to: White Screen of Death in admin panelWhen I activate the following plugins: “Jetpack” and “Wordfence” then wordpress give me again white pages everywhere… So when I activate those plugins, my wordpress can I no longer manage. Those plugins have a connection with www.remarpro.com that’s the problem… I can’t nog longer get in my admin panel so I have to go to phpmyadmin to disable the 2 plugins.
Forum: Fixing WordPress
In reply to: White Screen of Death in admin panelI have done the manually updating five times, the problem persist.
BUT: With the PHP solution define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ ); just before wp-settings.php inclusion. I can save the pages now but the problem with installing other plugins persist. it says: “Unexpected error. There may be something wrong with www.remarpro.com or the configuration of this server. If problems persist, seek help in the support forum.”. My wordpress is in another language maybe there is an error in the translation of it or a mistake in the code?
By the way: the problem to switch to the English (USA version) is okey, the problem is solved.
When I activate the following plugins: “Jetpack” and “Wordfence” then wordpress give me again white pages everywhere… So when I activate those plugins, my wordpress can I no longer manage.
Forum: Fixing WordPress
In reply to: White Screen of Death in admin panelwhen I change the language from dutch to english in settings
Site language: Dutch => English (United States)
button savethen I get this:
https://octaverotsaert.eu/settings.png
it’s not normal…
I get white pages in Back-End (admin panel), not in the front-end…
The problems persist in the back-end… white pages (pages of death).Forum: Fixing WordPress
In reply to: White Screen of Death in admin panelIs it possible that there is a problem in the translated files of wordpress? When I want to install a new plugin then I get the error that the site of www.remarpro.com is wrong configured.
Forum: Fixing WordPress
In reply to: White Screen of Death in admin panelWhen I set the plugins via phpmyadmin on: “a:0:{}” then all the plugins are gone and then I have tested to save a page but the problem is the same, white page. Conclusion the problem is not in the plugins. I have set the theme: twenty seventeen theme without plugins. and also save a page but the problem is also the same: screen of death.
link: octaverotsaert.euForum: Fixing WordPress
In reply to: White Screen of Death in admin panelSo, I have done what you said to do. Now I can’t access my admin panel… white screen ??
- This reply was modified 7 years, 1 month ago by bustel.
Forum: Fixing WordPress
In reply to: White Screen of Death in admin panelWhat should I do with .htaccess? also deleting?
- This reply was modified 7 years, 1 month ago by bustel.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] doesn’t work with another pluginHello Tobias
coooooool, it works ??
thank you for your support.
by the way: keep up the good work ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] doesn’t work with another pluginI have installed another plugin for the order to load the plugins, I have set tablepress as first plugin to load, but it doesn’t work…
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] doesn’t work with another pluginCan we do it with this code in the main file of tablepress?
function this_plugin_first() { // ensure path to this file is via main wp plugin path $wp_path_to_this_file = preg_replace('/(.*)plugins\/(.*)$/', WP_PLUGIN_DIR."/$2", __FILE__); $this_plugin = plugin_basename(trim($wp_path_to_this_file)); $active_plugins = get_option('active_plugins'); $this_plugin_key = array_search($this_plugin, $active_plugins); if ($this_plugin_key) { // if it's 0 it's the first plugin already, no need to continue array_splice($active_plugins, $this_plugin_key, 1); array_unshift($active_plugins, $this_plugin); update_option('active_plugins', $active_plugins); } } add_action("activated_plugin", "this_plugin_first");
but it doesn’t work… ??
- This reply was modified 7 years, 2 months ago by bustel.
Forum: Plugins
In reply to: [Linkify Text] Linkify Text doesn’t work in tablesI have contacted the devlopper of the other plugin: it seems that ‘Linkify Text’ runs to early… how can I fix this problem???
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] doesn’t work with another pluginwhat can we do about this problem? Can I fix it?