Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Piatok, 29. marec 2024
O nás
Magazín
Otvorený softvér
CVS
Služby
Index  »  Projekty  »  phpMyEdit  »  Fórum  »  First Page = Blank Screen

phpMyEdit Installation     First Page = Blank Screen
Odoslať novú tému   Odpovedať na tému   Choď na stránku 1, 2  Ďalší  
 
RogerEighty     Založený: 22.07.2008   Príspevky: 3  
Príspevok Zaslal: 2008-07-22 08:35
Návrat hore  Odpovedať s citátom     

I have PHP 5.2.6, MySQL 5.0.41 and IIS 5.1 running on Windows XP and have extracted the phpMyEdit files into my wwwroot folder but when I load the page instead of getting the username and password request page i get a blank page. Any ideas as to how I can fix this problem.

 
ajh     Založený: 17.12.2003   Príspevky: 236  
Príspevok Zaslal: 2008-07-22 15:44
Návrat hore  Odpovedať s citátom     

What URL are you actually going to?

 
RogerEighty     Založený: 22.07.2008   Príspevky: 3  
Príspevok Zaslal: 2008-07-24 07:00
Návrat hore  Odpovedať s citátom     

ajh Napísal:
What URL are you actually going to?


http://localhost/phpmyedit/phpmyeditsetup.php

 
ajh     Založený: 17.12.2003   Príspevky: 236  
Príspevok Zaslal: 2008-07-25 07:23
Návrat hore  Odpovedať s citátom     

Hmmm....difficult to say as it's going to be an issue with your machine set up.

Are you sure that the URL isn't case sensitive, ie should you be browsing to:
http://localhost/phpmyedit/phpMyEditSetup.php

Can you confirm that PHP itself is actually working?

Best of of doing this is to create a file, phpinfo.php with the following in it:
Kód:
<?php
phpinfo();
?>


Put the file in the root directory of your web tree and browse to http://localhost/phpinfo.php

If that works, and it confirms that MySQL is available in PHP then I'm really not sure.

 
RogerEighty     Založený: 22.07.2008   Príspevky: 3  
Príspevok Zaslal: 2008-07-26 04:24
Návrat hore  Odpovedať s citátom     

Well i have tested the php and it seems to be working.

Have created the php file and tested and works.
<?php
phpinfo();
?>

Any other ideas or tests I can run through.

Results of the phpinfo() command below.

PHP Version 5.2.6
System Windows NT LAPTOP 5.1 build 2600
Build Date May 2 2008 18:01:20
Server API ISAPI
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\WINDOWS
Loaded Configuration File C:\Program\Files\PHP\php.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, http, ftp, compress.zlib
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*

 
tburzio     Založený: 03.11.2008   Príspevky: 2  
Príspevok Zaslal: 2008-11-03 22:55
Návrat hore  Odpovedať s citátom     

RogerEighty Napísal:
I have PHP 5.2.6, ...when I load the page instead of getting the username and password request page i get a blank page.


I bet you just installed a new version of Apache and the newest PHP. I did this on Friday, and it broke my installation too.

[Mon Nov 03 13:36:15 2008] [error] [client 172.20.16.205] PHP Notice: Undefined
index: tb in Z:\\local\\apache\\htdocs\\phpMyEdit-5.7.1\\phpMyEditSetup.php on
line 66, referer: http://kwcpcbcad2/phpMyEdit-5.7.1/

There is documentation on the latest PHP that says they are tightening up on security, and that variables are one of the changes. Can someone have a look at this?

 
tburzio     Založený: 03.11.2008   Príspevky: 2  
Príspevok Zaslal: 2008-11-04 21:16
Návrat hore  Odpovedať s citátom     

RogerEighty Napísal:
Any other ideas or tests I can run through.


I had two things wrong. First, I neglected to add mysql support to PHP. Rerun the PHP installer, and then choose Modify. In the options list, scroll down and select MySQL support, all of it.

There are also two annoying false errors in the installation script:

if(strlen($_POST['db'])>0) $db = @$_POST['db'];

Should be:

if(isset($_POST['db'])) $db = @$_POST['db'];

Since there is no warning that the MySQL driver is not installed, users erroneously assume that the above warning is causing their scripts to fail. It isn't.

 
idbtao     Založený: 05.03.2015   Príspevky: 1  
Príspevok Zaslal: 2015-03-05 09:54
Návrat hore  Odpovedať s citátom     

I bet you just installed a new version of Apache and the newest PHP.

solitairechamp.net

 
funnyjokes     Založený: 22.01.2019   Príspevky: 1  
Príspevok Zaslal: 2019-01-22 09:36
Návrat hore  Odpovedať s citátom     

Really your post is really very good and I appreciate it. It&#8217;s hard to sort the good from the bad sometimes.You definitely put a new spin on a topic thats been written about for years.
shell shockers

 
Awaneyton62     Založený: 13.03.2022   Príspevky: 7  
Príspevok Zaslal: 2022-04-24 18:53
Návrat hore  Odpovedať s citátom     

The informative and unique text will be adapted for you by a truly qualified writer all assignment help . Our ghostwriters would prepare the science work listening to your expectations and requirements.

 
gochi77     Založený: 03.05.2022   Príspevky: 2  
Príspevok Zaslal: 2022-05-03 19:18
Návrat hore  Odpovedať s citátom     

funnyjokes Napísal:
Really your post is really very good and I appreciate it. It&#8217;s hard to sort the good from the bad sometimes.You definitely put a new spin on a topic thats been written about for years.
shell shockers

Hey, action lover, do you want to play most popular action game Shadow Fight 2 MOD in your mobile, then try this out with unlimited money?

 
danverseak2     Založený: 07.09.2022   Príspevky: 62  
Príspevok Zaslal: 2023-01-06 02:58
Návrat hore  Odpovedať s citátom     

Your truck needs to meet all department of transportation regulations.

Flagstaff Onsite Truck Repair

 
jognahartu     Založený: 06.12.2021   Príspevky: 2264  
Príspevok Zaslal: 2023-01-22 15:08
Návrat hore  Odpovedať s citátom     

Nice leather jacket. Quality is excellent. It runs a little small but besides that no complaints. Custom Leather Jackets NYC

 
Hatell1974     Založený: 23.04.2022   Príspevky: 207  
Príspevok Zaslal: 2023-02-09 11:55
Návrat hore  Odpovedať s citátom     

Installation is the process of putting together a product or service. In software, it's often represented by the installation that you ran during setup. Here you check this https://wellingtonlandscapingmasters.co.nz/ and get more new things for landscape. The installation may include downloading files, installing dependencies and configurations, and enabling the necessary services.

 
jognahartu     Založený: 06.12.2021   Príspevky: 2264  
Príspevok Zaslal: 2023-03-15 21:35
Návrat hore  Odpovedať s citátom     

Thanks for every other informative site. The place else may just I get that kind of information written in such an ideal means? I have a venture that I&#8217;m just now operating on, and I have been on the look out for such information. Trbsystem

 
Odoslať novú tému   Odpovedať na tému   Choď na stránku 1, 2  Ďalší  

Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok · Odkazový formulár · Prihláška
Upozorniť na chybu na PLATON.SK webstránke · Podmienky použitia · Ochrana osobných údajov