DragonflyCMS Projects > BizStore > Compatabilty ? > Community Forums > Phoenix Netology
Forum Index > eCommerce > BizStore

Compatabilty ? Reply to topic


Is Bizstore compatable with
CMS Version 9.2.1
PHP Version 5.2.6
MySQL Version 5.0.51a-log (client: 5.0.32)

I only ask because I just updated and now I get
Fatal error: Cannot use string offset as an array in /homepages/12/d91017768/htdocs/HopeToSeeYouSoon_com/modules/BizStore/browsepage.php on line 20

Please enter your server specs in your user profile! 😢


hmm, line 20 is$myhome = '<a href="'.getlink($module_name).'">'.$module_name.'</a>'; Confused

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


Line 20 is showing

$theData = $theData['ItemSearchResponse'][0];

Please enter your server specs in your user profile! 😢


aah, yes, that was before I added it to cvs which adds the extra lines at the top of each page.

Mine works fine on PHP 5.2.5, MySQL doesn't really come into it but it works fine under 4.1.22 and 5.0.45, apache up to 2.2.9.

I'm using an unreleased v9.2.0 but that only has a small change to the cart function.

Donations & Audit for DragonflyCMS

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


Well I put this off for awhile by going back to PHP 4.
Now I’m trying PHP 5 again.
CMS Version 9.2.1
PHP Version 5.2.8

And I’m getting the same error still,
Fatal error: Cannot use string offset as an array in /homepages/12/d91017768/htdocs/HopeToSeeYouSoon_com/modules/BizStore/browsepage.php on line 20

I looked for an updated version of BizStore mine is the same as the one in your downloads, and also looked in the cvs but nothing is in the cvs.

Any idea what I might try?

Please enter your server specs in your user profile! 😢


I just cannot replicate the issue - I'm currenty running PHP 5.2.5, MySQL 5.0.67 and Apache 2.2.9.

FWIW I've updated the download to v9.2.0 but can't see how it will change that issue FIIK

nukebiz.com/Downloads/...ils/id=54/

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


Ok I give up it still don't work with PHP 5 on my 1and1 host.
I'm back to 4.4.9 and its working fine.

Not sure if it has anything to do with it or not, in order for me to use php 5
I need to add "AddType x-mapp-php5 .php" into my .htaccess

When I make that one change it stops working.

Please enter your server specs in your user profile! 😢


hmm, a different way to what I normally see on servers, usually,

AddHandler application/x-httpd-php5 .php

I guess 1and1 do it differently - they seem to make a habit of aberrations, with consequent issues for their users.

In other words, BizStore works just fine on PHP5, always has - I have tested BizStore where PHP5 is standard on the server, both hosted and local, and also where it is an option via htaccess, as above.

Just not on PHP5 the way that 1and1 chooses to implement the option - since PHP4 is no longer supported, they really should be using PHP5 on their servers, as first choice, not some ad hoc htaccess implementation.

Perhaps their htaccess implementation should be,
AddHandler x-mapp-php5 .php

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


I tried
AddHandler x-mapp-php5 .php

Still get the same error it only seams to happen when selecting the sub categories

Fatal error: Cannot use string offset as an array in /homepages/12/d91017768/htdocs/HopeToSeeYouSoon_com/modules/BizStore/browsepage.php on line 25

Please enter your server specs in your user profile! 😢


I can only presume their mapping is flawed or that PHP 5.2.8 has an issue or both.

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


What is the page link resulting in this error?

Donations & Audit for DragonflyCMS

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


http://www.hopetoseeyousoon.com/amazon/Apparel/browse-1045558.html

Please enter your server specs in your user profile! 😢


hmm, works just fine here - I was kinda hoping it might be blank, like an empty array issue, but even that should result in a "No Data Found" comment.

On yours, naturally I just draw a blank.

As often seems to happen with Apparel data, the price data is missing anyway.

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


It happens on all my sub categories.

Must be a change from PHP 5.2.5 that works on your site and the new 5.2.8 used by 1and1?

Maybe I will just have to stay with 4.4.9 It seams like all my current modules are working with it.

Please enter your server specs in your user profile! 😢


I'm not sure it's PHP 5.2.8 - after all, you had this problem well before 5.2.8 was released i.e. 5.2.6.

I believe it's 1and1 which has a history of doing things differently to most other hosts.

Are you running hosted, virtual or dedicated?

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):

All times are Australia/Adelaide


Jump to: