Greetings. I have apache 2.2.3, mysql5 and php5 installed on a windows server 2003 box. The problem I am having is not with the functionality of the application, as it seems to work fine, but with the way it is displaying. Everything seems a bit enlarged and the themes that I am used to seeing are not displaying properly. A screenshot of what I'm talking about is attached.
I copied this same installation of phpmyadmin over to another test server (running easyphp 1.8 which includes apache 1.3.33, mysql 4.1.9 and php 4.3.10) and it displayed perfectly. Does php5 have a problem properly display phpmyadmin?
Thanks for your help,
Jonathan
Screenshot of phpmyadmin
Logged In: YES
user_id=1383652
Originator: NO
JesterMagic seems to have the same problem:
http://sourceforge.net/forum/forum.php?thread_id=1637662&forum_id=72909
Logged In: YES
user_id=1675719
Originator: NO
Yup your screenshot looks exactly like my screen.
You can check out my thread but we haven't figured it out yet.
I am running updated Win2003 server, IIS 6.0 and php 5. I was thinking it was a setting with IIS but if you have the same problem it most likely is a php 5 setup issue.
Logged In: YES
user_id=1383652
Originator: NO
the win php 5.2 installer is broken. you have to manually correct the paths in your php.ini
to an existing and accessable folder for storing sessions and other temporary files
session.save_path and upload_tmp_dir = "c:/temp" or somesuch.
see http://bugs.php.net/bug.php?id=39842 (tnx contentking)
Logged In: YES
user_id=1675719
Originator: NO
Thanks for the link windkiel,
I did update my paths restarted my web server and no luck. I still have the same problems. How about you amdrulz22?
Logged In: YES
user_id=1675719
Originator: NO
Stupid me I should have tested things a bit further,
I have found other problems now after looking at a bug listed here
https://sourceforge.net/tracker/index.php?func=detail&aid=1604276&group_id=23067&atid=377409
When I run a simple select * from table statement I get this in the main frame
import.php: Missing parameter: import_type (FAQ 2.8)
import.php: Missing parameter: format (FAQ 2.8)
I also get an error listed part way down the page when I look at the sql page of any table:
Error
SQL query:
SELECT label, id
FROM `phpmyadmin`.`pma_bookmark`
WHERE dbase = 'testingdb'
AND (
user = 'root'
OR user = ''
)
ORDER BY label
MySQL said:
#1146 - Table 'phpmyadmin.pma_bookmark' doesn't exist
So now I have 4 problems. (theme not looking right, cannot change theme, sql page error, page error when attempting run a sql statement)
Logged In: YES
user_id=1383652
Originator: NO
@jestermagic, did you check the points in FAQ 2.8 ?
Logged In: YES
user_id=210714
Originator: NO
May I suggest installing xampp.org on your windows boxes?
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).