Jay:

I saw this issue was auto closed for an earlier release due to inactivity. I'm still getting these errors in the latest beta. #1487042: Installation issue with Ajax error

Strict warning: Only variables should be passed by reference in nodequeue_post_import() (line 43 of /var/www/openchurch-7.x-1.11-beta11/profiles/openchurch/modules/contrib/defaultcontent/plugins/nodequeue.inc).
Strict warning: Only variables should be passed by reference in nodequeue_post_import() (line 43 of /var/www/openchurch-7.x-1.11-beta11/profiles/openchurch/modules/contrib/defaultcontent/plugins/nodequeue.inc).

I took the previous advice and upped the php memory limit to 512MB and max execution time to 360 and bounced apache afterwards. Problem persisted. I made 3 attempts with the same results.

The first time I downloaded with drush and manually clicked through the install. The second time I used drush to both download and install, and the third time downloaded with drush and I tried the manual click install again.

This is running on a server in my home office on Ubuntu Server 13.04 with LAMP stack. Fresh MySQL database. Apache2 is running as www-data. (I know there are some security issues below...just trying to test this stuff out first).

Steps (1st/3rd tries):

cd /var/www
sudo drush dl openchurch
sudo ln -s openchurch-7.x-1.11-beta11 openchurch
cd /var/www/openchurch/sites/default
sudo cp default.settings.php settings.php
sudo mkdir files
sudo chown -R www-data:www-data /var/www/openchurch
sudo chmod u+rwx ./files
firefox http://localhost/openchurch/

Steps (2nd try):

myuser@localhost:/var/www/openchurch$ sudo drush si -y openchurch --db-url=mysql://oc_test:oc_test123@localhost:3306/oc_test
You are about to create a sites/default/files directory and create a sites/default/settings.php file and DROP all tables in your 'oc_test' database. Do you want to continue? (y/n): y
No tables to drop. [ok]
Starting Drupal installation. This takes a few seconds ... [ok]
sh: 1: /usr/sbin/sendmail: not found
WD mail: Error sending e-mail (from admin@example.com to admin@example.com).  [error]
Installation complete.  User name: admin  User password: WUuxfRnuFX [ok]
Strict warning: Only variables should be passed by reference in nodequeue_post_import() (line 43 of /var/www/openchurch-7.x-1.11-beta11/profiles/openchurch/modules/contrib/defaultcontent/plugins/nodequeue.inc). [error]
Strict warning: Only variables should be passed by reference in nodequeue_post_import() (line 43 of /var/www/openchurch-7.x-1.11-beta11/profiles/openchurch/modules/contrib/defaultcontent/plugins/nodequeue.inc). [error]
Unable to send e-mail. Contact the site administrator if the problem persists. [error]
You can now configure the CAPTCHA module for your site.  [status]
Google import complete. [status]
To use menu blocks, find the "Add menu block" link on the administer blocks page. [status]
A PHP code text format has been created. [status]
The queue has been created. [status]
To use Superfish go to the administer blocks page and enable a Superfish block. [status]

Obviously during that second try I didn't have sendmail installed/setup. I corrected that before making the third attempt.

I'd appreciate your assistance. Just let me know what info you need.

Thanks.

Comments

drupalninja99’s picture

Status: Active » Needs review

You are going to want to turn off strict. I don't believe Drupal contrib modules necessarily adhere to strict syntax. Also since this is a defaultcontent module issue you might want to look there first, thx!

drupalninja99’s picture

Status: Needs review » Closed (works as designed)