We cannot update our shipping providers via the admin console.
We have had to update the list directly via the DB.
anyone experience this before I post the bug?
Is the list limited to 20 records? I guess i will check the query.
We cannot update our shipping providers via the admin console.
We have had to update the list directly via the DB.
anyone experience this before I post the bug?
Is the list limited to 20 records? I guess i will check the query.
Last edited by scliburn; 2005-11-17 at 06:50 PM.
The number of listings per page is set via the config.php page
When adding manually via the admin section, the ID is not incrementing via the mysql increment field option.
This is causing problems as the code in this aspect is not well written.
I entered a new shipping provider and it was entered with the same id number as another provider. I found this by manually checking mysql.
there were in fact 4 duplicate records. None of which were slated as deleted. 24 in all, but only 19 showing.
I guess i will aplly my own patch to this and force the incrementing index id, and to rewrite the delete functions.
nothing seems to be deleted from Smart. everything gets flagged with an arbitrary 1/0. this is not wise as your db can grow quickly causing some issues.
the last statement is opinion!
Last edited by scliburn; 2005-11-17 at 11:51 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks