Any idea what prevents plugin.php from getting page data?
-
Hi,
Have Pinterest for Galleries working fine on a live production site. Copied all files to another folder to set up a test site and suddenly get this error:
Notice: Undefined index: page in /path/to/wp-content/plugins/pinterest-for-galleries/plugin.php on line 34
Line 34 in plugin.php is garden variety WP/PHP:
if (strpos($_GET[‘page’], basename(dirname(__FILE__)) . ‘/’) === 0) …
Any ideas how to fix this error? I updated all the site URLs/paths in the database when I exported then imported into a test database.
Thanks!
The topic ‘Any idea what prevents plugin.php from getting page data?’ is closed to new replies.