pulsedigit
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Yes a very simple issue that can be fix 🙂 let me know when you publish a new version.
Thanks,
Hello again,
i find a way to fix it :
add_submenu_page( 'edit.php?post_type=sdc_download', esc_html__('Settings', 'simple-download-counter'), esc_html__('Settings', 'simple-download-counter'), 'manage_options', 'download-counter-settings', 'simple_download_counter_display_settings', ); Should be replaced by this : add_submenu_page( 'edit.php?post_type=sdc_download', esc_html__('Settings', 'simple-download-counter'), esc_html__('Settings', 'simple-download-counter'), 'manage_options', 'download-counter-settings', 'simple_download_counter_display_settings' ); ( i remove the last “,” after 'simple_download_counter_display_settings' )Easy to reproduce :
install docker images from this github repository : https://github.com/gquittet/php-mariadb-apache (You will need to commentdelete le line about the XDebug installation from php Docker file)
copy wordpress 5.9 fresh install into php folder (don’t forget to change owner and group to www-data) : https://ww.wp.xz.cn/wordpress-5.9.8.tar.gz
go to 127.0.0.1:7000 and install WordPress (DBname, User and Password is tdi )
Once login as ADMIN install simple download counter
When you activate the Plugin you will see the error message 🙂
- This reply was modified 2 years, 7 months ago by pulsedigit.
Viewing 3 replies - 1 through 3 (of 3 total)