Loading

Upgrade error

10 posts / 0 new
Last post
Anonymous
Upgrade error

Hi every one,

I did upgrade today from 0.8.6 to last 0.8.7.1 version but after upgrade i cannot open configurations any more when i choose any branch of config tree i got:
----------------------------------------------------------
Specified column "config_options" is not in the row
----------------------------------------------------------
error msg

i follow the instructions in FAQ for upgrade and use 2nd option by edit config.php for upgrade

Best regards

Offline
Joined: 10/12/2010

Looks like not all files where overwritten when you upload a new version, or it's just a cached admin navigation.

What link to the config management page do you have? The valid link is admin/core/config_value.

Try to clear the cache on the Administrate -> Cache Management page (Clear All button).

Offline
Joined: 05/31/2012

How to add tags in product catelogue?

Offline
Joined: 10/12/2010

Tags can be added within frontend by registered customers only.

Admin can change the status of the tag on the 'Catalog -> Tags' page.

p.s. Please open the new topics for every separate question.

Offline
Joined: 02/28/2012

i also upgrade it today, following the step-by-step instructions, everything is fine
until i opened the configuration -> shipment method -> table standard

we find an error :
script 'bool' not found in path (/ROOT/public_html/store1/app/design/admin/default/layouts/:/ROOT/public_html/store1/app/design/admin/default/templates/:/ROOT/public_html/store1/app/design/admin/fallback/templates/)

thanks

Offline
Joined: 10/12/2010

We have confirmed this bug, and will release the hotfix version soon.

For now you can use the following patch: https://github.com/axis/axiscommerce/commit/ba7125a953ef9a79ce58fed68433...

Make the same changes to your filesystem, navigate to Administrate -> Modules and press 'upgrade all' button

Offline
Joined: 02/28/2012

it's quite difficult to apply these patches, it should solve the problem but the patches got its own problem..
e.g: app/code/Axis/Core/sql/0.3.0.php
where i can find the file name 0.3.0.php ??? is this mean we have to make new file name ?

app/code/Axis/Core/controllers/Admin/Config/ValueController.php
line 113, are you sure it is in line 113 ???
if you check line 113 consist :

$path = $this->_getParam('path');

hope this can explain you how frustating to patch the bugs, because i find it myself as a bug. CMIIW

Offline
Joined: 10/12/2010

0.3.0 - yes it's a new upgrade file, it will fix the invalidly named bool options.

The green lines are new, red - deleted lines.

Or you can download the following files and replace the old file with them:

app/code/Axis/Core/controllers/Admin/Config/ValueController.php: https://raw.github.com/axis/axiscommerce/ba7125a953ef9a79ce58fed6843328d...
app/code/Axis/Core/sql/0.2.9.php: https://raw.github.com/axis/axiscommerce/ba7125a953ef9a79ce58fed6843328d...
app/code/Axis/Core/sql/0.3.0.php: https://raw.github.com/axis/axiscommerce/ba7125a953ef9a79ce58fed6843328d...
app/code/Axis/ShippingFedex/sql/0.1.4.php: https://raw.github.com/axis/axiscommerce/ba7125a953ef9a79ce58fed6843328d...
app/design/admin/default/templates/core/config/value/load.phtml: https://raw.github.com/axis/axiscommerce/ba7125a953ef9a79ce58fed6843328d...

Offline
Joined: 02/28/2012

another bug / error when we finish placing new order:

The server encountered an internal error or misconfiguration and was unable to complete your request.
More information about this error may be available in the server error log.

after proceed/submit the order, it shows above error message on the page redirection
please check again Vova.. thanks

Offline
Joined: 10/12/2010

When you see the error on Axis page (Not the error on the white blank page), this means that Axis log it to AXIS_ROOT/var/logs/php.log

Please attach the log here.