Quote:
Originally Posted by Webmist
Okay I've gone over everything with the users. I've checked user tables and they are duplicating into the gallery users nicely but I can't view any images. I keep getting this error. I have a fresh install of Gallery2 and one album. I run under the following:
Subdreamer is root/
Forums is forum/
Gallery2 is gallery2/
Code:
line: 115, G2 did not return a success status. Here is the error message from G2:
Error (GALLERY_SUCCESS)
* in at line 0
Warning: Cannot use a scalar value as an array in /gallery2.php on line 51
I changed the query to report to true and line #51 is the following:
PHP Code:
$data['title'] = (isset($data['title']) && !empty($data['title'])) ? $data['title'] : 'Gallery';
Anyone want to take a shot at this?
|
did you create an account and then remove it?
the #51 thing i dont know.... all the scripts have that, yours is reporting an error for some reason....