Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 241
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 228
Total: 228

Author Topic: Undefined index: gallery_cat_cusfields  (Read 3931 times)

0 Members and 1 Guest are viewing this topic.

Offline Michel68

  • SMF Gallery Pro Customer
  • Full Member
  • *****
  • Posts: 165
    • View Profile
Undefined index: gallery_cat_cusfields
« on: March 18, 2016, 03:57:01 am »
index.php?action=gallery;sa=search
8: Undefined index: gallery_cat_cusfields
Datei: /homepages/Themes/default/Gallery2.template.php
Line: 3874

My log ist full with these errors


Line: 3874
Code: [Select]
if (count($context['gallery_cat_cusfields']) > 0)
{
echo '  <tr class="windowbg2">
  <td align="right"><b>',$txt['gallery_custom_fields'], '</b></td>';
  echo '<td><select name="customfields[]" multiple="multiple">
  <option value="0">' . $txt['gallery_text_catnone'] . '</option>
  ';
 
  foreach($context['gallery_cat_cusfields'] as $custom)
  {
  echo '<option value="' . $custom['ID_CUSTOM'] . '">' . $custom['title'] . '</option>';
  }
 
 
  echo '

and

index.php?action=gallery;sa=search2
8: Undefined index: customfields
Datei: /homepages/Sources/Gallery2.php
Line: 5345

Code: [Select]

$customfields = $_REQUEST['customfields'];

$context['search_cusfields_data'] = array();

if (!empty($customfields))
« Last Edit: March 18, 2016, 04:01:30 am by Michel68 »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Undefined index: gallery_cat_cusfields
« Reply #1 on: March 18, 2016, 08:34:19 am »
Updated for fix
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/

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
3954 Views
Last post March 27, 2009, 02:52:42 pm
by dry3210
5 Replies
5146 Views
Last post February 26, 2010, 01:49:14 pm
by SMFHacks
7 Replies
6134 Views
Last post February 02, 2012, 08:06:17 pm
by SMFHacks
8 Replies
13327 Views
Last post December 04, 2012, 08:45:52 pm
by SMFHacks
1 Replies
3796 Views
Last post September 03, 2015, 12:03:16 pm
by SMFHacks

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal