Try as I might I can't figure out how to get either of the two galleries I've created to appear on the front page. Also, when I try to Manage Content my only option is to Add a Gallery. If I add them again, duplicates appear when I upload a new photo and am given the chance to to assign that photo to a gallery.
I don't see any errors in the database logs--both galleries are created successfully, and both appear as type "gallery" in the node table. I can upload photos both singly and as multiples and assign photos to each Gallery.

I've also tried logging in as the Artist and as the Administrator user but that doesn't change this gallery issue.

My web site is at http://folio.openvistas.net. Even though it appears that there is no content, there really are 2 galleries, one with 2 photos and another with 11.

Comments

Jeff Ross’s picture

Further debugging...

I thought this might be an .htaccess issue because I got a 500 error when I first installed openfolio. After doing a little google-fu I just renamed the .htaccess file to .htaccess_old and was able to get into the site.

Today I dropped the database and re-installed openfolio. This time I put the following in the httpd.conf section for the folio.openvistas.net domain:


Options +Indexes FollowSymlinks +ExecCGI
AllowOverride All
Order allow,deny
Allow from all

which eliminated the 500 error.

I then made 2 galleries and uploaded photos to each. No galleries appear on the home page and when I go to Home -> Administration -> Manage Galleries I only see the option to add new galleries.

I've cleared all of the caches and rebuilt the permissions multiple times.

Here is the Status report from the site:

drupal.org's support forums and project issue queues.
Info
Drupal 7.20
Info
Install profile OpenFolio (openfolio-7.x-1.0-alpha5)
OK
Access to update.php Protected
OK
CTools CSS Cache Exists
OK
Colorbox plugin 1.4.3
OK
Configuration file Protected
OK
Cron maintenance tasks Last run 2 hours 35 min ago
You can run cron manually.
To run cron from outside the site, go to http://folio.openvistas.net/cron.php?cron_key=GxgzD-VATQ1OMvSFGbD3-rjgYy...
OK
Database system PostgreSQL
OK
Database system version 9.2.3
OK
Database updates Up to date
Warning
Drupal core update status No update data available
No update information available. Run cron or check manually.
OK
File system Writable (public download method)
OK
GD library PNG support bundled (2.0.34 compatible)
OK
GD library rotate and desaturate effects bundled (2.0.34 compatible)
OK
Node Access Permissions Disabled
If the site is experiencing problems with permissions to content, you may have to rebuild the permissions cache. Rebuilding will remove all privileges to content and replace them with permissions based on the current modules and settings. Rebuilding may take some time if there is a lot of content or complex permission settings. After rebuilding has completed, content will automatically use the new permissions. Rebuild permissions
OK
PHP 5.3.21 (more information)
OK
PHP extensions Enabled
OK
PHP memory limit 256M
OK
PHP register globals Disabled
Error
Plupload example folder Example folder found
Plupload library contains example files, these could constitute a security risk to your site as per PSA-2011-02. Please remove the profiles/openfolio/libraries/plupload/examples folder immediately.
OK
Plupload library 1.5.4
OK
Unicode library PHP Mbstring Extension
OK
Update notifications Enabled
OK
Upload progress Enabled (PECL uploadprogress)
OK
Web server Apache

Any clues would be most welcome :-)