Elxis CMS Forum

Extensions => Components => Topic started by: speck on May 14, 2011, 08:07:01

Title: Problem to install IOS Eshop in local under 2009.3 [SOLVED]
Post by: speck on May 14, 2011, 08:07:01
Hi.
I've tried to install IOS Eshop (2.1.1.285 and oldest too) in elxis 2009.3 but i have problem to install it in local.
Under 2009.1 and  2009.2 the install is ok, but under 2009.3 not work. (win xp, php 5.3, php.ini configured how elxis wants)

See picture.
the error on elxis is:
could not install php config

To solve the problem i've tried to modify some lines of eshop.xml insertin' a "/" before the folder must be uploaded in the adminnistrator/com_eshop.
like this <filename>/acss/eshop-admin.css</filename>
it seems to works...but the elxis error: "could not install php config" persist.
Solutions?

P.S: Any installation started always from a clean elxis (no ios eshop db, no ios eshop folders)

Another bugs.
In FIREFOX 4.01, IE9 and google chrome, the image slider in the products details not work (all version of IOS Eshop. also the ver. 2.1.285 patched to 2.2)


[attachment deleted by admin]
Title: Re: Problem to install IOS Eshop in local under 2009.3
Post by: datahell on May 14, 2011, 19:27:38
Make sure short_open_tags are disabled in php.ini, then restart apache.
Title: Re: Problem to install IOS Eshop in local under 2009.3
Post by: speck on May 14, 2011, 20:33:35
thanks as forever, but short_open_tags is off  ???

my local config
Code: [Select]
PHP Built On: Windows NT 5.1 build 2600 (Windows XP Professional Service Pack 3) i586
Database Version: mysql 5.0.13-rc-nt (Version: 5.0.13)
PHP Version: 5.3.2
Web Server: Microsoft-IIS/5.1
Web Server to PHP interface: cgi-fcgi
Version Elxis 2009.3 Stable rev2681 [ Aphrodite ] 24-April-2011 21:08 GMT+2
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Relevant PHP Settings:
Safe Mode: OFF
Open basedir: none
Display Errors: OFF
Short Open Tags: OFF
File Uploads: ON
Magic Quotes: OFF
Register Globals: OFF
Output Buffering: OFF
Session save path: none
Session auto start: 0
XML enabled: Yes
Zlib enabled: Yes
Disabled Functions: none
WYSIWYG Editor: TinyMCE WYSIWYG Editor
Title: Re: Problem to install IOS Eshop in local under 2009.3
Post by: datahell on May 14, 2011, 21:37:43
We have seen this problem in the past but I don't remember which exactly was the cause of this. I thought it was short_open_tags. It is something that has to do with XML manipulation (DOMIT could be the reason but DOMIT is deprecated since 2009.2). I remember that user "rentasite" had this problem. Can you sent him a personal message? Or search the forum.

Note: prefer using apache than IIS even for local sites.
Title: Re: Problem to install IOS Eshop in local under 2009.3 [SOLVED]
Post by: speck on May 15, 2011, 13:46:49
Hi datahell, I sent to you an email with solution.
Even will be useful.