| Author |
Message |
puggy
Beginner


Joined: Aug 28, 2007 Posts: 4
|
Posted: Tue Aug 28, 2007 1:18 pm Post subject: I am Stuck |
|
|
Where and when am I suppose to do this?
I have phpBB3 and Gallery 2
INSERT INTO `phpbb_acl_options` ( `auth_option_id` , `auth_option` , `is_global` , `is_local` , `founder_only` ) VALUES (NULL , 'a_gallery2', '1', '0', '0'); |
|
| Back to top |
|
|
AdBot
|
|
| Back to top |
|
 |
hazmat
Beginner


Joined: Aug 24, 2007 Posts: 11
|
Posted: Tue Aug 28, 2007 1:40 pm Post subject: Re: I am Stuck |
|
|
| This is a sql statement for your database. |
|
| Back to top |
|
|
puggy
Beginner


Joined: Aug 28, 2007 Posts: 4
|
Posted: Tue Aug 28, 2007 2:14 pm Post subject: Re: I am Stuck |
|
|
found it right after I posted, now stuck on this - I cannot find
"$i = 0;
foreach ($id_cache as $user_id => $row)"
in memberlist.php |
|
| Back to top |
|
|
puggy
Beginner


Joined: Aug 28, 2007 Posts: 4
|
Posted: Tue Aug 28, 2007 4:06 pm Post subject: Re: I am Stuck |
|
|
Parse error: parse error, unexpected T_DOUBLE_ARROW in forum/includes/functions.php on line 4217
Went through and could not find where the error is |
|
| Back to top |
|
|
puggy
Beginner


Joined: Aug 28, 2007 Posts: 4
|
Posted: Wed Aug 29, 2007 10:03 am Post subject: Re: I am Stuck |
|
|
| Got it working found missing a comma of all things. |
|
| Back to top |
|
|
|
|
|
|
|