BOONEX.COM BOONEX BLOG BOONEX DEVZONE



NEW Bugs !!

I am using Dolphin 6.000001

And i found the following bugs in  http://www.mysite.com/groups/orca/?action=goto&forum_id=1#action=goto&new_topic=1

There is an error on page msg shown on the status bar. Clicking it on shows:

1) Line :2

Char:1

Syntax error

http://www.mysite.com/groups/orca/?action=goto&forum_id=1

2) Line 51

Char 3

Error:   ‘Forum is undefined’

http://www.mysite.com/groups/orca/?action=goto&forum_id=1

3) Line :89

Char:3

Error: Object expected

http://www.mysite.com/groups/orca/?action=goto&forum_id=1

4) Line:4

Char:1

‘BxHistory’ is undefined

http://www.mysite.com/groups/orca/?action=goto&forum_id=1

Pls fix them as soon as possible.

By the way I do not want certain pages to be shown to guests or poeple who are not logged in. For example if some one goes to profile.phpID=…. page without logging in .. the page should not load and instead redirect or ask him to login first. How can i enable this ?? Is there any certain script ?

1 Response to “NEW Bugs !!”


  1. 1 Andrey Sivtsov

    [Victor T., while Andrey is away]

    Error you have explored in Orca will be investigated and fixed.

    If you do not want to show certain pages to non-members of your site. So here is an example for profile page:

    - open profile.php file;
    - find the following:

    if ( !( $logged[’member’] = member_auth( 0, false )

    - and change the above line to

    if ( !($logged[’member’] = member_auth( 0, true )

Leave a Reply

You must login to post a comment.