If it was me, I would install a drupal site the &quot;old fashioned way&quot; and see if you get the same errors.  I suspect you have some sort of permissions issue.<div><ol><li>download latest tar at <a href="http://drupal.org">drupal.org</a></li>

<li>untar into your default apache folder more than likely /var/www for ubuntu if this is a fresh install and no other virtual hosts etc</li><li>create database in mysql</li><li>browse to <a href="http://yoururl.com">yoururl.com</a> and follow the onscreen instructions to complete installation</li>

</ol><div>It&#39;s about a 5-10 minute process.</div></div><div><br></div><div>Ryan LeTulle<br><br><a href="http://www.bayousoft.com" target="_blank">bayousoft.com</a><br><a href="http://www.twitter.com/bayousoft" target="_blank">twitter.com/bayousoft</a><br>

<br><br><br>
<br><br><div class="gmail_quote">On Thu, Nov 18, 2010 at 1:18 PM, shawn wilson <span dir="ltr">&lt;<a href="http://ag4ve.us">ag4ve.us</a>@<a href="http://gmail.com">gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

i&#39;m new to drupal. i&#39;ve installed the ubuntu package and gotten it up with apache and mysql. i tried installing a calendar module:<br><a href="http://drupal.org/project/calendar" target="_blank">http://drupal.org/project/calendar</a><br>


(which required date and view) which i copied to:<br>/usr/share/drupal6/sites/all/modules<br>where &#39;sites&#39; is a symlink to /etc/drupal/6/sites<br>when the packages are untarred, they have different different uid and gid, so i fixed that with a:<br>


chown -R root.root *<br><br>the packages show up in drupal under admin &gt; site building &gt; modules. however, i got an error when i enabled the modules (don&#39;t recall the exact error, but i&#39;m thinking it is the same) and am now getting an error when i try to configure them. for instance, the error for view is:<br>


warning: Attempt to modify property of non-object in 
/etc/drupal/6/sites/all/modules/calendar/includes/calendar_plugin_display_page.inc
 on line 47.<br><br>this is the error i get under admin &gt; site building &gt; views btw.<br><br>it seems that i can still use these modules even with the warning. however, what is this about and how do i fix this? google seems to indicate that it might be a change in how newer php handles arrays?<br>


<br>so, i&#39;m not sure if there is an issue with how or where i placed the modules, my version of php, or drupal or just the module. if it is the module, can someone offer suggestions to a good alternative?<br><br><br>

<br>
root@swilson-laptop:/usr/share/drupal6# apache2ctl -v<br>Server version: Apache/2.2.14 (Ubuntu)<br>Server built:   Sep 28 2010 12:52:38<br>root@swilson-laptop:/usr/share/drupal6# php5 --version<br>PHP 5.3.2-1ubuntu4.5 with Suhosin-Patch (cli) (built: Sep 17 2010 13:41:55) <br>


Copyright (c) 1997-2009 The PHP Group<br>Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies<br>root@swilson-laptop:/usr/share/drupal6# apt-cache show drupal6 | grep Version<br>Version: 6.16-1<br>root@swilson-laptop:/usr/share/drupal6# cat /proc/version<br>


Linux version 2.6.32-25-generic (buildd@palmer) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010<br>root@swilson-laptop:/usr/share/drupal6# lsb_release -a<br>No LSB modules are available.<br>


Distributor ID: Ubuntu<br>Description:    Ubuntu 10.04.1 LTS<br>Release:        10.04<br>Codename:       lucid<br><br><br><br>
<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br></div>