Quote:
Originally Posted by dapinard
Getting the following error..."Fatal error: [] operator not supported for strings in /home/takeback/public_html/forums/local_links.php on line 233". I get this from a link to a specific category (local_links.php?catid=1) or from within the LDM admin panel when clicking on view within the category structure section. You can see it here. Takebackcharlotte.com
I recently upgraded to VB 3.5.3, and LDM 2.1.2b. I was at 3.07 and 1.6 for a long time with no issues. I originally let it upgrade the 1.6 db and have since uninstalled, removed the tables and re-installed from scratch and then re-imported the links. Has anyone else seen this? Hopefully I fat fingered something in the install, but I'm running out of ideas...
Heres my version info...
Links Database
Code 2.1.2
MySQL 4.1.14-standard
PHP 4.4.0
allow_url_fopen Yes
cURL Yes
GD2 Yes
open_basedir /home/takeback/:/usr/lib/php:/usr/local/lib/php:/tmp
Thx -Dave
|
My fault, forgetting to initialise an array, although why this hits you and not others, I don't understand.
Can you try editing local_links.php, go to line 120
Code:
$master_title = iif...
and add a line
I hope that will fix it. Let me know.