• Welcome to KonaKart Community Forum. Please login or sign up.
 

Trying to install konakart to dailyrazor.com hosting company

Started by tomtom, December 30, 2007, 02:44:38 am

Previous topic - Next topic

ryan

Hi,

Try clearing the temporary files from your browser and with a new browser instance. Also ensure that you've copied all files including the html files under webapps\konakart.

For SSL read this http://www.konakart.com/configurationfaq.php#SSL

Ryan

dotskillz

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?

ryan

Hi,

The "out of date" error is to do with the GWT code. Maybe there has been a problem during the copy or there is some configuration problem. My advice would be to create a WAR using the make_wars ant target (http://www.konakart.com/customizationfaq.php#How_do_I_build_the_customisable_java) and try installing that. Maybe you should try installing the war locally first to ensure that it works correctly.

For SSL configuration I'm no dailyrazor expert so I'm not sure what is going on. All I can suggest is to test that SSL works locally by:

  • Enabling SSL through the admin app under Configuration>>HTTP/HTTPS . This should switch the application to use SSL whenever you are logged in.

  • Change the url of the admin app from http://localhost:8780/konakartadmin/ to https://localhost:8443/konakartadmin and you should see that it works perfectly with the certificate we supply (although you get a browser warning about the certificate etc.)



Once you have it working locally, you should follow the same steps on the dailyrazor installation maybe changing the port numbers through the Admin App under Configuration>>HTTP/HTTPS and installing a valid certificate. If you get unexpected problems with dailyrazor, you should then explain the steps you have taken to their tech support and they should be able to help you.

Ryan

dotskillz

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.