• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 29, 2024, 05:37:28 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 - mark

1
Pete,

I only downloaded it a few days ago from the konacart site. I just checked the version # and it is 2.2.0.7.

If you're confused, how confused do you think I am. I get a different result each install.

And yes, I did realise the db and admin passwords were different about a few moments after I posted. However, I still didn't set the actual admin user id and password that allows me to login in to konakart. They were almost hidden below the fold on the initial install boxes so I didn't see them the first couple of times. They certainly weren't obvious.


Anyway, it's all working now
2
KonaKart WebSite & Demonstrations / Re: NEXT RELEASE
November 12, 2007, 09:07:36 am
Tableless Design

One of things I would love is to be able to ditch the three column layout and move to modern tableless design practices. (Actually tableless design via elegant css is many years old now, so it's not that new.)

It is possible to do tableless desing with oscommerce and the sts contribution  but it ain't easy. You basically have to recode all the php boxes.

Tabless desgin has many adavantages: less code therefore better performance, more search engine friendly, once you get the hang of it it is far easier than messing around with tables, much easier to change designs and layouts,  plus lots of other benefits.

Anyway, do that and that would be something.
3
PS Can you guess what happened? I did yet another reinstall, and got another different result.

This time I used a different id and no password for the database connection. Still worked. Still executed the database set up ok.

I also noticed in one of the first install screens yet another user id and password already set up, and they were nothing like I would ever use so i know I didn't create them, but Ii did make note of them.

This time when I launched konacart everything appeared in it's place, I was able to login using the mystery id and password i discovered.

This is all truly weird.

I daren't touch anything in case it all stops working.
4
But I'm not fine.

Just to be sure i reinstalled it yet again.

Database connection was successful, database execution was successful, but this time I actually get to see something on the admin screens.

However I still can't login with the id and password i created. How is that possible? If they worked for the database creation surely they should work for the login.

I bet if i install this again I'll get something completely different
5
PS

I reinstalled konacart and this time I got the successful install message.

Not sure what I did or why.

Only problem is now when the admin pages load I get blank screens.

At least before I was getting a login box, now I'm not.

Now I'm really confused.
6
Yeh, well I ignored the issue just to see if the install would finish.

It did.

I then found a post that said I had to make sure the jre environment variable was set correctly, so I changed that.

I can now get as far as the admin login page, which is much further than I got initially.

Although I'm still getting an error message. see below, =plus a whole screed of stuff from the tomcat window which is too long to post here.

My sql db is located in my wamp folder.

Hope this helps, as I'm feeling my way in the dark here.


   
   Welcome back,    
   
Sign Out


More Detail   Close
There has been a problem....
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'kona.zones' doesn't exist
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'kona.zones' doesn't exist
More Detail   Close
There has been a problem....
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'kona.address_format' doesn't exist
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'kona.address_format' doesn't exist
More Detail   Close
Login
Username:   
Password:   [Click for Password Hasher]
Login   Cancel
7
Hi all,

I'm totally new to kona cart and not a programmer, so apologies if I'm asking an obvious question.

During the install when i get to connect to database section I get this error:

Connection Parameters:
   User       = root
   Password   = ********
   Driver     = com.mysql.jdbc.Driver
   Url        = jdbc:mysql://localhost:3306/kona?zeroDateTimeBehavior=convertToNull
Message:   Communications link failure due to underlying exception:

** BEGIN NESTED EXCEPTION **

java.net.SocketException
MESSAGE: java.net.ConnectException: Connection refused: connect

STACKTRACE:

java.net.SocketException: java.net.ConnectException: Connection refused: connect
   at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156)
   at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:276)
   at com.mysql.jdbc.Connection.createNewIO(Connection.java:2666)
   at com.mysql.jdbc.Connection.<init>(Connection.java:1531)
   at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
   at java.sql.DriverManager.getConnection(Unknown Source)
   at java.sql.DriverManager.getConnection(Unknown Source)
   at com.konakartadmin.db.TestDbConnection.main(TestDbConnection.java:119)


** END NESTED EXCEPTION **



Last packet sent to the server was 20 ms ago.
SQLState:  08S01
ErrorCode: 0

_____________________________________________________________
Database Connection Test Failed.
Please correct the errors before running KonaKart.
You can find help in the KonaKart FAQs and in the KonaKart Forum.


All of the above is kinda meaningless to me, what I need to know is how to fix the problem.

I'm running jre 1.6

My db is located at C:\wamp\mysql\data\kona

Thanks in advance