|
|||||||
| Server Management Apache, Windows, .htaccess, and more |
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
@OP: Have you tried any of these steps?
Quote:
|
|
#4
|
|||
|
|||
|
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?? |
|
#5
|
|||
|
|||
|
Did you use a precompiled installer for you apache/mysql/php/pma stack (i.e. wamp, etc) or did you install each manually?
|
|
#6
|
|||
|
|||
|
manually
|
|
#7
|
|||
|
|||
|
Did you edit the distribution php.ini file at all? What does the session.save_path look like?
|
|
#8
|
|||
|
|||
|
; session.save_path = "/tmp"
|
|
#9
|
|||
|
|||
|
Code:
session.save_path = "c:\temp" |
|
#10
|
|||
|
|||
|
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? |
|
#11
|
|||
|
|||
|
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? |
|
#12
|
|||
|
|||
|
i had it working with PMA before. it also confused me. can it be that IE has some special features to deal with it?
|
|
#13
|
|||
|
|||
|
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?
|
|
#14
|
|||
|
|||
|
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. |
|
#15
|
|||
|
|||
|
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.
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|