Please help - Xampp and one blank page

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Please help - Xampp and one blank page

Postby jackbwa » 16. February 2010 10:34

I'm trying to install a script, when i load the install.php page at localhost with xampp, It show a blank page but when I upload the script to my server and run install.php page, It show the page correct with the forms to fill in.

Here is the install php file if you want to check this out:
http://rapidshare.com/files/351295034/install.rar

thanks for your time
jackbwa
 
Posts: 3
Joined: 16. February 2010 10:12

Re: Please help - Xampp and one blank page

Postby Altrea » 16. February 2010 16:40

i can't take a look at your install script, but maybe it's one of the many short_open_tags problems.

Search your whole script (not only your install.php file) and change

Code: Select all
<?
...

to
Code: Select all
<?php
...


and
Code: Select all
<?=


to
Code: Select all
<?php echo
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Please help - Xampp and one blank page

Postby jackbwa » 17. February 2010 09:55

Thanks Altrea very much, now i can proceed in the install process, but i have another issue - I have this message
Code: Select all
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO)
, I created many databases and users and also made password to the root but without any success, is there any way to get red of this message?
jackbwa
 
Posts: 3
Joined: 16. February 2010 10:12

Re: Please help - Xampp and one blank page

Postby Altrea » 17. February 2010 10:19

You try to connect to a database and use "ODBC" as username and no password.

Do you have created a user "ODBC" in your DBMS?
Does this user have access to the database you wanna connect to?
Does this user really have no password?

or
is simply your connect-syntax wrong?

often Database user/password data must be edited in a config-file from your script. I don't know anything about your script.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Please help - Xampp and one blank page

Postby jackbwa » 18. February 2010 10:34

thanks you Altrea again, but I'm already trying to install this scripts for two weeks, I tried with deffirent usernames and different databases, I tried with username root and created also username ODBC but I still get the above message, I don't know what is the reason but I installed this script in a server several times without any problem, It's maybe something so little that cause this problem but I can't figure this out, Will you Altrea accept that i send you this script and you try to install it in Xampp? maybe you can find what's wrong, and you will save me from another weeks of trying.
jackbwa
 
Posts: 3
Joined: 16. February 2010 10:12

Re: Please help - Xampp and one blank page

Postby Altrea » 18. February 2010 11:22

i've send you a PM
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 56 guests