Results 1 to 6 of 6

Thread: Error : Call-time pass-by-reference has been deprecated And images are not displayed

  1. #1

    Join Date
    May 2008
    Posts
    7

    Unhappy Error : Call-time pass-by-reference has been deprecated And images are not displayed

    Hello there,
    i was using dolphin community script v.6 on 1 server and now we have shifted to another server.. also i've combined logins and sign ups with my main php website... it used to work fine on old server but now we didn't changed anything in code or something but whenevah i click on Member Login, it gives me following error code :

    Code:
    Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/www/***/www/****/member.php on line 157
    I even opened member.php but on line 157 there is nothing.. its a blanc line.

    Yes but it also displays login panel along with above error... when i login, it gives me following errors :

    1. On the next page where it shows "Please Wait Loggin In" there is following error code :
    Code:
    Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/www/****/www/*****/member.php on line 157
    
    Warning: fopen(/home/www/*****/www//****/cache/user22.php) [function.fopen]: failed to open stream: Permission denied in /home/www/*****/www/****/inc/profiles.inc.php on line 782
    After this it takes me to the member profile page... but there is also 1 error on the top of the page :

    Code:
    Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/www/***/www/***/member.php on line 157


    Now another issue is on my main index.php page, there is Video Gallery module i turned on...
    but it doesn't display images there and instead of that there is 1 blank rectangle showing up.. please check attached screenshot image..

    also when i visit www.mywebsite.com/dolphin/browseVideo.php
    it shows same blank rectangles there...



    please help me how do i fix it??? Its very urgent... please dont tell me to reinstall entire copy... i can't do that... there are hell lotza modifications we did...
    Attached Images Attached Images

  2. #2

    Join Date
    May 2008
    Posts
    7

    Default

    please its very urgent... can any1 help me please

  3. #3

    Join Date
    Nov 2007
    Posts
    14

    Default

    Solution is stated in your error code..

    Just add to your php.ini or .htaccess next line

    allow_call_time_pass_reference 1

  4. #4

    Join Date
    May 2008
    Posts
    7

    Default

    Quote Originally Posted by baxuz View Post
    Solution is stated in your error code..

    Just add to your php.ini or .htaccess next line

    allow_call_time_pass_reference 1
    I've turned off the safe mode. Now there is only 1 error :

    Warning: fopen(/home/www/*****/www//****/cache/user22.php) [function.fopen]: failed to open stream: Permission denied in /home/www/*****/www/****/inc/profiles.inc.php on line 782

    Please tell me how do i fix it??? i tried chmod /inc/ directory to 777 but still its giving me same error
    Please help.
    And thanks for reply..

  5. #5

    Join Date
    Nov 2007
    Posts
    14

    Default

    You should chmod your /cache/ to 777 , not /inc/

  6. #6

    Join Date
    May 2008
    Posts
    7

    Default

    thanks its working now

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Fatal error: Maximum execution time
    By Kozley in forum Boonex Dolphin 7
    Replies: 0
    Last Post: 04-25-2010, 08:38 AM
  2. Fatal error: Call to undefined function
    By tawacom in forum General Troubleshooting
    Replies: 5
    Last Post: 08-31-2009, 03:15 AM
  3. animated images not displayed
    By anzacks in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 10-31-2008, 10:23 PM
  4. Error : Call-time pass-by-reference has been deprecated And images are not displayed
    By nirvana43 in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 05-30-2008, 08:58 AM
  5. Replies: 0
    Last Post: 05-30-2008, 08:57 AM

Tags for this Thread

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
  •