Twitter SMFHacks Facebook SMFHacks SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 23, 2013, 06:24:13 pm

Login with username, password and session length
Members
Total Members: 10768
Latest: tuberose
Stats
Total Posts: 32392
Total Topics: 5480
Online Today: 69
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 1
Guests: 26
Total: 27
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Recurring Gallery Lite Error? (Update with new errors)  (Read 4246 times)
BAlGaInTl
Inline PM Customer
*****
Offline Offline

Posts: 8


View Profile
« on: June 07, 2007, 04:53:35 pm »

I was considering purchasing the Pro version of Gallery for the added features, but I want to make sure that I can get rid of this error first.

My SMF error log is filled with the following error:

Code:
8: Undefined index: gallery_text_oldpicture
File: /home/xxxxxxx/domains/xxxxxxxx/public_html/xxxxx/Themes/default/languages/Gallery.english.php (eval?)
Line: 621

Any thoughts on what might be causing this?
« Last Edit: June 11, 2007, 12:09:51 pm by BAlGaInTl » Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11002


View Profile
« Reply #1 on: June 07, 2007, 05:10:45 pm »

You are running an older version of Gallery Lite that erorr is basiclly a missing text string that says "Old Picture" was fixed in a later edition of Gallery Lite
Logged
BAlGaInTl
Inline PM Customer
*****
Offline Offline

Posts: 8


View Profile
« Reply #2 on: June 08, 2007, 07:16:47 am »

You are running an older version of Gallery Lite that erorr is basiclly a missing text string that says "Old Picture" was fixed in a later edition of Gallery Lite

I've downloaded the latest version from the site.

Is there an easy way to upgrade?
Logged
BAlGaInTl
Inline PM Customer
*****
Offline Offline

Posts: 8


View Profile
« Reply #3 on: June 08, 2007, 07:22:50 am »

Nevermind... I think I have it.
Logged
BAlGaInTl
Inline PM Customer
*****
Offline Offline

Posts: 8


View Profile
« Reply #4 on: June 11, 2007, 12:03:25 pm »

Ok....

Well... I'm updated, the gallery is working, but now I'm getting more errors than ever:

Code:
8: Undefined index: allow_gallery
File: /home/xxxx/domains/xxxx.com/public_html/xxxx/Themes/default/Admin.template.php (eval?)
Line: 645

I get this for EVERY page visited, and my error log is filling up FAST.

Is there a quick fix for this?  What is causing it?
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11002


View Profile
« Reply #5 on: June 11, 2007, 06:47:45 pm »

Sounds like you are missing text strings in Modificaitons.english.php
Logged
BAlGaInTl
Inline PM Customer
*****
Offline Offline

Posts: 8


View Profile
« Reply #6 on: June 11, 2007, 08:13:55 pm »

Sounds like you are missing text strings in Modificaitons.english.php


I've tried uninstalling and re-installing the gallery and I have the same problem.

What text strings should I have in the file?
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11002


View Profile
« Reply #7 on: June 11, 2007, 08:18:06 pm »

Code:
//Begin SMF Gallery Text Strings
$txt['smfgallery_title'] = 'Gallery For SMF';
$txt['smfgallery_menu'] = 'Gallery';
$txt['smfgallery_version'] = '1.0 Lite';
$txt['smfgallery_admin'] = 'Gallery Configuration';

//Permissions
$txt['permissiongroup_smfgallery'] = 'SMF Gallery';

$txt['permissionname_smfgallery_view'] = 'View SMF Gallery';
$txt['permissionhelp_smfgallery_view'] = 'Allows the user to view the Gallery';
$txt['cannot_smfgallery_view'] = 'You are not allowed to view the Gallery';

$txt['permissionname_smfgallery_add'] = 'Add Picture';
$txt['permissionhelp_smfgallery_add'] = 'Allows the user to add a picture.';
$txt['cannot_smfgallery_add'] = 'You are not allowed to add a picture.';

$txt['permissionname_smfgallery_edit'] = 'Edit own Picture';
$txt['permissionhelp_smfgallery_edit'] = 'Allows the user to edit a picture.';
$txt['cannot_smfgallery_edit'] = 'You are not allowed to edit a picture.';

$txt['permissionname_smfgallery_delete'] = 'Delete own Picture';
$txt['permissionhelp_smfgallery_delete'] = 'Allows the user to delete a picture.';
$txt['cannot_smfgallery_delete'] = 'You are not allowed to delete a picture.';

$txt['permissionname_smfgallery_comment'] = 'Leave Comments';
$txt['permissionhelp_smfgallery_comment'] = 'Allows the user to leave comments on a picture.';
$txt['cannot_smfgallery_comment'] = 'You are not allowed to leave comments.';

$txt['permissionname_smfgallery_report'] = 'Report Pictures/Comments';
$txt['permissionhelp_smfgallery_report'] = 'Allows the user to report pictures and comments.';
$txt['cannot_smfgallery_report'] = 'You are not allowed to report content.';

$txt['permissionname_smfgallery_autoapprove'] = 'Auto Approve Pictures';
$txt['permissionhelp_smfgallery_autoapprove'] = 'Pictures do not need to wait for approval.';

$txt['permissionname_smfgallery_manage'] = 'Manage Gallery';
$txt['permissionhelp_smfgallery_manage'] = 'Allows the user to add/delete/edit all catagories. Delete Comments, Delete Pictures, Approve Pictures';
$txt['cannot_smfgallery_manage'] = 'You are not allowed to manage gallery.';

//END SMF Gallery Text Strings

If it just says allow_gallery and not allow_smfgallery it might be another mod.
Logged
BAlGaInTl
Inline PM Customer
*****
Offline Offline

Posts: 8


View Profile
« Reply #8 on: June 11, 2007, 10:09:07 pm »


If it just says allow_gallery and not allow_smfgallery it might be another mod.

I believe you are correct.  It looks like I may have some orphaned code from the Oldiesman Gallery2 integration I was testing.  I will have to see if I can track it down.
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 02:50:52 pm]

[Today at 04:50:21 am]

[May 22, 2013, 10:03:30 pm]

[May 22, 2013, 03:00:09 pm]

[May 22, 2013, 03:03:31 am]

[May 21, 2013, 03:27:16 pm]

[May 21, 2013, 02:11:10 pm]

[May 21, 2013, 01:18:58 pm]

[May 21, 2013, 12:22:02 am]

[May 21, 2013, 12:20:41 am]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
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 1.573 seconds with 22 queries.