Home >> Discussion Board
 

Search

Login Form



Smart Bookmarker V1.0

Welcome, Guest
Please Login or Register.    Lost Password?

Serious bug in creating tables
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Serious bug in creating tables
#89
Serious bug in creating tables 1 Year ago Karma: 0
I installed Smart Blog today to test, and I found a serious bug in the installation of tables.

In your install.sql file, you have
Code:

CREATE TABLE `jos_blog_myaccount` (


It should read
Code:

CREATE TABLE `#_blog_myaccount` (


It could explain the errors that I was getting, as I don't use jos as my table prefix. It also explains why the table wasn't deleted when I uninstalled the component.
Paddy Landau
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#97
Re: Serious bug in creating tables 1 Year ago Karma: 1
hi
thnx a lot!
I have fixed the bugg.
Once again thnx
devadmin
Admin
Posts: 51
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Aneesh S,
R&D Team, Aarthika Technologies (P) Ltd, Kerala,India
www.aarthikaindia.com
 
#99
Re: Serious bug in creating tables 1 Year ago Karma: 0
devadmin wrote:
thnx a lot!
Pleasure!
Paddy Landau
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1