Welcome, Guest. Please login or register.

ShoutBox!

Scrubmeister

2024-04-19, 10:32:40
Good to see the site back faster than ever. :)
 

Skhilled

2024-04-18, 21:09:09
I've upgraded the server...more resources. ;)
 

Ken

2024-04-18, 20:57:10
Now that you mention it...  :D
 

Skhilled

2024-04-18, 20:47:19
...and, you should notice that the site is much faster.  :o
 

Ken

2024-04-18, 20:31:37
Hey Steve.
 

Skhilled

2024-04-18, 17:56:10
Re-read the message below...
 

Skhilled

2024-03-31, 15:22:06
Oh yeah, you need to upgrade the site first...
 

Ken

2024-03-30, 09:54:54
Whoops! I forgot that the SMF install here on OFF is out of date!  :'(
 

Ken

2024-03-30, 09:44:48
 Conga-Rats Steve!  :thumbup:
Me gonna install it here just for the fun of it!  :)
 

Skhilled

2024-03-29, 22:15:23
Released!  :D

Recent Topics

TP Articles


Search in titles
Search in article texts

Author Topic: My Mind Sucks!  (Read 2634 times)

0 Members and 1 Guest are viewing this topic.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11670
  • Gender: Male
  • View Gallery
My Mind Sucks!
« on: August 22, 2014, 03:41:31 PM »
For most of my life my memory has been an irritation, causing me to do things and then find out that I had already done that same thing before, months or maybe even only days.  :o

So, I've just reinstalled the SMF Gallery Pro and after creating three albums it started acting up, saying that the fourth, fifth and sixth albums didn't exist.

So, after much thrashing about and posting for help on the SMF Gallery site I was reminded that back in January 2014 I had asked for help on the exact same issue!

Luckly for me a fix was already available as posted by Brad back in January.  :thumbup:
A temporary fix in TPortal.php about line #1024 you can find this code:
Code: [Select]
//return if not quite a category
if(isset($_GET['action']) && $_GET['action'] == 'manageboards')
return;

Change it to this:
Code: [Select]
//return if not quite a category
if(isset($_GET['action']) && ($_GET['action'] == 'manageboards' || $_GET['action'] == 'gallery'))
return;

Thanks Brad!   :bigteeth1:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled

  • Administrator
  • *
  • Posts: 8998
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: My Mind Sucks!
« Reply #1 on: August 23, 2014, 07:06:36 PM »
I think I've done the same thing once myself. LOL