faberfaberphotoit
Forum Replies Created
-
Ok.
Probably something is wrong on my test machine, because almost all works onthe live machine (www.faberphoto.it/fashion).The thing that doesn’t work is the following code:
<?php print autonav_wl_shortcode(array(‘display’=>’images,title’)); ?>
The result is ok, but before the list I get a problem:
Warning: Wrong parameter count for strpos() in /home/mhd-01/www.faberphoto.it/htdocs/blog/wp-content/plugins/autonav/autonav-wl.php on line 549
Warning: Wrong parameter count for strpos() in /home/mhd-01/www.faberphoto.it/htdocs/blog/wp-content/plugins/autonav/autonav-wl.php on line 550
I’ll try using the shortcode
here you have what my error logs states:
`[Mon Dec 28 15:09:14 2009] [error] [client 192.168.1.180] File does not exist: /var/www/blog/wp-includes/js/tinymce/langs/en.js, referer: http://192.168.1.236/blog/wp-admin/page.php?action=edit&post=131&message=1
[Mon Dec 28 15:09:14 2009] [error] [client 192.168.1.180] File does not exist: /var/www/blog/wp-includes/js/tinymce/themes/advanced/langs, referer: http://192.168.1.236/blog/wp-admin/page.php?action=edit&post=131&message=1
[Mon Dec 28 15:09:16 2009] [error] [client 192.168.1.180] File does not exist: /var/www/favicon.ico, referer: http://192.168.1.236/blog/?page_id=131
[Mon Dec 28 15:09:17 2009] [error] [client 192.168.1.180] File does not exist: /var/www/favicon.ico, referer: http://192.168.1.236/blog/?page_id=131
[Mon Dec 28 15:09:26 2009] [error] [client 192.168.1.180] File does not exist: /var/www/blog/wp-includes/js/tinymce/langs/en.js, referer: http://192.168.1.236/blog/wp-admin/page.php?action=edit&post=131&message=1
[Mon Dec 28 15:09:26 2009] [error] [client 192.168.1.180] File does not exist: /var/www/blog/wp-includes/js/tinymce/themes/advanced/langs, referer: http://192.168.1.236/blog/wp-admin/page.php?action=edit&post=131&message=1
[Mon Dec 28 15:09:29 2009] [error] [client 192.168.1.180] File does not exist: /var/www/favicon.ico, referer: http://192.168.1.236/blog/?page_id=131
[Mon Dec 28 15:09:29 2009] [error] [client 192.168.1.180] File does not exist: /var/www/favicon.ico, referer: http://192.168.1.236/blog/?page_id=131`the page is the one that calls the plugin.
In adition, if I use the shortcode instead the template’s code, I get no list/image at all..same issue here.
I have three pages under the parent and all of them are thumbnail’d with the WP 2.9 feature, but still I can’t have the image.Where am I wrong?
I’m using this code in the template:
<?php print autonav_wl_shortcode(array(‘display’=>’images’)); ?>