Topics

User Functions

Events

There are no upcoming events

What's New

Stories

1 new Stories in the last 2 weeks

Comments last 2 weeks

No new comments

Trackbacks last 2 weeks

No new trackback comments

Links last 2 weeks

No recent new links

NEW FILES last 14 days

No new files

Welcome to Geeklog Saturday, May 25 2013 @ 05:15 AM EDT


 Forum Index > General Discussions > Feedback New Topic
 Bugs in Geeklog 1.4.0 beta 1
First | Previous | 1 2 3 4 5 6 | Next | Last
   
Dirk
 11/20/05 12:36PM (Read 39182 times)  
AAAAA
Admin

Status: offline


Registered: 01/12/02
Posts: 13027
Please use this forum thread to discuss bugs in the first beta release of Geeklog 1.4.0 (until our bugtracker site is back up).

Please use the Installation Forum for installation problems.

 
Profile Email Website
suvi
 11/20/05 12:58PM  
+++--
Chatty

Status: offline


Registered: 11/20/05
Posts: 44

Because I got a problem with the 1.3.x I am going
to try this now.


Hallo, gruss aus der Schweiz

 
Profile Email Website
THEMike
 11/20/05 04:53PM  
MMMMM
Moderator

Status: offline


Registered: 07/25/03
Posts: 141
1) Geeklog's syndication system doesn't follow HTTP Redirect codes, and fails to syndicate feeds behind redirects

- fixed in CVS.

2) It is not possible to create a new block.

- fixed in CVS.

 
Profile Email Website
mevans
 11/20/05 10:23PM  
+++++
Full Member

Status: offline


Registered: 02/08/04
Posts: 393
Creating a new block in v1.4.0 beta 1 fails. In saveblock() $bid is not being pulled correctly from the form if 'register_globals = Off'.

 
Profile Email
Euan
 11/21/05 01:32AM  
+++++
Full Member

Status: offline


Registered: 04/22/02
Posts: 292
I assume that it states somewhere in the documentation that Geeklog strips out span styles etc created by FCKeditor unless you edit the allowed HTML arrays in config.php? I get the impression this could cause a serious amount of grief/forum posting if not made obvious.

Cheers

Euan

-- Heather Engineering -- No job too small
 
Profile Email Website
kemal
 11/21/05 06:21AM  
++++-
Regular Poster

Status: offline


Registered: 04/05/05
Posts: 103
first little bug.. you can see on this site
on filemgmt plugin, comments can not read..

and i thing this version more than slow ( page create time) previous version. isn't it?

_KEMAL_
 
Profile Email Website
Dirk
 11/21/05 02:34PM  
AAAAA
Admin

Status: offline


Registered: 01/12/02
Posts: 13027
Quote by kemal: first little bug.. you can see on this site
on filemgmt plugin, comments can not read..

It's not a bug.

bye, Dirk

 
Profile Email Website
Dirk
 11/21/05 02:45PM  
AAAAA
Admin

Status: offline


Registered: 01/12/02
Posts: 13027
The file BadBehavior.Action.class.php (in plugins/spamx) wasn't supposed to be part of the distribution.

This is an experimental module I wrote a while ago. It's only used when you have Bad Behavior installed and can be safely removed.

bye, Dirk

 
Profile Email Website
machinari
 11/21/05 04:31PM  
+++++
Full Member

Status: offline


Registered: 03/22/04
Posts: 1512
the paging for the search class is an awesome idea, but it doesn't seem to be working as intended.

for example, click on find all postings by machinari and you'll come to the first page, no problem. click on page 2 and you are no longer limited to machinari's stuff, but everybody's. That may be due to the forum's lack of support for this feature--not sure.

I've implemented the paging feature in Inmemoriam, but still doesn't function properly. the proper results are returned by the query (double-checked) but page 2 will always display "no results found." I have implemented the API function properly, but cant find a reason for this behaviour.

 
Profile Email
machinari
 11/21/05 05:18PM  
+++++
Full Member

Status: offline


Registered: 03/22/04
Posts: 1512
Quote by machinari: I have implemented the API function properly, but cant find a reason for this behaviour.
turns out I didn't. forget about that. but the first issue stands.

 
Profile Email
vadertech
 11/21/05 08:28PM  
+++++
Full Member

Status: offline


Registered: 05/26/03
Posts: 329
News block settings. (Spelling) "Seta as Default"

GeekLog Hosting, Installations and Upgrades - WWW.AWEHOST.COM - Hosting starts @ only $4.95/mo.
 
Profile Email Website
tomw
 11/22/05 10:18AM  
+++++
Full Member

Status: offline


Registered: 08/12/02
Posts: 300
In the professional theme:

1) advanced-editor-header.thtml has

PHP Formatted Code

<link rel="stylesheet" type="text/css" href="{site_url}/fckeditor/css/fck_editorarea.css">

 


when it should be

PHP Formatted Code

<link rel="stylesheet" type="text/css" href="{site_url}/fckeditor/editor/css/fck_editorarea.css">

 


