dbase66
Forum Replies Created
-
Forum: Reviews
In reply to: [Blog To HTML] Code crash PHP 7.4Kind of Landing-Page – Template?
Forum: Reviews
In reply to: [Blog To HTML] Code crash PHP 7.4Hey, working on it?
Forum: Plugins
In reply to: [WP OPcache] Ionos VS. Opcachei think so. im using dedicated server at ionos.de
there is noch global setting of php.ini
each app must set his own php.iniForum: Plugins
In reply to: [OPcache Manager] Manager does not recongnize opcache runningThe problem was found.
php.ini (opcache enabling) must be stored also in wp-admin – folderForum: Plugins
In reply to: [WP OPcache] Ionos VS. OpcacheSolution
php.ini must be in wp-admin folder!!!Forum: Plugins
In reply to: [WP OPcache] Ionos VS. Opcachephp.ini is in root
phpinfo() response without opcache enabled in other folders as rootForum: Plugins
In reply to: [WP OPcache] Ionos VS. OpcacheOK, the command only works in root!
the same command in folder /wp-content breaks.this ist crazy.
Forum: Plugins
In reply to: [WP OPcache] Ionos VS. OpcacheIntertesting Problem
Your Command (!extension_loaded(‘Zend OPcache’)) called in test.php file is running.
But as command in your Plugin not.How could this be?
test.php in root
<? if (!extension_loaded('Zend OPcache')) { echo '<div class="notice notice-error"> <p>You do not have the Zend OPcache extension loaded, you need to install it to use this plugin flush-opcache.</p> </div>'; }else { echo '<p>RIGHT, ZEND OPCache is active!<p>'; } if (!opcache_get_status()) { echo '<div class="notice notice-error"> <p>Zend OPcache is loaded but not activated. You need to set opcache.enable=1 in your php.ini flush-opcache.</p> </div>'; }else { echo '<p>RIGHT, OPCache is enabled!<p>'; } ?>
gives the answer
RIGHT, ZEND OPCache is active!
RIGHT, OPCache is enabled!- This reply was modified 2 weeks, 6 days ago by Yui.
- This reply was modified 2 weeks, 6 days ago by Jan Dembowski. Reason: Formatting
Forum: Plugins
In reply to: [WP OPcache] Ionos VS. OpcacheForum: Reviews
In reply to: [Blog To HTML] Code crash PHP 7.4Hey, do you have news?
[ link removed and put in link field ]
- This reply was modified 3 weeks, 1 day ago by Jan Dembowski.
- This reply was modified 3 weeks, 1 day ago by Jan Dembowski.
Forum: Plugins
In reply to: [OPcache Manager] Manager does not recongnize opcache runningWich settings to php.ini i have to change, to let your plugin working? …to set your plugin able to recognize opcache is installed and working?
Forum: Plugins
In reply to: [OPcache Manager] Manager does not recongnize opcache runningOK, howto recognize restrited mode in opcache?
here is my php.ini; Memcached by OPCache zend_extension = opcache.so opcache.enable = 1 opcache.file_cache = /kunden/homepages/20/d34869179/htdocs/.opcache opcache.memory_consumption=128 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=4000 opcache.revalidate_freq=60 opcache.fast_shutdown=1 opcache.enable_cli=1
Forum: Reviews
In reply to: [Blog To HTML] Code crash PHP 7.4Comments are superfluous.
The main target is to export a site ore a page to html, not depending on categories!
please make is so, the i can choose the page or site!Forum: Reviews
In reply to: [Blog To HTML] Code crash PHP 7.4Hi, good choice to repair in case of php 8.
And please give the plugin the possibility to choose wich post or page to convert!