• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 24, 2025, 05:28:36 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 - dotskillz

1
Konakart was trying to open file on the file system, which is not allowed on Daily razor using  ssl.  I needed full access to the system. They recommended that I upgraded to JAVA VPS hosting plan.
2
I made sure that everything was copied over and I get the same result and that is after clearing my browser cache, browser history, restarting my browser, restarting my server online.


1) I am still seeing this message "Unfortunately we have encountered a Malfunction This application is out of date, please click the refresh button on your browser" Is this issue database related or code related? I believe I have everything uploaded on my server. What could cause this error?


2) I also noticed that sometimes I get a blank page because the protocol the application is calling is https. I read the short snippet that discussed SSL however it was vague ...
.........
how can I configure KonaKart to use HTTPS / SSL ?

SSL can be enabled and configured in the Configuration>>HTTP/HTTPS section of the Admin App. When SSL is enabled . and the port numbers are correctly defined, KonaKart will automatically switch between HTTP and HTTPS depending on whether the customer is logged in or not. Whenever the customer is logged in, a session id is passed back and forth, so the protocol is set to HTTPS. Whenever the customer isn't logged in, the protocol is set to HTTP.
..........

When I set up SSL in konakartadmin I get even more plank pages (daily razor SSL port is 443).....

Enables SSL if set to true: true
Port number for standard (non SSL) pages : 80
Port number for SSL pages: 443
Base URL for SSL pages: https://www.mysitename.com:443

so I set it back

so I set SSL back to false.....
Enables SSL if set to true: false
Port number for standard (non SSL) pages : 80
Port number for SSL pages: 443
Base URL for SSL pages:

I am assuming that I would need to have this configured if I am securing a transaction over the Internet. is this true?
3
Ryan,

I cant believe that I over looked those files. I thought those files were cache files and that they could be deleted cause they would be regenerated. Now i am able to reach the check out pages. THANKS! The only problem is that now I am getting a message saying
....

Unfortunately we have encountered a malfunction.
Please contact the system administrator.

This application is out of date, please click the refresh button on your browser
This application is out of date, please click the refresh button on your browser

Do you know under what circumstances I would get this type of message? Also.. do I need to activate SSL? dailyrazor uses SSL port 443. THANKS
4
I am installing konakart on dailyrazor.com as well and I have the latest version of konakart on my server. I am able to get everything running on my local machine. I uploaded the application on dailyrazor and I was able to get most of the application running on daily razor. My problem is that I am not able to "check out" my shopping cart. When I try to "check out" with my shopping cart goods I get a blank screen in the body of the webpage. I am able to see the right and left tiles on the page though. I don't see any errors in my tomcat log file. Does anyone know where I should be looking to fix this problem? THANKS