www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Site Management > Server Management

    Server Management Apache, Windows, .htaccess, and more

    Reply
     
    Thread Tools Rate Thread Display Modes
      #1  
    Old 02-03-2010, 10:00 AM
    gkman gkman is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 31
    main.php: missing parameter: is_superuser

    hello,
    since i have updated my Firefox to ver. 3.6
    my PMA had showed the error >> main.php: missing parameter: is_superuser
    as soon after i have entered my password and gotten in (please notice this is on my local server -Apache)
    any way the problem doesn't appear to happen in IE8

    i tried upgrading PMA to version 3.2.5 but nothing changed ( i hadn't changed back to the older version)
    PMA sent me to FAQ 2.8 but i didn't understand a thing.

    please help me fix this problem. i hate IE
    Reply With Quote
      #2  
    Old 02-04-2010, 06:09 AM
    thewebhostingdi thewebhostingdi is offline
    Registered User
     
    Join Date: Jun 2009
    Posts: 126
    Please make sure that you have set the appropriate path in your php.ini file on the below mentioned location:

    session.save_path=/serverphp/session
    Reply With Quote
      #3  
    Old 02-04-2010, 03:26 PM
    criterion9 criterion9 is offline
    B.S. CIS
     
    Join Date: Jan 2009
    Posts: 2,221
    @OP: Have you tried any of these steps?
    Quote:
    Here are a few points to check:

    * In config.inc.php, try to leave the $cfg['PmaAbsoluteUri'] directive empty. See also FAQ 4.7.
    * Maybe you have a broken PHP installation or you need to upgrade your Zend Optimizer. See http://bugs.php.net/bug.php?id=31134.
    * If you are using Hardened PHP with the ini directive varfilter.max_request_variables set to the default (200) or another low value, you could get this error if your table has a high number of columns. Adjust this setting accordingly. (Thanks to Klaus Dorninger for the hint).
    * In the php.ini directive arg_separator.input, a value of ";" will cause this error. Replace it with "&;".
    * If you are using Hardened-PHP, you might want to increase request limits.
    * The directory specified in the php.ini directive session.save_path does not exist or is read-only.
    Additionally, upgrading FF should have nothing to do with the server-side config files...are you sure you didn't change/upgrade anything else?
    Reply With Quote
      #4  
    Old 02-07-2010, 06:40 AM
    gkman gkman is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 31
    thewebhostingdi, i didnt understand what you suggested..im kinda new to all of this..

    besides i keep seeing "zend optimizer" what is it?

    also i just realized that windows opens a crash message on Apache sometimes when i try logging in to PMA. can that have any thing to do with it??
    Reply With Quote
      #5  
    Old 02-07-2010, 08:43 AM
    criterion9 criterion9 is offline
    B.S. CIS
     
    Join Date: Jan 2009
    Posts: 2,221
    Did you use a precompiled installer for you apache/mysql/php/pma stack (i.e. wamp, etc) or did you install each manually?
    Reply With Quote
      #6  
    Old 02-07-2010, 09:22 AM
    gkman gkman is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 31
    manually
    Reply With Quote
      #7  
    Old 02-07-2010, 09:43 AM
    criterion9 criterion9 is offline
    B.S. CIS
     
    Join Date: Jan 2009
    Posts: 2,221
    Did you edit the distribution php.ini file at all? What does the session.save_path look like?
    Reply With Quote
      #8  
    Old 02-07-2010, 10:22 AM
    gkman gkman is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 31
    ; session.save_path = "/tmp"
    Reply With Quote
      #9  
    Old 02-07-2010, 10:40 AM
    criterion9 criterion9 is offline
    B.S. CIS
     
    Join Date: Jan 2009
    Posts: 2,221
    Code:
    session.save_path = "c:\temp"
    Then make sure that directory exists.
    Reply With Quote
      #10  
    Old 02-07-2010, 11:01 AM
    gkman gkman is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 31
    it did help however i got a windows crash message again:
    ---------------

    Error signature:
    szAppName : Apache.exe szAppVer : 2.0.52.0 szModName : php5ts.dll
    szModVer : 5.2.9.9 offset : 0009c8bd

    included filse:
    C:\DOCUME~1\Gidon_2\LOCALS~1\Temp\WER68b5.dir00\Apache.exe.mdmp
    C:\DOCUME~1\Gidon_2\LOCALS~1\Temp\WER68b5.dir00\appcompat.txt

    ------------

    should this concern me?
    Reply With Quote
      #11  
    Old 02-07-2010, 11:06 AM
    criterion9 criterion9 is offline
    B.S. CIS
     
    Join Date: Jan 2009
    Posts: 2,221
    I would uninstall and start over. Install Apache first, then PHP. If you use the windows binary installer for PHP it will automatically append the appropriate content to your apache .conf. Once that is completed download the zip file for PHP and unzip into the installed php folder to enable any missing modules.


    I was confused by your first post stating that you were only getting errors in FF and that IE was fine and that the errors only started when you upgraded your FF version. None of those statements had anything to do with the problem as they would all be client-side problems and you have a server configuration problem. Did you have this server working with PMA before or have you just started to use PMA?
    Reply With Quote
      #12  
    Old 02-07-2010, 12:18 PM
    gkman gkman is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 31
    i had it working with PMA before. it also confused me. can it be that IE has some special features to deal with it?
    Reply With Quote
      #13  
    Old 02-07-2010, 12:46 PM
    criterion9 criterion9 is offline
    B.S. CIS
     
    Join Date: Jan 2009
    Posts: 2,221
    Your issue is a server configuration issue and client-side browsers will have no bearing on that. It is possible that the error message is being hidden in IE8 somehow but IE cannot fix an issue on the server. Did you try reinstalling Apache and PHP?
    Reply With Quote
      #14  
    Old 02-07-2010, 01:08 PM
    gkman gkman is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 31
    not yet.. but it is working fine even though the error message.. so I'm just gonna wait and see how it turns out.

    thank you for all your help..it is much easier to work now.
    Reply With Quote
      #15  
    Old 02-08-2010, 07:59 AM
    criterion9 criterion9 is offline
    B.S. CIS
     
    Join Date: Jan 2009
    Posts: 2,221
    I would reinstall PHP. It seems like the apache module in your current install seems corrupted. You can just download the zip and overwrite your PHP install folder. Make sure to stop Apache before you overwrite the .dll so it won't stumble on it. Let me know if that fixes your issue.
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 01:13 PM.



    Acceptable Use Policy

    Internet.com
    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.