Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 11-01-2019 05:13:41

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Software Installer

Hi Nick

Is the installer on your website here https://central.kryptronic.com/public/i … ler-v9.zip
the latest and greatest??

On step 13 I am sure I used to select Reload with recently changed definition files only and only recent changes are made.
However, when selecting that option, it overwrites lots of other changes I have made, such as.
core_namespaces - I change the seourl from /ShoppingCart to /ShoppingBasket.

This change is now overwritten when running the installer with recently changed definition only set.


Also after completing the database uploads I get this error:
An error was encountered while performing the database load task requested. Error Information: The MySQLi extension encountered a problem submitting an SQL statement. MySQLi reported the error as: Table 'dbxxxxx.core_incphp' doesn't exist

This is on a fresh installer with no cross over of xml files from old sites,


Rob

Offline

 

#2 11-04-2019 08:47:39

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Software Installer

First issue: Namespace being overwritten.  That namespace is defined in the file {private}/apps/ecom/ECOM_Cart/install/data_core_namespaces_0.xml.  If that file was updated (based on timestamp) within 12 hours of running installer.php, all definitions in that file would be updated during a 'recently changed files only' update.  For the namespace ecom.viewcart, the fields updated are:

id,app,namespace,pointer,funcparams,interface,type,backendgroup,backendmenudisp,disprecback,becommon,demoallow,seourl

Second issue: Search your filesystem for a file named data_core_incphp_X.php where X is some number.  Start at 0 and search until you don't find any more.  Probably in your skin.  That table was removed (unnecessary).


Nick Hendler

Offline

 

Board footer