Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 12 of 12
error_reporting(E_ALL);
error_reporting(E_ALL & ~E_NOTICE);
error_reporting(E_ERROR);
if ( !is_array($this->ORIGINALS)) {
if (!isset($this->ORIGINALS) || !is_array($this->ORIGINALS)) {
if ($translations and !is_array($this->TRANSLATIONS)) {
if ($translations and (!isset($this->TRANSLATIONS) || !is_array($this->TRANSLATIONS))) {
Posted By: BadDayWarning: fread() [function.fread]: Length parameter must be greater than 0 in /home/com/public_html/plog-includes/lib/gettext/streams.php on line 105
i have this problem too, any idea for fix?
1 to 12 of 12