I've just installed bookstore recently and registered at Amazon for the id. Question is,
When I entered the id into the field, it will not be saved into the database. Same goes for the book id fields.
And when I tried uninstalling the module, the "bookstore" menu would still be in the main menu area. I tried deleting it after uninstalling the mod within the "edit main menu" but it stated that there is an uplevel menu which needs to be deleted first.
...Had to delete it from MySql itself...:(
Thanx...if u cud help...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'll address each of your issues, but it would be helpful to know your OS, PHP and mySQL version.
The Amazon ID: It sounds like I may have made a booboo. I'll get on that
The menu item: This is something that I'm puzzeled about. I understand why it isn't deleted on uninstall, but the menu level thing is weird.
I had some trouble with the menu automatically adding with the appropriate menu id. One would think that the auto number field would increment when the insert value for the column is a NULL.
If anyone has any insight into how to insert the menu with the appropriate auto fields I would appreciate some guidance.
I'm going to be posting an update soon, so I'll try to include these fixes.
Thanks Again,
Victor
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Over the weekend I decided to tackle your issues. On your first issue of writing to the database: I was unable to re-create the issue. I have been able to add books and change settings without any problem.
The only thing I can think of is that there is an issue with permissions on your particular install. This puzzels me too since the installation does several inserts to the same tables.
I'll keep trying to sort that one out.
As for the menu item, I hve redone the insert process by taking a more effective function from the Hubit module's install.
I have run through a few install-uninstall process' and it seems to be doing what's supposed to be doing.
cheers
Victor
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi...
I've just installed bookstore recently and registered at Amazon for the id. Question is,
When I entered the id into the field, it will not be saved into the database. Same goes for the book id fields.
And when I tried uninstalling the module, the "bookstore" menu would still be in the main menu area. I tried deleting it after uninstalling the mod within the "edit main menu" but it stated that there is an uplevel menu which needs to be deleted first.
...Had to delete it from MySql itself...:(
Thanx...if u cud help...
Thanks for the post.
I'll address each of your issues, but it would be helpful to know your OS, PHP and mySQL version.
The Amazon ID: It sounds like I may have made a booboo. I'll get on that
The menu item: This is something that I'm puzzeled about. I understand why it isn't deleted on uninstall, but the menu level thing is weird.
I had some trouble with the menu automatically adding with the appropriate menu id. One would think that the auto number field would increment when the insert value for the column is a NULL.
If anyone has any insight into how to insert the menu with the appropriate auto fields I would appreciate some guidance.
I'm going to be posting an update soon, so I'll try to include these fixes.
Thanks Again,
Victor
Hello again Victor,
Thanx for the reply..;)
I m running on Unix server with PHP 4.0.6. MySql version is 2.2.5.
Appreciate it very much..
HasnoL
HasnoL,
Over the weekend I decided to tackle your issues. On your first issue of writing to the database: I was unable to re-create the issue. I have been able to add books and change settings without any problem.
The only thing I can think of is that there is an issue with permissions on your particular install. This puzzels me too since the installation does several inserts to the same tables.
I'll keep trying to sort that one out.
As for the menu item, I hve redone the insert process by taking a more effective function from the Hubit module's install.
I have run through a few install-uninstall process' and it seems to be doing what's supposed to be doing.
cheers
Victor