• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 03, 2024, 11:27:31 am

Recent posts

Pages 1 ... 6 7 8 9 10
71
Miscellaneous / Re: Error while updating regis...
Last post by Brian - July 27, 2018, 12:14:42 pm
Hi,

I'm not sure if there's much we can do to resolve that as it seems to be a problem with the browsers on the Mac.

A few things you could do to try/investigate:

Have you tried modifying the encoding settings on the browser? 

You could use a Developer mode on the browser to see what is being sent

You could enable the logging in Solr to see what the differences are between when it works and when it doesn't work?

Is it every single Mac that has this problem?  Have you tried others that may have different configurations?

Can you get any clues from Mac/Safari forms?


72
Miscellaneous / Re: Error while updating regis...
Last post by kajera - July 26, 2018, 07:55:56 pm
My client tested in Chrome on Windows and it worked normally, in IE Internet Explorer and Firefox also works.
But in Chorme and Safari on the MAC does not work.

I found an error in the solr log, but its not interpreting it ...
73
Miscellaneous / Re: Error while updating regis...
Last post by Brian - July 26, 2018, 06:03:20 am
What is the significance of you reporting that your client was using a Mac for this?  Does it work if you use a browser on a Windows machine?

More importantly, did you check the solr log that the error message refers to?  You should find useful information there.   You could also check the tomcat log for any problems at or before the time of the failure.


74
Miscellaneous / Error while updating registrat...
Last post by kajera - July 25, 2018, 05:21:56 pm
Hello,
My client uses the MAC computer to make changes to the job registry. When it tries to save changes Konakart displays the following message (attached).
75
Configuration of KonaKart / Re: How do I see what SQL is b...
Last post by Brian - July 17, 2018, 04:10:09 pm
The easiest way is to enable the log4j2 logging in the konakart-logging.xml file.

In webapps/konakart/WEB-INF/classes/konakart-logging.xml you'll find:

        <!-- KonaKart Persistence layer - Set to INFO to see the SQL (Set to TRACE to see more detail) -->
        <Logger name="com.konakart.db" level="WARN" additivity="false">
            <AppenderRef ref="STDOUT"/>
            <!-- KonaKart File Logger
            <AppenderRef ref="FILE"/>
            End of KonaKart File Logger -->
        </Logger>


As the comment there states....   Set the level to "INFO" to see the SQL.

By default the server will monitor the changes to konakart-logging.xml and load the new configuration (the monitor frequency is defined at the top of that logging file - the number is in seconds) but in development it's often quicker just to restart tomcat (or whatever you use).







76
Configuration of KonaKart / How do I see what SQL is being...
Last post by smudge - July 17, 2018, 02:45:33 pm
How do I see what SQL is being run by KonaKart?

Thanks.
77
Programming of KonaKart / Re: Eclipse project for Progra...
Last post by Brian - July 03, 2018, 10:04:00 am
Yes, there is a simple way to create an Eclipse project for developing the storefront in Eclipse.

First open a command window in the custom directory of your installation:

(Showing the example on Windows where KonaKart is installed at C:\KonaKart which is the default):

You will see there are actually two Eclipse projects that can be created:

PS C:\KonaKart\custom> .\bin\kkant -p | findstr Eclipse
make_eclipse_project                     Create an Eclipse Project for Developing the Struts-2 Storefront
make_eclipse_wizard_project              Create an Eclipse Project for Developing the Product Creation Wizard


For developing the storefront you need to run the make_eclipse_project target

When you run the make_eclipse_project target note the additional comments displayed at the end:

PS C:\KonaKart\custom> .\bin\kkant make_eclipse_project
Buildfile: C:\KonaKart\custom\build.xml
Trying to override old definition of task javac

make_eclipse_project:
     [echo] Create an Eclipse Project for Developing the Struts-2 Storefront
    [mkdir] Created dir: C:\KonaKart\custom\appEngEE\src
    [mkdir] Created dir: C:\KonaKart\custom\kkeclipse\src
    [mkdir] Created dir: C:\KonaKart\custom\kkeclipse\build\classes
    [mkdir] Created dir: C:\KonaKart\custom\kkeclipse\licenses
    [mkdir] Created dir: C:\KonaKart\custom\kkeclipse\resources
    [mkdir] Created dir: C:\KonaKart\custom\kkeclipse\WebContent
    [mkdir] Created dir: C:\KonaKart\custom\kkeclipse\src\com\konakart\bl\modules\others
    [mkdir] Created dir: C:\KonaKart\custom\kkeclipse\src\com\konakartadmin\modules\others
     [copy] Copying 2 files to C:\KonaKart\custom\kkeclipse
     [copy] Copying 581 files to C:\KonaKart\custom\kkeclipse\src
     [copy] Copying 28 files to C:\KonaKart\custom\kkeclipse\resources
     [copy] Copying 1 file to C:\KonaKart\custom\kkeclipse\licenses
     [copy] Copying 1551 files to C:\KonaKart\custom\kkeclipse\WebContent
     [echo] -----------------------------------------------------------------------------------
     [echo] Eclipse Project Created on disk - called kkeclipse
     [echo] Start Eclipse
     [echo] Create a tomcat server (see 'Servers' in Eclipse)
     [echo] Move the kkeclipse directory to another location for development if you wish
     [echo] Import the kkeclipse project using 'Import existing projects into Workspace'
     [echo] Assign a server for kkeclipse to use (define server under Project Properties)
     [echo] Edit, Debug and Run the KonaKart Storefront in Eclipse!
     [echo] -----------------------------------------------------------------------------------

BUILD SUCCESSFUL


The numbers of files copied shown in the output will differ depending on the version of KonaKart.



78
Programming of KonaKart / Eclipse project for Programmin...
Last post by smudge - July 03, 2018, 08:01:59 am
Is there an Eclipse project for programming the KonaKart storefront?
How do I load the source code into Eclipse for easy development of the storefront?
Thanks.
79
Configuration of KonaKart / Re: Cannot view system logs
Last post by Brian - June 19, 2018, 10:14:26 am
You don't see that view logs button enabled because of a new default level of security introduced in v8.8.0.0.

There are other features disabled by default after the installation and a way to define "permitted locations" for file uploads.  These were all introduced to tighten security.

Take a look at the https://www.konakart.com/docs/AdminAndConfiguration.html#AdmininstrationAppStartingLockdown for details.

For the View logs button to become enabled you would have to set:

konakart.api.getFileContents.enabled = true

(in webapps/konakartadmin/WEB-INF/classes/konakartadmin.properties)

80
Configuration of KonaKart / Cannot view system logs
Last post by johnny-le-garcon - June 19, 2018, 09:08:32 am
I have upgraded to v8.8.1.0 from v7.1.1.0 and I have found that I can't view the system logs in the Admin Console.  The View button is not enabled.  The role settings for the Admin User I am using should allow it to be used.

How do I enable that?
Pages 1 ... 6 7 8 9 10