PDA

View Full Version : DFP 2 not working


roby258376
05-22-2009, 06:55 AM
Hi,

I just upgraded to DFP2. I have a profile page where my members can upload their picture. It works fine with DFP1 but when just tested DFP2 the page won't load.

I'm on Vista 64, are there any know issues and should I go back to version 1?

Thanks

Ray Borduin
05-22-2009, 07:49 AM
There are not known issues. Do you get an error message? Did you upload the entire DFP folder at the root of the site as well?

If you are having issues, you should be able to turn on error messages to be able to accurately diagnose the liine where the problem occurs.

roby258376
05-22-2009, 10:37 AM
Nope, no error message, and yes I uploaded the entire new WA_DigitalFilePro folder. The revised page just won't load.

Ray Borduin
05-22-2009, 11:10 AM
A blank page means that either the trigger isn't firing, or there is an error and debug mode is turned off... try adding this to the top of the page:

try putting this code at the very top of the page you are having problems with

<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>

roby258376
05-22-2009, 11:34 AM
Hi Ray,

I added the code, at the very top of the page as instructed. Still get a blank page. when I look at the page source, it's blank too, nothing there at all.

Ray Borduin
05-22-2009, 11:48 AM
Please paste the php code from the page here. Maybe I can help you add code to debug it.

fragop363190
05-22-2009, 03:59 PM
If you dont see anything in source code then either your browser has problem or you have IE8 and u need to click on compatibility button to view it either you dont have any html content either you have an if statement before your html that doesnt work and hide all page.

What do you mean you dont see anything in source code?