Hi Emmanuelle, Philipp probably meant to make sure PHP *is* reporting any error. you can do so by setting the following values in php.ini:
display_errors = On error_reporting = E_ALL | E_STRICT display_startup_errors = On Then restart your webserver. It will display verbose errors instead of a blank page. Let us know, -- Nicolas On Jan 26, 2010, at 22:34 , [email protected] wrote: > Sorry ? Did you ask me to active the debug mode ? That's right ? (sorry for > my english ....) > > Thanks, > Emmanuelle > > Le 26 janv. 2010 22:29, Philipp Kamps <[email protected]> a écrit : > > Enable error reporting in your php.ini file - than it's going to be easier > > to help you. > > > > > > On Tue, Jan 26, 2010 at 1:27 PM, emmanuelle roux > > [email protected]> wrote: > > > > Hello, > > > > I need to export my content from my first ezpublish website to import it > > into my new version. > > > > > > But i obtain a blank page when i'm beginning this step : - Creation of > > package. > > > > ..... I increased the memory to 300. I dont know what i can to do else to > > get my content and i don't want to start over ...... Could you help me ? > > > > > > > > Thanks,Emmanuelle Roux > > Les Clefs du Net > > > > Organisme de formation dédié au Multimédia / Centre de productions > > numériques > > www.les-clefs-du-net.com > > > > > > > > > > > > > > -- > > > > Sdk-public mailing list > > > > [email protected] > > > > http://lists.ez.no/mailman/listinfo/sdk-public > > > > > > > > > >-- > Sdk-public mailing list > [email protected] > http://lists.ez.no/mailman/listinfo/sdk-public -- Nicolas Pastorino eZ Community Manager community portal : http://share.ez.no twitter : jeanvoye skype : bimbamboombimbla phone : +33 (0)671791318 eZ Systems | http://ez.no -- Sdk-public mailing list [email protected] http://lists.ez.no/mailman/listinfo/sdk-public
