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:443so 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?