View Full Version : Blank Page after Uploading Files
David
06-30-2005, 07:10 PM
If you are getting a blank page after uploading files, it is likely that your FTP server (or your FTP program) changed some file names, replacing upper case files names with lower case letters. Please check the smarty folder and compare to the files in the zip package. I'll try to give you a list of files shortly.
achafik
07-14-2005, 12:26 PM
Hello David,
I ran a script earlier today and made a list of any files that would be case sensitive. Here is the list:
Content visible to registered users only.
I hope this helps :)
David
07-14-2005, 03:18 PM
That helps a lot...good one! :)
mohammad
12-16-2007, 01:11 PM
Hello,
I have this problem too, received all blank withe pages, but I found the file names are correct and exact to zip package, but I still have problem... please help me
this is with both my phpld 3.2 and v2.1..
David
12-16-2007, 04:02 PM
What is the url of your site?
(you will need to type it like this: mysite dot com)
Also, being a version 3 user, we highly recommend you join our Supporters forums.
mohammad
12-16-2007, 08:54 PM
URL is sub.oproz.com
v2 uploaded on it
David
12-16-2007, 09:13 PM
Ok, so you are on a windows server I see. If the ultimate goal is to run v3 (you said you purchased v3), it would be best to go ahead and work with that one. PM me your phpLD username, and ftp access, and I will see what we can do to help you.
mohammad
12-16-2007, 09:34 PM
thanks
oh that was config.php.new which must be changed :p
my purchase was for registrarsdirectory.com and it is online now
but I wanted only to check software v2 on sub.oproz.com problem not resolved..
David
12-16-2007, 10:15 PM
So it is important to run this v2 on a windows server?
(you know the seo friendly urls will not work?)
David
12-16-2007, 10:30 PM
And your problem is the config didn't get written to, so you are going to have to do this manually, or else configure the permission on the config file manually. Sometimes windows can be a little tricky.
James
12-16-2007, 10:32 PM
in the config file
after
define('DEMO', false);
add this and be sure to change the appropiate fields:
define('LANGUAGE', 'en');
define('DB_DRIVER', 'mysql');
define('DB_HOST', 'localhost');
define('DB_NAME', 'dbname');
define('DB_USER', 'dbuser');
define('DB_PASSWORD', 'dbpassword');
before this:
?>
mohammad
12-17-2007, 11:20 AM
Content visible to registered users only.
OK, config.php file changed to reflect my DB info but same problem
Content visible to registered users only.
No not important, I'll try to install it on Linux, in anyway I'm grateful
shadav
12-17-2007, 04:35 PM
also as a side note, sometimes uploading files via ftp or even file manager...it on occassion changes the file permissions, so do make sure to check that as well
James
12-17-2007, 06:01 PM
the make sure that all files have permissions set for WEBUSER and not just account user.
Windows are a pain especially when permissions are not set up correctly in IIS.
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.