Elxis CMS Forum
Support => Installation => Topic started 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?
-
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 ?
-
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?
-
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
-
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
-
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.
-
how to fix php.ini on my hosting server?
-
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.
-
ok, thanks datahell for your answer