4649 Posts in 1402 Topics by 1394 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1166 Views |
-
Getting error after upload and install CMS

11 April 2009 at 2:39am Last edited: 11 April 2009 2:43am
Fatal error: Cannot use string offset as an array in /home2/spencer/public_html/sapphire/core/i18n.php on line 859
line 859~$transEntity = isset($lang[$locale][$class][$realEntity]) ? $lang[$locale][$class][$realEntity] : $string;
above is the msg i got from the fatal ,
could anyone here please tell me what wrong ??
Thx in advance ~ -
Re: Getting error after upload and install CMS

27 April 2009 at 2:26am
I have had that problem too and it had me in some panic (inspite of backups!).
I have changed the line to read :
$transEntity = $string
Basically disabling translations (I think ;) . This is for sure not the most elegant solution, but it works. I still hope for somebody to come up with a better solution ....
Regards
SilverDay
| 1166 Views | ||
|
Page:
1
|
Go to Top |


