viosys
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Lightbox] Plugin trys to access none existing PathVery Sorry for the late reply.
Php Version: PHP 7.4.27
WP_PLUGIN_DIR:/var/www/socialgambiawp.projektbereich.info/web/public/wp-content/plugins/
Server: nginx/1.21.5
htaccess: i would send u an email with the login data although i could not find your email anywhereTemporarily disabling the custom open_basedir property did infact help.Although it would be nice to be able to have to Plugin not throw a Warning and for open_basedir to be enabled at the same time. Since restricting the ability for 1 project to access files outside its own file structure is rather nice.
Do you have any Idee on how to achive this?Many Thanks in advance and again sorry for the late reply.
- This reply was modified 2 years, 9 months ago by viosys.
Forum: Plugins
In reply to: [Theme My Login] Incompatible with Menu Image-PluginYes, it does work. Simple as it is ??
Forum: Plugins
In reply to: [Theme My Login] Incompatible with Menu Image-PluginThank you for your feedback. I am happy to help with the fix when a corrected version is available.
Forum: Plugins
In reply to: [WooCommerce] API PUT-Request results in Error 500Hi,
as mentioned above:In wc-logs I see in this moment an “allowed memory”-error which I cannot resolve with higher memory_limit.
Under Status > Logs I see fatal-errors-Logs, but not with the actual entrys which are visible in the wp-contents/uploads/wc-log-directory. The file in this directory is updated every time a 500 response came back. The only entries there are “Allowed memory”-messages like this:
2021-01-26T12:19:19+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/wordpress/web/public/wp/wp-includes/functions.php in Zeile 624 2021-01-26T12:25:44+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /var/www/wordpress/web/public/wp/wp-includes/functions.php in Zeile 624 2021-01-26T12:25:55+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /var/www/wordpress/web/public/wp/wp-includes/functions.php in Zeile 624
In no other logfile in the hosting is anything mentioned about error although we actived full logging and WordPress-Debugging. This happens on my VM with this project but also identical on the future hosting-space.
Found the solution: we use the plugins “Post Type Order” which was used to sort some posts. After changing the configuration and reset the row “menu_order” in the posts-Table the sorting is correct.
- This reply was modified 4 years, 6 months ago by viosys. Reason: marked as solved
Forum: Plugins
In reply to: [Yoast SEO] Web not availabe with Yoast 14.0.4 and 14.1Yes, I found that my plugin created and loop while checking the page title again and again. Fixed it. Now it works.
Forum: Plugins
In reply to: [Yoast SEO] Web not availabe with Yoast 14.0.4 and 14.1Thanks for the hints. WP_DEBUG doesn’t result in anything. But disabling all plugins helped me to find the reaseon: I use a self-written plugin to automatic reduce the lenght of page-titles (they should have only 46 chars). If I activate this and Yoast the web does not work anymore. If I activate only one of them the web work.
The only WP-Hook that this plugin is using is “pre_get_document_title”. Does Yoast use this Hook? My code in the plugin:
`add_filter( ‘pre_get_document_title’, ‘myfunctionname’, 20 );
Thanks for your help. Creating the missed tables manually worked.
I must correct me: the error is shown on every sub-website in dashboard. ??
Following tables exists:
- prefix_itsec_distributed_storage
- prefix_itsec_fingerprints
- prefix_itsec_geolocation_cache
- prefix_itsec_lockouts
- prefix_itsec_log
- prefix_itsec_logs
- prefix_itsec_opaque_tokens
- prefix_itsec_temp
Hi,
no, there is no other error. The text in the first post is the only text shown in WP-Backend for this.
There is no other error in error.log.But: its a network-installation. The main dashboard does not show the error, only one sub-website in the network show it. I run network-update twice without any change.
Actual there are 8 database-tables with “itsec” in the database. None of them are used by a sub-website-db. e.g.:
prefix_itsec_logAny other hints for this?
Similar error here in one project.
The itsec_user_groups table is not installed. The itsec_mutexes table is not installed.
The additional text mentions
Please try deactivating and reactivating iThemes Security.
but this does not help.
Forum: Plugins
In reply to: [W3 Total Cache] Scheduled posts not visible at timeI have asked the display-posts support. There are some questions for you:
https://www.ads-software.com/support/topic/scheduled-posts-not-visible-at-time-using-w3tc/#post-12183589I think i would use
w3tc_flush_all();
– but on which WP-action?Forum: Plugins
In reply to: [W3 Total Cache] Scheduled posts not visible at timeI tested it now with following results:
If i use display-posts the new post is only visible until i clear the w3tc-cache manually (whether scheduled or not).
If i did not use display-posts and show posts on the wp-own posts-page the new post is visible there until is is published or the scheduled time is reached – i must not clear the w3tc-cache manually.
So now I’m also assuming that there’s an incompatibility between display-posts and w3tc. Who can help with that?
I cannot add each url where display-posts is used to w3tc_flush_url() manually as i use it on many pages and editors can change them at any time.
Forum: Plugins
In reply to: [W3 Total Cache] Scheduled posts not visible at timeWhat did you mean with “using the WP schedule to post the article”? Running a specific cron from w3tc manually?
Forum: Plugins
In reply to: [W3 Total Cache] Scheduled posts not visible at timeI didn’t thought about this plugin, sorry.
General settings:
* Page Cache enabled with Disk Enhanced
* Minify enabled on auto, disk, minify, JSmin, minify
* OPcache enabled
* Database Cache enabled
* Browser cache enabled
* Google Page Speed dashboard widget enabled