vladurash
Forum Replies Created
-
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Show Subscribe Button on specific PagesI have a sugestion.
Inonesignal.php
comment this line:add_action( 'init', array( 'OneSignal_Public', 'init' ) );
Then, in
function.php
include commented line. I changed to display only for logged users like this:if ( is_user_logged_in() ) { add_action( 'init', array( 'OneSignal_Public', 'init' ) ); }
Try it.
Forum: Plugins
In reply to: [Email to Download] How To Delete Subscribers?Hello, did you resolve this issue about deleting subscribers? We still face “Access denied” message when we try to delete some subscribers.
Thx
Forum: Plugins
In reply to: [Cronjob Scheduler] Unable activate pluginWORKS Perfect! Thanks alot!
Forum: Plugins
In reply to: [Cronjob Scheduler] Unable activate pluginWell, googleing these errors, i found some fix
You have to replace __DIR__ with dirname(__FILE__) on lines 328, 188 and 181 in file cronjob-scheduler.php
Please check this and confirm it ??
Later edit: we had same opinion ??
Forum: Plugins
In reply to: [Cronjob Scheduler] Unable activate pluginI don’t have any error_log on server.
With DEBUB enabled I have following lines in Setting>Cronjob Scheduler
`Notice: date_default_timezone_set() [function.date-default-timezone-set]: Timezone ID ” is invalid in /home/serpante/public_html/wp-content/plugins/cronjob-scheduler/cronjob-scheduler.php on line 15
Notice: Use of undefined constant __DIR__ – assumed ‘__DIR__’ in /home/serpante/public_html/wp-content/plugins/cronjob-scheduler/cronjob-scheduler.php on line 328
Notice: Use of undefined constant __DIR__ – assumed ‘__DIR__’ in /home/serpante/public_html/wp-content/plugins/cronjob-scheduler/cronjob-scheduler.php on line 181
Notice: Use of undefined constant __DIR__ – assumed ‘__DIR__’ in /home/serpante/public_html/wp-content/plugins/cronjob-scheduler/cronjob-scheduler.php on line 188
Warning: require_once(__DIR__/views/admin_page.php) [function.require-once]: failed to open stream: No such file or directory in /home/serpante/public_html/wp-content/plugins/cronjob-scheduler/cronjob-scheduler.php on line 188
Fatal error: require_once() [function.require]: Failed opening required ‘__DIR__/views/admin_page.php’ (include_path=’.:/opt/alt/php52/usr/share/pear:/opt/alt/php52/usr/share/php’) in /home/serpante/public_html/wp-content/plugins/cronjob-scheduler/cronjob-scheduler.php on line 188`
Forum: Plugins
In reply to: [Cronjob Scheduler] Unable activate pluginI have also updated plugin to version 1.19 as you instructed. No changes for PHP ver 5.2.17
Forum: Plugins
In reply to: [Cronjob Scheduler] Unable activate pluginI made some test playing with PHP versions on my test website (dev, not prod).
So, on PHP ver 5.2.17, my dashboard looks like this: https://onedrive.live.com/redir?resid=15AD985AD8F96418!100735&authkey=!AM_sjTawQ21Bj2I&v=3&ithint=photo%2cpngUsing higer version for PHP (eg 5.3), it works (https://onedrive.live.com/redir?resid=15AD985AD8F96418!100736&authkey=!ABtHcdRutjWGcfg&v=3&ithint=photo%2cpng)
Unfortunatelly, on prod website I don’t have access to cPanel to change PHP version (owner won’t make this change).
Forum: Plugins
In reply to: [Cronjob Scheduler] Unable activate plugin@chrispage1 activation is ok.
But now I can’t see anything in Settings>Cronjob Scheduler. No info about wp-config or anything else. Please check