3 users online. Create an account or sign in to join them.Users
Install ensemble base 2.2.1 fail with error
This is an open discussion with no replies, filed under Installation.
Search
Create an account or sign in to comment.
3 users online. Create an account or sign in to join them.Users
This is an open discussion with no replies, filed under Installation.
Create an account or sign in to comment.
Symphony • Open Source XSLT CMS
--with-xsl)
symphony integration branch (9241bd5bd2c14ca954710004c3a42919937ae888 Some general documentation improvements)
I did export enseble and copy to remote server. When i try to install i see below error Fatal error: Call to undefined function define_safe() in ......./symphony/lib/toolkit/class.lang.php on line 608
public static function createFilename($string, $delim='-', $apply_transliteration=true) { 596 // Use the transliteration table if provided 597 if($apply_transliteration == true) $string = _t($string); 598 599 return General::createFilename($string, $delim); 600 } 601 602 } 603 604 /** 605 * Status when a language is installed and enabled 606 * @var integer 607 */ 608 define_safe('LANGUAGE_ENABLED', 10); 609 610 /** 611 * Status when a language is disabled 612 * @var integer 613 */ 614 define_safe('LANGUAGE_DISABLED', 11);How could be able to fixup this?