CubeCart Problem [Memo]
posted on 31 Aug 2008 23:55 by maxtrix
บันทึกกันลืมการแก้ปัญหาเบื้องต้น CubeCart™
ปัญหา
Security Warning
Parsed array keys can not contain illegal characters! Script execution has been halted.
It may be possible to fix this error by deleting your browsers cookies and refresh this page.
แก้โดย
The problem seems to occur because line 76 in /includes/ini.inc.php
still returns true for upper case alpha (ABCDEF etc) on some servers.
I fixed the problem by replacing the above line with
which works around whatever bug causes the false positives. As there's virtually no difference (except marginally more server processing) can't see why it can't be changed in a release.
Refer : http://forums.cubecart.com/index.php?showtopic=27276
ปัญหา
Your store will not function until the install directory and/or upgrade.php is deleted from the server.
แก้โดย
Delete the install folder (use an ftp client or through the file manager in your hosting control panel)
Refer : http://forums.cubecart.com/index.php?showtopic=20302











.
.
จำๆๆๆๆๆๆๆ...
#1 By ~*MaGiC_GirL*~ on 2008-09-01 08:17