2) style.css has the gold color which is an invalid color.

 
Profile Email Website
Vapour71
 11/22/05 02:42PM  
+++--
Chatty

Status: offline


Registered: 02/10/05
Posts: 55
Please delete this post. I fixed my issue. Turned out I didn't replace a few files.

I've Gone To Find Myself. If I Show Up Before I Return, Make Me Wait Here Until I Get Back.
 
Profile Email Website
Anonymous: Turner
 11/22/05 03:19PM  



In advanced edit mode, preview button at the bottom of story does not work while preview in the navbar seems to work.

When user clicks preview, he/she isn't take to the preview but back to the edit screen. Initially it seems the preview does not exist. Scrolling down reveals it. This may cause a bit of initial confusion for users. I moved the preview table to the top of the storyeditor-advanced.thtml file, but am unable to get the preview tab to pop to the top whenever it has content.

 
Anonymous: Turner
 11/22/05 06:04PM  



Is there an issue with users.php when using custom registration. I just set up cust reg. When I click register now the data saves just fine but the site does not return to me. I simply get a blank screen. Errors are on in php.ini but no error appears in the log.

In the createuser function in users.php there are the following lines:

PHP Formatted Code
 $uid = USER_createAccount ($username, $email);

            if (!$_CONF['usersubmission'] == 1)
            {
                $retval = emailpassword ($username, 1, $msg);
            }

            return $retval;

 


I know for a fact the code runs thru to the return (i put a test echo right before it and it echo'd after the data was saved).

btw. this is a stock GL installation except I made the change tomw mentioned above.

Curious.

 
Anonymous: Turner
 11/22/05 06:18PM  



I think this seems to be an issue with $_CONF['usersubmission']. If it is set to on, "1", then $retval is left blank. No refresh takes place. The refresh takes place if the email password is sent.

Is this right?

-Jeff

 
Anonymous: Turner
 11/22/05 06:48PM  



(I need to retrieve my password from here - sorry for the muliple posts)

There seems to be a bug in users.php. In the code I posted above, the IF part should be deleted. it should read

$retval = emailpassword ($username, 1, $msg);


Again. I apologize for so many posts. I am only trying to help.

 
Vapour71
 11/22/05 08:21PM  
+++--
Chatty

Status: offline


Registered: 02/10/05
Posts: 55
I too am having the problem with no redirect after a new user submits their New User Registration. I created a couple "dummy" users and I could not be redirected.

I've Gone To Find Myself. If I Show Up Before I Return, Make Me Wait Here Until I Get Back.
 
Profile Email Website
Vapour71
 11/22/05 08:41PM  
+++--
Chatty

Status: offline


Registered: 02/10/05
Posts: 55
Ok, just out of curiosity, are there supposed to be "2" equal signs preceeding the variable 1 or 0 (zero)? I am finding quite a few lines that show "==" before the variable 1 or 0 (zero). For example:
PHP Formatted Code

case 'getpassword':
    $display .= COM_siteHeader ('menu');
    if ($_CONF['passwordspeedlimit'] == 0) {
        $_CONF['passwordspeedlimit'] = 300; // 5 minutes
    }


 

notice how there are "2" "=" signs in the "if ($_CONF['passwordspeedlimit'] ==0) {
However, after scrolling through the users.php file there are several "==" when other commands or lines only show "1" "=" followed by the variable 1 or 0 (zero).

I've Gone To Find Myself. If I Show Up Before I Return, Make Me Wait Here Until I Get Back.
 
Profile Email Website
THEMike
 11/23/05 03:13AM  
MMMMM
Moderator

Status: offline


Registered: 07/25/03
Posts: 141
Turner:

The correct fix is in fact:
PHP Formatted Code

            if (!$_CONF['usersubmission'] == 1)
            {
                $retval = emailpassword ($username, 1, $msg);
            } else {
                $retval = COM_refresh ($_CONF['site_url'] . '/index.php?msg=48');
            }

 


And now in CVS.

Vapour71:

The == is for a test of equality, while = is for assignment, so:

PHP Formatted Code

$_CONF['passwordspeedlimit'] = 0;

 


Sets the value of $_CONF['passwordspeedlimit'] to 0, and is correct where it's used. However:
PHP Formatted Code

$_CONF['passwordspeedlimit'] == 0

 


Test to see if the value of $_CONF['passwordspeedlimit'] is equal to 0, and is not correct when done as:

PHP Formatted Code

$_CONF['passwordspeedlimit'] == 0;

 


Althought that is a legal syntax, it does nothing. It's used in if statements, like the example you gave. To confuse things further there is a === syntax ;-)

If you have any examples of:

PHP Formatted Code

if ($variable = 0)

 


Could you post them, as they are likely to be incorrect (although, there are some cases where a similar syntax may be correct...)

 
Profile Email Website
First | Previous | 1 2 3 4 5 6 | Next | Last
Content generated in: 3.43 seconds
New Topic

Normal Topic Normal Topic
Sticky Topic Sticky Topic
Locked Topic Locked Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Able to post 
Filtered HTML Allowed 
Censored Content