Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8369135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:34:16+00:00 2026-06-09T13:34:16+00:00

I am trying to use this file manager called Php Win2K File Manager But

  • 0

I am trying to use this file manager called “Php Win2K File Manager”
But I am receiving these errors below

Deprecated: Call-time pass-by-reference has been deprecated in C:\xampp\htdocs\test\explorer.php on line 166
Deprecated: Call-time pass-by-reference has been deprecated in C:\xampp\htdocs\test\explorer.php on line 214
Warning: opendir(c:/inetpub/wwwroot/,c:/inetpub/wwwroot/) [function.opendir]: The system cannot find the path specified. (code: 3) in C:\xampp\htdocs\test\explorer.php on line 91
Warning: opendir(c:/inetpub/wwwroot/) [function.opendir]: failed to open dir: No such file or directory in C:\xampp\htdocs\test\explorer.php on line 91

Why is this? Is it because Im running this on a Linux Server instead of Win2K?

My page

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T13:34:17+00:00Added an answer on June 9, 2026 at 1:34 pm

    Call-time pass-by-reference means that a variable is being passed into a function using the & operator in front of it. e.g. (someFunction(&$var);).

    PHP 5.4 deprecated call-time pass-by-reference which means you cannot pass a variable by reference in the function call, the correct way is to define the function so the variable is always passed by reference. The function definition for the above call would look like:

    function someFunction(&$iAmByReference) {
        $iAmByReference = 42;
    }
    

    When you call it, you don’t need to precede the variable with the &, the call just looks like:

    $x = 32;
    someFunction($x);
    echo $x; // 42
    

    You will have to modify the code so that the function definitions declare the variable as a reference variable, and remove the & from any function calls.

    You say you are running on Linux, but given the PHP error messages it appears you are still on Windows. PHP says your script is C:\xampp\htdocs\test\explorer.php which is a Windows path.

    Most likely $_GET['dir'] is incorrect, or the script is determining paths wrong. Not sure what’s going on there, I’d have to see how you were accessing the script. In the first case, it looks like its trying to open a path that is actually 2 paths separated by commas.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am trying to use this code: <%= File.ReadAllText(Server.MapPath(Members/newsletters/welcome.html))%> which works great but now
I'm trying to check if a file exists. If I use this: NSData *data
I'm trying to use preg_replace to change the formatting of a TeX file. This
I'm trying to use this to create a splash screen, but I only get
Trying to use this method (gist of which is use self.method_name in the FunnyHelper
Trying to use this code to connect the AD PrincipalContext context = new PrincipalContext(ContextType.Domain,
trying to use this route: from(activemq:profiles).aggregate(header(cheese)).batchSize(30).bean(ProfilesQueueService, saveContacts) Fails with: No signature of method: org.apache.camel.model.RouteType.aggregate()
Im trying to use this page slider jquery plugin, you can see the demo
I'm trying to use this font: http://www.fontsquirrel.com/fontfacedemo/eb-garamond So I download the type kit and
I'm actualilly trying tu use this nice widget : http://quasipartikel.at/multiselect_next/ I have two of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.