Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Orca not working in Dolphin 5.6.0000

  1. #1
    SimonFinch
    Guest

    Unhappy Orca not working in Dolphin 5.6.0000

    I've just done a clean install of Version 6 onto my laptop which seemed to go well. However, when I try to admin the Orca Forum via the Dolphin Admin panel, I get this message

    PHP Code:

    Warning
    Call-time pass-by-reference has been deprecated argument passed by value; If you would like to pass it by referencemodify the declaration of [runtime function name](). If you would like to enable call-time pass-by-referenceyou can set allow_call_time_pass_reference to true in your INI fileHoweverfuture versions may not support this any longerin W:wwwdolphinorcaclassesForum.php on line 929

    Warning
    Call-time pass-by-reference has been deprecated argument passed by value; If you would like to pass it by referencemodify the declaration of [runtime function name](). If you would like to enable call-time pass-by-referenceyou can set allow_call_time_pass_reference to true in your INI fileHoweverfuture versions may not support this any longerin W:wwwdolphinorcaclassesForum.php on line 1000

    Warning
    Call-time pass-by-reference has been deprecated argument passed by value; If you would like to pass it by referencemodify the declaration of [runtime function name](). If you would like to enable call-time pass-by-referenceyou can set allow_call_time_pass_reference to true in your INI fileHoweverfuture versions may not support this any longerin W:wwwdolphinorcaclassesForum.php on line 1175

    Warning
    Call-time pass-by-reference has been deprecated argument passed by value; If you would like to pass it by referencemodify the declaration of [runtime function name](). If you would like to enable call-time pass-by-referenceyou can set allow_call_time_pass_reference to true in your INI fileHoweverfuture versions may not support this any longerin W:wwwdolphinorcaclassesLogin.php on line 135 
    Any ideas?

    Cheers,

    Simon

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    I don't do much work with Orca - at this time, we prefer our 833-Forum script.

    But you could do as it indicates, or ask your host to edit your server php.ini file and enable allow_call_time_pass_reference and restart apache. You may also be able to do this with a local php.ini or .htaccess entry.

    Another work if you can not modify your server php.ini or set this value in a local php.ini or via .htaccess is to check the Orca code - perhaps they are using code like this

    Code:
    xml_set_object($this->_parser,&$this);
    and it should be this

    Code:
    xml_set_object($this->_parser,$this);
    (example only, this is not actual Orca code).

    Smoge
    Last edited by Smoge; 02-21-2007 at 01:33 PM.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Quote Originally Posted by SimonFinch
    Orca not working in Dolphin 5.6.0000
    Are you really running BoonEx Dolphin 5.6.0?

    If so - you should upgrade to BoonEx Dolphin 5.6.2 - since BoonEx Dolphin 5.6.0 was a release pulled by BoonEx hours after it was posted due to problems.

    If you are on BoonEx Dolphin 5.6.0, and stay there - you will be perhaps "alone" as nobody is running and supporting that release.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  4. #4
    SimonFinch
    Guest

    Thumbs up Nearly there...

    Thanks for the replies Smoge.

    I was originally using the 5.6.0001 release, but as I'm only messing around on my laptop and not a real site, I've just done a clean install with the 5.6.0002 release.

    I had the same problem, so I tried your suggestion about editing the php.ini file. This worked as far as the messages went away, but I've now got a blank screen when I try to admin the forum. I think I've seen some other posts mentioning this problem so I'll go and see if there's any solutions offered...

    I know you do a commercial integrated forum release (833-Forum) but I can't justify the cost for what is in reality an academic exercise to see how Smart Community Builder works. I may just try the phpBB integration to see how that flies.

    I'm also trialling phPizabi...

    Cheers,

    Simon

  5. #5
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Quote Originally Posted by SimonFinch
    I'm only messing around on my laptop and not a real site
    Really - Windows is not supported well.

    You should do your testing in a proper Linux environment

    You will perhaps (if your laptop is WinDoze) be more successful using a Linux environment.

    Smoge
    Last edited by Smoge; 09-19-2010 at 05:06 AM.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  6. #6
    wishmaster
    Guest

    Default ..!

    I've got the same problem also with 5.6.0002 ...! Did you find out how to fix it ? if so I realy need your help thanks

  7. #7
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    SimonFinch was running it on Windows - are you also?

    Smoge

    Quote Originally Posted by wishmaster
    I've got the same problem also with 5.6.0002 ...! Did you find out how to fix it ? if so I realy need your help thanks
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  8. #8
    wishmaster
    Guest

    Default

    no I'm running the site on a dreamhost.com server

  9. #9
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Check this tread - perhaps your hosts server config does not have all the extensions that Orca requires:

    Help with orca?

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  10. #10
    wishmaster
    Guest

    Default

    Hey Thanks Smoge I think I'll just disabel orca and go with phpbb only I cant find the place to disabel orca in the admin area but thats proberly me being to keen and overlooking the option lol

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dolphin without ray and orca
    By virtualtap in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 05-05-2008, 12:32 AM
  2. My Orca link is also not working
    By ErisPhobos in forum Bugs Dolphin 5.6.4
    Replies: 0
    Last Post: 04-20-2007, 02:10 PM
  3. class BxTemplConfig error 5.5 - 0000
    By smurf6060 in forum Bugs Dolphin v.5.5.0
    Replies: 2
    Last Post: 04-01-2007, 12:33 PM
  4. communicator error 5.5 .0000
    By smurf6060 in forum Bugs Dolphin v.5.5.0
    Replies: 0
    Last Post: 03-15-2007, 08:53 PM
  5. My Orca is working for now, here is how :o)
    By slipknot in forum Bugs Dolphin v.5.4.0
    Replies: 8
    Last Post: 02-17-2007, 05:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •