shelby72 Posted May 29, 2015 Posted May 29, 2015 Hi guys. I have installed Links Manager II on my Oscommerce website and everything seems to work fine. Clicking on the "Links" link on the online information box causes the Links page to show up, but also delivers the following error: Warning: Illegal string offset 'links_title' in /opt/lampp/htdocs/*******/links.php on line 79 Anybody has any idea of what the cause could be? Thank you Mendoh I've just updated to v.1.31 and I am still getting this error if I turn the featured links on in the admin. It only goes away if I add a featured link or turn the featured link off in the Admin. How do I fix this? Quote
Jack_mcs Posted May 29, 2015 Author Posted May 29, 2015 In the links.php file, find this line $lf = ''; and change it to $lf = array('links_title' => ''); Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
shelby72 Posted May 29, 2015 Posted May 29, 2015 In the links.php file, find this line $lf = ''; and change it to $lf = array('links_title' => ''); That worked! Thank you! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.