Welcome to
py
Forum.org
.
A message board system written in pure python using the web2py framework.
Download pyForum (v1.0.3):
pyForum_1-0-3.tgz
.
Anonymous Users
- Change Forum Language To:
Deutsch
|
English
|
Español
Home
/
pyForum Bugs (Official)
/
New Installatoin of version1.0.1
Back
New Installatoin of version1.0.1
By:
crustyoz
Rank: Starfleet Ensign
Postings: 2
From: Barbados
Posted
: Fri, 24 July, 2009 - 11:35 PM
Report as inappropriate
During installation for Sqlite3 database use, the following points were discovered:
1. SQL instructions in INSTALL file were converted to permit use of
Sqlite3 database. Only changes were unquoted 'True' and unquoted
'False' values need to have single quotes around them. The small
amount of testing so far has worked without problems.
2. In models/db.py the line:
db=SQLDB("mysql://user:pwd@server:port/db")
was changed to:
db=SQLDB("sqlite://forum.db")
where 'forum.db' is my chosen name for the single file required
by Sqlite.
3. The databases directory contains a large number of existing files
that are assumed to be MySql related. They have been ignored in
testing so far.
4. After login to the forum using the default admin login, the 'Forum
Administration' link was clicked. The body of the displayed page
showed a table of statistics about current database contents.
In the file views/zadmin/index.html, line 29, 'tr class="shadedark"'
is missing the closing right angle bracket. This causes the title
to appear above the table and the relevant row has the count shifted
left one column on display.
5. Small typographical error in default/edit_topic.py, line 98:
- Adminitrative-only options, not available to regular members.
is missing an 's' in 'Adminitrative' and should be:
- Administrative-only options, not available to regular members.
By:
crustyoz
Rank: Starfleet Ensign
Postings: 2
From: Barbados
Posted
: Fri, 24 July, 2009 - 11:48 PM
Report as inappropriate
Point 5. above also applies to default/add_topic.py, line 119.
By:
Speedbird
Rank: Starfleet Lieutenant
Postings: 61
From: Camas, Washington
Posted
: Tue, 28 July, 2009 - 09:02 PM
Report as inappropriate
From: crustyoz
During installation for Sqlite3 database use, the following points were discovered:
1. SQL instructions in INSTALL file were converted to permit use of
Sqlite3 database. Only changes were unquoted 'True' and unquoted
'False' values need to have single quotes around them. The small
amount of testing so far has worked without problems.
2. In models/db.py the line:
db=SQLDB("mysql://user:pwd@server:port/db")
was changed to:
db=SQLDB("sqlite://forum.db")
where 'forum.db' is my chosen name for the single file required
by Sqlite.
3. The databases directory contains a large number of existing files
that are assumed to be MySql related. They have been ignored in
testing so far.
4. After login to the forum using the default admin login, the 'Forum
Administration' link was clicked. The body of the displayed page
showed a table of statistics about current database contents.
In the file views/zadmin/index.html, line 29, 'tr class="shadedark"'
is missing the closing right angle bracket. This causes the title
to appear above the table and the relevant row has the count shifted
left one column on display.
5. Small typographical error in default/edit_topic.py, line 98:
- Adminitrative-only options, not available to regular members.
is missing an 's' in 'Adminitrative' and should be:
- Administrative-only options, not available to regular members.
Excellent crustyoz, thank you very much for your input, I will make sure these issues are addressed one way or another, I will try to reply to this thread once I have an update.
Also, I've been a bit busy lately with my day job, though I may not be as fast to reply, I will try to do it in a timely fashion non the less.
BTW - I've been several times to Barbados and have several good friends over there, flew back and forth from Barbados and Grenada, best two places in the Caribbean ;)
-- sb
Welcome
·
Forum Home
Username:
Password:
This is a Google Account
·
Contact Forum Administrator
Quick Search:
System Announcements
· 13/10/09
pyForum 1.0.3 Released ..
· 14/09/09
pyForum 1.0.2 Released ..
· 27/05/09
[UPDATED] pyForum 1.0.0 and 1. ..
· 26/05/09
How to change the default foru ..
· 22/05/09
Creation of the Administrator ..
· 29/04/09
pyForum Installation Guide [UP ..
· 18/04/09
So how can one customize pyFor ..
· 16/04/09
Welcome to pyForum ..
Latest Posts
· 19/02/10
How to go from Vb to PYFORUM ..
· 15/02/10
how add the post box ..
· 02/02/10
pretty URLs ..
· 02/02/10
running on Google App Engine ..
· 02/02/10
Message to self ..
· 02/02/10
pyForum " Stats " ..
· 30/12/09
Google Accounts ..
· 29/10/09
pyForum and single sign-on ..
· 02/09/09
Subscription options ..
· 02/09/09
Next project, app showcasing p ..
· 29/08/09
How forum and topic notificati ..
· 29/08/09
pyForum Beta 1 Released ..
· 28/07/09
New Installatoin of version1.0 ..
· 05/06/09
Editable posts ..
· 25/05/09
Email Password function a bit ..