dbase66
Forum Replies Created
-
Forum: 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 years, 4 months ago by Yui.
- This reply was modified 2 years, 4 months 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 2 years, 4 months ago by Jan Dembowski.
- This reply was modified 2 years, 4 months 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!Forum: Plugins
In reply to: [Donations via PayPal] hide Paypal – Mail-AddressYES
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Delimiter empty SpaceHey, vielen Dank für die Annahme des Issues! ??
Ja, eine Spalte ist doof für die automatische Erkennung ??
Ggf. hilft eine Abfrage, ob es eine einspaltige Tabelle ist, die importiert werden soll.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Delimiter empty SpaceThis is only a Table fo one column, maybe a special case to import in a table ??
only white spaces between words of this columnSteuerklasse bisher
Abgeltungsteuer
Abzugsteuern bei beschr?nkt Steuerpflichtigen
Alkoholsteuer
Alkopopsteuer
Biersteuer
Einfuhrumsatzsteuer
Einkommensteuer (Unterart der Abgeltungssteuer)
Energiesteuer
Erbschaftsteuer/Schenkungsteuer
Feuerschutzsteuer
Getr?nkesteuer
Gewerbesteuer
Grunderwerbsteuer
Grundsteuer
Hundesteuer
Jagd- und Fischereisteuer
Kaffeesteuer
Kapitalertragsteuer (Unterart der Abgeltungssteuer)
Kinosteuer
Kirchensteuer
K?rperschaftsteuer (Unterart der Abgeltungssteuer)
Kraftfahrzeugsteuer
Lohnsteuer (Unterart der Abgeltungssteuer)
Luftverkehrsteuer
Rennwett- und Lotteriesteuer
Schankerlaubnissteuer
Schaumweinsteuer/Sektsteuer
Solidarit?tszuschlag
Spielbankabgabe
Steuerabzug bei Bauleistungen
Stromsteuer
Tabaksteuer
Tanzsteuer
Umsatzsteuer
Versicherungsteuer
Zweitwohnungsteuer
Zwischenerzeugnissteuerin case of export, i can choose the delimiter.
Bug at my Website because of constent – problems!
FILE consentmanager.php
LINE 88Forum: Plugins
In reply to: [Notely] Application Error??