Elxis CMS Forum

Support => Installation => Topic started by: henov on October 21, 2011, 02:50:27

Title: installation Error step 4
Post by: henov on October 21, 2011, 02:50:27
Fatal error: Call to undefined function _array_change_key_case() in /home/a8712635/public_html/includes/adodb/adodb-datadict.inc.php on line 663

how to fix them?
Title: Re: installation Error step 4
Post by: webgift on October 21, 2011, 16:33:20
Can you please give us more details about that?
For example : Which version of Elxis CMS are you trying to install ? or what's your php version of the server ?
Title: Re: installation Error step 4
Post by: henov on October 23, 2011, 06:00:14
i tried install  Elxis 2009.3 [ Aphrodite ] and my php version  5.2.17
this for detail

PHP version >= 5.0.0   Yes ( 5.2.17 )
zlib compression support   Available
xml support   Available
configuration.php   Writable
Session save path   / tmp (Writable)
Directive   Recommended   Actual
Safe Mode:   Off   Off
Display Errors:   Off   On
File Uploads:   On   On
Magic Quotes GPC:   Off   On
Magic Quotes Runtime:   Off   Off
Register Globals:   Off   Off
Output Buffering:   Off   On
Session auto start:   Off   Off
Allow URL fopen:   Off   On
Short Open tag:   Off   On

cache/   Writable
tmpr/   Writable

administrator/backups/   Writable
administrator/components/   Writable
administrator/modules/   Writable
administrator/templates/admin/   Writable
administrator/templates/login/   Writable
administrator/language/   Writable
components/   Writable
images/   Writable
images/banners/   Writable
images/stories/   Writable
language/   Writable
mambots/   Writable
mambots/content/   Writable
mambots/search/   Writable
media/   Writable
modules/   Writable
templates/   Writable

i tried install on local sever was worked good
but i tried install on web server i have problem like that

tell me how to fix the problem?
Title: Re: installation Error step 4
Post by: datahell on October 23, 2011, 13:47:25
Fix these in your php.ini (or, if possible, in htacces) and re-try:

Magic Quotes GPC:   Off   On
Output Buffering:   Off   On
Allow URL fopen:   Off   On
Short Open tag:   Off   On
Title: Re: installation Error step 4
Post by: babis1 on October 23, 2011, 21:35:09
you are in cpanel probably what is that in your path ... home/a8712635/public_html/  is your user, domain or what?
gianni i know that is not the right setup but i have in a server all that 4 in php on and working good
Title: Re: installation Error step 4
Post by: datahell on October 24, 2011, 15:02:03
No, this is a bad setup.
With short_open_tag on the XML files can not be parsed. The other settings cause other problems. These 4 should be fixed.
Title: Re: installation Error step 4
Post by: henov on October 24, 2011, 16:24:38
how to fix php.ini on my hosting server?
Title: Re: installation Error step 4
Post by: datahell on October 24, 2011, 19:19:23
These settings can be overwritten/changed in your htaccess file but this overwrite must be allowed by the php.ini settings. Contact your webhostig provider for more.
Title: Re: installation Error step 4
Post by: henov on October 24, 2011, 21:34:57
ok, thanks datahell for your answer