nemoxp
Forum Replies Created
-
https://pastebin.com/sNym6eLZ
this one comes from line 861 (wp-syntaxhighlighter.php) inside function wp_sh_load_styleEvery time i open the plugin settings page:
on the top: https://pastebin.com/sNym6eLZ
at bottom: https://pastebin.com/Nm1qu3tNevery time I save settings of the plugin I get Notices on the top:
https://pastebin.com/7CUsESV1and few on the bottom:
https://pastebin.com/inQRvE4dand, yes, also get notice on page (post view) when selected “none” as a theme
Another 2 Notices when creating a new post:
Notice: Undefined index: aiosp_edit in /home/dxdhost.ro/public_html/web-host/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php on line 1154Notice: Undefined index: nonce-aioseop-edit in /home/dxdhost.ro/public_html/web-host/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php on line 1155
$awmp_edit = $_POST[“aiosp_edit”];
$nonce = $_POST[‘nonce-aioseop-edit’];// my change:
$awmp_edit = (isset($_POST[“aiosp_edit”])?$_POST[“aiosp_edit”]:”);
$nonce = (isset($_POST[“nonce-aioseop-edit”])?$_POST[“nonce-aioseop-edit”]:”);has_ut error persists after update. Error occurs when accessing second page (“older posts”)
Forum: Plugins
In reply to: [WP Coda Slider] [Plugin: WP Coda Slider] Slider going nutsit seams that the last jquery version is the problem. i took from a site of mine a older version and works just fine (1.4.4 is ok)