I am working with a nonprofit to have them update their website. I found a webiste for them called synthasite that is a full html WYSIWYG editor that works well and lets you download the content to post on your own domain. The problem is that I am getting an error on the website. I will post the following:
ERROR:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/mmpnweb7/public_html/beta2/classes/commons/includes/Common.inc.php on line 108
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/mmpnweb7/public_html/beta2/classes/commons/includes/Common.inc.php on line 108
Warning: Invalid argument supplied for foreach() in /home/mmpnweb7/public_html/beta2/classes/commons/includes/SmartyInit.inc.php on line 22
Warning: Invalid argument supplied for foreach() in /home/mmpnweb7/public_html/beta2/classes/commons/lib/smarty_plugins/function.includes.php on line 12
Warning: Invalid argument supplied for foreach() in /home/mmpnweb7/public_html/beta2/classes/commons/lib/smarty_plugins/function.includes.php on line 22
LOCATION:
http://beta2.chilict.com/
FILE Info from Common.inc.php:
foreach ($GLOBALS as $key => $value) {
if (in_array($key, $allowed) || !isset ($GLOBALS[$key]))
continue;
unset ($GLOBALS[$key]);
My PHP is version 5.2.4 and confirmed here: http://beta2.chilict.com/phpversion.php
Any help would be helpful.
Thank you.