• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 29, 2024, 06:50:48 am

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.

Topics - micahm90

1
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.
2
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.
3
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.
4
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
5
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?
6
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?
7
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?
8
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?
9
I was just wondering if there is an ant target that would create a netbeans project like target ("make_eclipse_project"). I have been trying to setup a netbeans project but can't seem to get it right. I've been following instructions from a post from 6 years ago http://www.konakart.com/forum/index.php/topic,1228.msg4962.html#msg4962. I am wondering if things have changed enough that there is a better way to do a netbeans project? Any help would be appreciated. Thanks.
10
Hi,

I'm still trying to modify the login and the kkAppEng.getCustomerMgr().login seems to be whats called to process the login. Can this be modified in any way.

thanks,
Micah
11
Hi,

I am building an application around KK and I am having some trouble modifying the login process. This is what I want to happen when a user click on the account link or attempt to login, they're taken to a page that lets them choose which openid provider they want to login with, once they choose and authenticate with that provider they are redirected to a page of my choosing. That will be customer registration page for new customers, for returning customers the account information page. Now for the new customer I need to store the token passed by the openid provider with the rest of the customer's registration form and let the application know that this user is now authorized. How do I get KK to recognize that user is authorized on all the other pages there after? Someone suggested I look into the LoginIntegrationMgr in the User Guide but there isn't enough information to help me. Please I need some help.
12
I been looking into how one would go about adding openid to KK but I can't seem to get to the login code in KKEng. If there is any help on this it would be great. Or if someone can point me to any post that talk about modifying login.

Thanks,
Micah