• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 19, 2024, 11:23:05 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - micahm90

1
I've been trying to modify the entry to the application but something in struts keeps taking me to Welcome.action. I thought it was DefaultAction but even after modifying it the application still goes to Welcome.action. I also modify the index.html to point to the new page but still goes to welcome.action. So I'm wondering what is konakart doing internally that makes it possible for the application to consistently go to Welcome.action after all the modifications?
2
Is it possible to set a splash page as the default page instead of going directly to the store-front? For instance when a user first come to the site they see the splash page then when ready click a link to get to the store-front.
3
it seems there is a hardcoded reference to "C:/Program Files/.../konakartadmin.properties" in the web.xml under webapps/birtviewer/WEB-INF I fixed that and it worked.
4
Thanks for your help. While troubleshooting the javascript for konakartadmin I found that it was trying to open a popup window for the reports to run in and popups were being blocked by the browser, so that was the problem. Stop blocking popups and the reports run fine except for two "OrdersInLast25DaysChart.rptdesign and OrdersInLast30DaysChart.rptdesign". Thanks again.
5
I am trying to edit some of the reports for konakart. When I create new reports they run fine. But if I open one of the existing reports I get a red x next to the datasource right off the bat and I don't what to modify to make it go away so the report will run properly. I was just wondering if there is any instructions on setting up eclipse to edit these reports? I'm new to eclipse.
6
I read the guide on reporting but there doesn't seem to be any additional information on why a report would not run when run is clicked in the admin reports section. Can anyone help me?
7
I am trying to run reports but when I click on run nothing happens. I've set the current path to the reports and updated the port number and still nothing happens. I had to use the zip install I'm on a Mac.
8
I am trying to reports and I get the following error. I think there is a SQL problem in the report. Can anyone help?

Quote
Chart Orders in the Last 25 Days (Chart Only):
+ An exception occurred during processing. Please see the following message for details:
Failed to prepare the query execution for the data set: OrdersDataSet
Cannot get the result set metadata.
    org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.
SQL error #1:Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'ords.day_number' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
;
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'ords.day_number' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
9
I figured it out, it has to be a top level category with sub-categories for the page with banners to show instead of just products.
10
I've look at the struts.xml, tiles.xml, JSPs, and Actions, all I can figure is that something in SelectCategoryAction determines whether or not the tiles page with the banners gets displayed or not. Do I need to modify the SelectCategoryAction to display banners for new categories or is there a setting in admin app that I should change?
11
Thanks that did it.
12
Hi I setup all email settings to point to gmail but when I attempt to trigger a email from konakartadmin I get This message from Gmail
QuoteSomeone just tried to sign in to your Google Account webapps@webxxxxx.com from an app that doesn't meet modern security standards.

What can I do to get around this?
13
Hi I've been getting this message
QuoteCannot locate configuration source C:/Program Files/KonaKart/webapps/konakartadmin/WEB-INF/classes/konakartadmin.properties

in the log. And I've search the forum for an answer, the one I found one that said to replace all "C:/program files" entries in admin app. I've done that and replace the one in reports library and I am still getting the message in logs. Is there somewhere else I should be looking for these "C:" entries?
15
I'm testing my configuration of konakart and when I go to checkout and click confirm I get this message
QuoteUnfortunately we have encountered a malfunction.

Quote the following reference number when contacting the administrator:  1466083229957


I don't know what it means.
Did I forget to configure something?