We using php code to display webservice(.wsdl) data in drupal portal. But failed.. we get blank page. What happen??
Solution:
- Check application log in portal server
# tail -f /data/log/httpd-error.log - Increase max_execution_time limit in php.ini
max_execution_time = 500 - Increase memory_limit in php.ini
memory_limit= 512M - Restart apache
# /etc/rc.d/apache2 restart
.
0 comments:
Post a Comment