Hey wait, you're an admin! We can tell you stuff.
There's an error message below and you can find more details in gallery3/var/logs (look for the file with the most recent date on it). Stuck? Stop by the Gallery 3 Forums and ask for help. You can also look at our list of open tickets to see if the problem you're seeing has been reported. If you post a request, here's some useful information to include:
Platform information
Operating system: Linux 2.6.32-358.6.2.el6.x86_64
Apache: Apache/2.2.15 (CentOS)
PHP: 5.3.27
MySQL: 5.1.69
Server load: 0.12 0.13 0.09
Graphics toolkit: gd
Gallery stats
Version: 3.0.9 (Chartres)
Albums: 0
Photos: 0
InvalidArgumentException [ 0 ]:
Passed variable is not an array or object, using empty array instead
MODPATH/gallery/helpers/theme.php[ 106 ]
101 }
102
103 static function get_info($theme_name) {
104 $theme_name = preg_replace("/[^a-zA-Z0-9\._-]/", "", $theme_name);
105 $file = THEMEPATH . "$theme_name/theme.info";
106 $theme_info = new ArrayObject(parse_ini_file($file), ArrayObject::ARRAY_AS_PROPS);
107 $theme_info->description = t($theme_info->description);
108 $theme_info->name = t($theme_info->name);
109
110 return $theme_info;
111 }
MODPATH/gallery/helpers/theme.php[ 106 ] » ArrayObject->__construct( arguments )
MODPATH/gallery/libraries/Theme_View.php[ 46 ] » theme_Core::get_info( arguments )
MODPATH/gallery/controllers/albums.php[ 63 ] » Theme_View_Core->__construct( arguments )
MODPATH/gallery/controllers/albums.php[ 22 ] » Albums_Controller->show( arguments )
{PHP internal call} » Albums_Controller->index()
SYSPATH/core/Kohana.php[ 331 ] » ReflectionMethod->invokeArgs( arguments )
{PHP internal call} » Kohana_Core::instance( arguments )
SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments )
APPPATH/Bootstrap.php[ 67 ] » Event_Core::run( arguments )
DOCROOT/index.php[ 116 ] » require( arguments )
Posts: 27300
Looks to me like some files got corrupt or not all there. I'd start over fresh.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 5
looks like it was a php config thing. Solved!
Posts: 3
Do you remember what php config thing needed to be changed/fixed?
UPDATE: My hosting company has disabled parse_ini_file. I'm working on how to re-enable it. http://galleryproject.org/node/113179