warning: Invalid argument supplied for foreach() in /common/www/sites/ozmotorsport.com.au/downloads/image/image.module on line 310.
warning: Cannot modify header information - headers already sent by (output started at /common/www/sites/ozmotorsport.com.au/_apps/drupal-4.6.3/includes/common.inc:384) in /common/www/sites/ozmotorsport.com.au/_apps/drupal-4.6.3/includes/common.inc on line 192.
Have looked around with out much luck through the forums.
I just installed Drupal. When I go to the default page I get the following errors:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/humboldt/public_html/sites/default/settings.php:130) in /home/humboldt/public_html/includes/session.inc on line 10
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/humboldt/public_html/sites/default/settings.php:130) in /home/humboldt/public_html/includes/session.inc on line 10
I've finished most of my installation steps (connected the database), and currently, my site (http://www.wrecktheplace.com) have this particular error message:
Fatal error: Call to undefined function: user_access() in /home/httpd/vhosts/wrecktheplace.com/httpdocs/includes/common.inc on line 1921
clicking on those link brings the page back to the same first page.
i suspected its the & causing the problems and sure enough, commening $uri = htmlspecialchars($uri, ENT_QUOTES); from check_url($uri) makes a usable link such as this
I'm building a new web server for our new web site. We've built our code off of the 4.6.x Drupal branch. I'm trying to determine which options would result in the best balance between speed and maintainability for the new server architecture. Currently I've decided to use Apache 2 + PHP 5. While not deemed 'stable' together, I haven't run across any problems with this configuration on our development server.
Can anybody offer any advice on choosing:
1. Apache 1.3 vs Apache 2.1 (or 2.2)
1. PHP 4 (latest) vs PHP5 (latest)