Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4220
Latest: agolac
New This Month: 1
New This Week: 1
New Today: 0
Stats
Total Posts: 42854
Total Topics: 7464
Most Online Today: 112
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 51
Total: 51

Author Topic: Recurring Gallery Lite Error? (Update with new errors)  (Read 8345 times)

0 Members and 1 Guest are viewing this topic.

Offline BAlGaInTl

  • Member
  • *
  • Posts: 8
    • View Profile
Recurring Gallery Lite Error? (Update with new errors)
« 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: [Select]
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 »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16257
    • View Profile
Re: Recurring Gallery Lite Error?
« 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
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline BAlGaInTl

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Recurring Gallery Lite Error?
« 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?

Offline BAlGaInTl

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Recurring Gallery Lite Error?
« Reply #3 on: June 08, 2007, 07:22:50 am »
Nevermind... I think I have it.

Offline BAlGaInTl

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Recurring Gallery Lite Error?
« 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: [Select]
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?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16257
    • View Profile
Re: Recurring Gallery Lite Error? (Update with new errors)
« Reply #5 on: June 11, 2007, 06:47:45 pm »
Sounds like you are missing text strings in Modificaitons.english.php
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline BAlGaInTl

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Recurring Gallery Lite Error? (Update with new errors)
« 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?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16257
    • View Profile
Re: Recurring Gallery Lite Error? (Update with new errors)
« Reply #7 on: June 11, 2007, 08:18:06 pm »
Code: [Select]
//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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline BAlGaInTl

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Recurring Gallery Lite Error? (Update with new errors)
« 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.

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
5124 Views
Last post December 04, 2007, 09:27:54 pm
by SMFHacks
5 Replies
3352 Views
Last post January 24, 2010, 04:35:13 pm
by SMFHacks
1 Replies
2426 Views
Last post February 11, 2011, 08:41:46 am
by SMFHacks
6 Replies
5104 Views
Last post November 24, 2013, 03:03:34 pm
by dan42101
3 Replies
2911 Views
Last post May 04, 2017, 03:30:12 pm
by SMFHacks

+- Recent Topics

Is the PayPal Sandbox still working? by Nicole
Today at 06:51:18 am

Question on Completed Listing & Reserve Price by Nicole
June 01, 2023, 06:06:12 pm

[Mod]GDPR Helper by Nicole
May 29, 2023, 11:58:49 pm

RSS Feed Poster Database Error by SMFHacks
May 22, 2023, 06:26:18 pm

Errors With Older Version. by Ken.
May 09, 2023, 05:35:40 pm

Pretty Urls SEO Pro by SMFHacks
May 06, 2023, 03:30:11 pm

New Post Image Upload Error by Mike66
April 28, 2023, 07:30:28 am

Copyright Removal Key by SMFHacks
April 03, 2023, 02:44:28 pm

Converting from Aeva Media by sudhakar
April 02, 2023, 11:09:54 am

Using SMF's Built-in Search Algorithm by shuban
March 27, 2023, 09:15:10 am

Powered by EzPortal