Welcome to Geeklog, Anonymous Thursday, November 28 2024 @ 05:38 pm EST
Geeklog Forums
1.3.9rc2 Issue
Status: offline
laughable
Forum User
Newbie
Registered: 02/18/04
Posts: 7
Hello all!
I liked gl so well that I have decidied to try and implement it for my community chorus. I hav it installed in my home dir/public_html with a symlink to the same dir elsehwere in my home.
/home/me/path/to/geeklog
/home/me/public_html/ --> /home/me/path/to/geeklog/public_html
Almost everything works like a charm. I can add links, enable blocks, change Admin password.... HOWEVER
I can't edit or create any topics. What might be causing that?
Thanks for your assistance.
I liked gl so well that I have decidied to try and implement it for my community chorus. I hav it installed in my home dir/public_html with a symlink to the same dir elsehwere in my home.
/home/me/path/to/geeklog
/home/me/public_html/ --> /home/me/path/to/geeklog/public_html
Almost everything works like a charm. I can add links, enable blocks, change Admin password.... HOWEVER
I can't edit or create any topics. What might be causing that?
Thanks for your assistance.
11
9
Quote
Whoosh
Anonymous
This may be a permissions issue. Did you chmod 775 as directed? If so, then try 777.
12
14
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by laughable: I can't edit or create any topics. What might be causing that?
Are you getting a "Please fill in the Topic ID and Topic Name fields" message even though you did fill them in? If so, that's a bug that I introduced in 1.3.9rc2 ...
In lib-common.php, find where it says
Text Formatted Code
if( isset( $HTTP_GET_VARS['topic'] )) {
$topic = COM_applyFilter( $HTTP_GET_VARS['topic'] );
}
else
{
$topic = '';
}
Text Formatted Code
if( isset( $HTTP_GET_VARS['topic'] )) {
$topic = COM_applyFilter( $HTTP_GET_VARS['topic'] );
}
else if( isset( $HTTP_POST_VARS['topic'] ))
{
$topic = COM_applyFilter( $HTTP_POST_VARS['topic'] );
}
else
{
$topic = '';
}
bye, Dirk
10
10
Quote
Are you getting a "Please fill in the Topic ID and Topic Name fields" message even though you did fill them in? If so, that's a bug that I introduced in 1.3.9rc2 ...
Whew! Thanks for the quick update, Dirk.
I just installed GeekLog this morning, and thought I was nutz when I couldn't add a topic. BTW - have you considered updating the front page article regarding this? Seems others might benefit from it...
14
10
Quote
All times are EST. The time is now 05:38 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content