Title: Illegal string offset
Last modified: August 30, 2016

---

# Illegal string offset

 *  Resolved [Rakesh Raja](https://wordpress.org/support/users/rakeshraja/)
 * (@rakeshraja)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/)
 * I am using ACS pro and your plugin too
 * Please check this page and click on names you will see more content.. [http://artsplus.weiter.ch/artist/](http://artsplus.weiter.ch/artist/)
 * There is gallery it works fine when I dont use your pagination.
    [https://goo.gl/w7yATA](https://goo.gl/w7yATA)
 * As soon as I use it. I get illegal string offset
 * [http://artsplus.weiter.ch/artist/?ap=b](http://artsplus.weiter.ch/artist/?ap=b)
 * Here is screenshot of problem
    [https://goo.gl/ZpSXiq](https://goo.gl/ZpSXiq)
 * [https://wordpress.org/plugins/alphabetic-pagination/](https://wordpress.org/plugins/alphabetic-pagination/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335139)
 * Its working now, have a look here
    [http://artsplus.weiter.ch/artist/?ap=b](http://artsplus.weiter.ch/artist/?ap=b)
 *  Thread Starter [Rakesh Raja](https://wordpress.org/support/users/rakeshraja/)
 * (@rakeshraja)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335144)
 * Hi Fahad
 * Its not working for me
 * [http://artsplus.weiter.ch/artist/?ap=b](http://artsplus.weiter.ch/artist/?ap=b)
 * Here is screenshot
    [https://goo.gl/kcGVII](https://goo.gl/kcGVII) You please
   provide me screenshot if its working for you.
 * Also one other problem is when there is no listing pagination is also not showing
   up
 * [http://artsplus.weiter.ch/artist/?ap=c](http://artsplus.weiter.ch/artist/?ap=c)
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335152)
 * Here is the screenshot of what i am viewing with that url
    [http://prntscr.com/7u8501](http://prntscr.com/7u8501)
 *  Thread Starter [Rakesh Raja](https://wordpress.org/support/users/rakeshraja/)
 * (@rakeshraja)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335155)
 * Now please click on name “Beat Rink” Then content will be shown and gallery section
   will show illegal error
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335167)
 * Hi Rakesh,
 * Here is another screenshot.
    [http://prntscr.com/7unv68](http://prntscr.com/7unv68)
 * Don’t worry about these warnings. In fact your wp-config.php is having debug 
   mode turned ON. Please make it false from there else your website will keep bugging
   you in future for many other plugins too. Let me know if it fixed your issue 
   or you can reach me through my blog. I will surely make these warnings silent
   in next build but these are not serious errors.
 * Thanks,
    Fahad
 *  Thread Starter [Rakesh Raja](https://wordpress.org/support/users/rakeshraja/)
 * (@rakeshraja)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335171)
 * Hi
 * [https://goo.gl/2FiM1u](https://goo.gl/2FiM1u)
 * Its OFF not on.. Please check screenshot.
 * Whats now!?
 * Regards
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335173)
 * Hi Rakesh,
 * Send me the file archive-artist.php, i have to check it. Are you sure if you 
   deactivate my plugin then this error gone?
 * Thanks,
    Fahad
 *  Thread Starter [Rakesh Raja](https://wordpress.org/support/users/rakeshraja/)
 * (@rakeshraja)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335174)
 * Yes when I disable your plugin its working. I guess its because of jQuery. I 
   am using jQuery too.
 * Here is code
 * [http://pastebin.com/SshizSGA](http://pastebin.com/SshizSGA)
 * Regards
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335175)
 * Hi Rakesh,
 * The problem is not related to jQuery, in fact my plugin is using the main query
   and you are again using the main query on the same page. Can you please use get_posts().
   Look, alphabetic pagination filtered your posts and “Beat Rink” is there. Further
   data is being fetched with another main query. You have to use $rows = get_posts(),
   $rows->have_posts instead of have_posts thing. Or you might will require its 
   pro version in which custom queries support is available.
 * [http://shop.androidbubbles.com/product/alphabetic-pagination-pro/](http://shop.androidbubbles.com/product/alphabetic-pagination-pro/)
 * Thanks,
    Fahad
 *  Thread Starter [Rakesh Raja](https://wordpress.org/support/users/rakeshraja/)
 * (@rakeshraja)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335176)
 * Hi
 * I did tried that but it didnt worked. Now your pagination itself not working.
 * Following is my code
    [http://pastebin.com/SshizSGA](http://pastebin.com/SshizSGA)
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335189)
 * I think you need pro version because you are having 2 queries in your requirement.
   May i have your login credentials? You can send through email.
    [http://www.websitedesignwebsitedevelopment.com/contact/](http://www.websitedesignwebsitedevelopment.com/contact/)

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Illegal string offset’ is closed to new replies.

 * ![](https://ps.w.org/alphabetic-pagination/assets/icon-256x256.png?rev=1031208)
 * [Alphabetic Pagination](https://wordpress.org/plugins/alphabetic-pagination/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/alphabetic-pagination/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/alphabetic-pagination/)
 * [Active Topics](https://wordpress.org/support/plugin/alphabetic-pagination/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/alphabetic-pagination/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/alphabetic-pagination/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/illegal-string-offset-18/#post-6335189)
 * Status: resolved