No settings ui after plugin install and activation
-
Hi, i just installed you plugin.
But I do not get any ui under: GCM -> Message or GCM -> Settings.
My apache error log says:
[Sat Mar 29 00:16:15 2014] [error] [client XX.XXX.XX.XXX] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘px_gcm_display_page_msg’ not found or invalid function name in /var/www/wp-root/wp-includes/plugin.php on line 429, referer: https://server-ip/wp-root/wp-admin/index.php
[Sat Mar 29 00:16:15 2014] [error] [client XX.XXX.XX.XXX] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘px_gcm_display_page_settings’ not found or invalid function name in /var/www/wp-root/wp-includes/plugin.php on line 429, referer: https://server-ip/wp-root/wp-admin/admin.php?page=px-gcm
[Sat Mar 29 00:16:15 2014] [error] [client XX.XXX.XX.XXX] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘px_gcm_toolbar’ not found or invalid function name in /var/www/wp-root/wp-includes/plugin.php on line 429, referer: https://server-ip/wp-root/wp-admin/options-general.php
I also see if I edit the plugin in gcm.php:
$dir = px_gcm_dir();
@include_once “$dir/options.php”;
@include_once “$dir/page/settings.php”;
@include_once “$dir/page/write.php”;
@include_once “$dir/register.php”;I do not seem to have subfolder page and therefore not settings.php and write.php, might this be the problem?
Sounds like a really nice plugin and I just want to try it against my android app.
thanks in advance,
Best Regards
- The topic ‘No settings ui after plugin install and activation’ is closed to new replies.