SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 23, 2012, 11:41:09 am

Login with username, password and session length
Members
Total Members: 10069
Latest: tetsujrock
Stats
Total Posts: 28682
Total Topics: 4975
Online Today: 94
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 74
Total: 74
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 3 Guests are viewing this topic. « previous next »
Poll
Question: Error - Approve Images
- - 0 (0%)
-- - 0 (0%)
Total Voters: 0

Pages: 1 [2] Go Down Print
Author Topic: help Error - Approve Images  (Read 8197 times)
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #15 on: November 01, 2006, 06:28:26 pm »

Ok I changed some code with the LEFT JOIN

try this file
Logged
roberto
Newbie
*
Offline Offline

Posts: 23



View Profile WWW
« Reply #16 on: November 01, 2006, 06:36:50 pm »

Unknown column 'p.USER_ID_CAT' in 'on clause'
File: /web/htdocs/www.site.it/home/community/Themes/default/Gallery.template.php
Line: 1506
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #17 on: November 01, 2006, 06:38:29 pm »

Hmm very strange.
Can you try the file found in this post
http://www.smfhacks.com/index.php/topic,248.msg1628.html#msg1628

It doesn't have any LEFT Joins at all.
Logged
roberto
Newbie
*
Offline Offline

Posts: 23



View Profile WWW
« Reply #18 on: November 01, 2006, 07:33:12 pm »

ok... TANKS!!  Wink


Question:
Why in SMF New Installation

Admin -- Permissions -- SMF Gallery =

View SMF Gallery     
Add Picture    
Edit own Picture    
Delete own Picture    
Rate Picture    
Leave Comments    
Edit own Comment    
Report Pictures/Comments    
Auto Approve Comments    
Auto Approve Pictures    
Personal Gallery    
Manage Gallery



AND





GalleryLite Upgrade GalleryPRO


Admin -- Permissions -- SMF Gallery =

View SMF Gallery     
Add Picture    
Edit own Picture    
Delete own Picture    
Leave Comments    
Report Pictures/Comments    
Auto Approve Pictures    
Manage Gallery




Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #19 on: November 01, 2006, 07:38:55 pm »

Means it didn't upgrade right for the permissions

Open Sources/ManagePermissions.php
Find
Code:
'smfgallery' => array(
'smfgallery_view' => false,
'smfgallery_add' => false,
'smfgallery_edit' => false,
'smfgallery_delete' => false,
'smfgallery_comment' => false,
'smfgallery_report' => false,
'smfgallery_autoapprove' => false,
'smfgallery_manage' => false,
),
Replace with
Code:
'smfgallery' => array(
'smfgallery_view' => false,
'smfgallery_add' => false,
'smfgallery_edit' => false,
'smfgallery_delete' => false,
'smfgallery_ratepic' => false,
'smfgallery_comment' => false,
'smfgallery_editcomment' => false,
'smfgallery_report' => false,
'smfgallery_autocomment' => false,
'smfgallery_autoapprove' => false,
'smfgallery_usergallery' => false,
'smfgallery_manage' => false,
),
Logged
roberto
Newbie
*
Offline Offline

Posts: 23



View Profile WWW
« Reply #20 on: November 01, 2006, 07:43:40 pm »

YES!!!

 Grin

Grazie!

Logged
Pages: 1 [2] Go Up Print 
« previous next »
Jump to:  

Recent
[May 21, 2012, 08:54:11 am]

[May 20, 2012, 11:06:52 am]

[May 20, 2012, 05:58:11 am]

[May 19, 2012, 06:16:58 pm]

[May 19, 2012, 05:42:37 pm]

[May 18, 2012, 03:08:38 pm]

[May 17, 2012, 06:07:46 pm]

[May 17, 2012, 02:22:07 pm]

[May 17, 2012, 12:38:16 pm]

[May 15, 2012, 09:32:27 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 0.215 seconds with 20 queries.