White screen after uploading site?

xfoto82

New member
Joined
Nov 4, 2012
Messages
5
I tried my edited version and the original but both get white screen? Would this be a template problem or Directadmin? :confused: thanks
 
Do you have an index? Turn on error reporting with htaccess or error_reporting(E_ALL); on top of the php file.
 
Also am I uploading all the right stuff? All the .swf, contact.php? What about htmlgenerator.html and htmlgenerator.swf? I also only have "index.htm" not "html"

Do I upload the xml files somewhere?
 
Put your files in public_html and visit the files. If you don't see any output enable error reporting.

.htaccess in public_html
Code:
php_flag display_errors on
 
Thanks but looks like the problem may be the missing php files that were supposed to come with the template
 
Pretty it's still missing php files. But when I click on any xml file they all same the same: XML Parsing Error: not well-formed

Line Number 2, Column 10:<!-- # ------------------------------------------------------------------
---------^
 
I tried my edited version and the original but both get white screen? Would this be a template problem or Directadmin? :confused: thanks
The edited version and the original of what? A template you got from somewhere? If so, and if it doesn't work, this is most likely a problem with an incompatibility between the template you were provided and the settings for your website.

You can find your Apache logs including error logs in your DirectAdmin login. If you can't, or you don't know how to use them, then you should probably contact your hosting provider.

Jeff
 
Back
Top