Dear Drupal Firends

I'm an italian Drupal user, and I tryo to interface Adobe Flex to DRUPAL 5.6 in my localhost (I use MAMP for MACINTOSH in LEOPARD MAC OS X 10.5)

Well, I've installed the Serivces module, the AMFPHP and Views module.

Well, when I try to start this last module, in confirm page i see a Blank HTML and my drupal site is now empty...

I've lost my web site.... why?

:'(

Comments

Johannes De Boeck’s picture

you probably have a PHP memory problem.. (if you go to applications/MAMP/logs and open the file php_error.log .. you will see the error)
To solve this add the following line in your settings.php:

ini_set('memory_limit', '100M');