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: 230
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 214
Total: 214

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DragonLady

Pages: [1] 2 3
1
Support / Re: Trying to install 8.0.5a after upgrade to RC2
« on: April 29, 2019, 05:45:27 am »
Quote
Your Version: 8.0.4 Latest Version: 8.0.5 Your gallery version is not up to date!

2
Support / Re: Trying to install 8.0.5a after upgrade to RC2
« on: April 28, 2019, 11:27:41 pm »
Okay; I found the old topic and followed those instructions.  The gallery is installed now, but in the admin panel it says it's out of date.

I do have the 8.0.5 zip, which says 8.0.5a in the list on the package manager. Is there another file I need to work on? 

3
Support / Re: Trying to install 8.0.5a after upgrade to RC2
« on: April 28, 2019, 11:01:20 pm »
You would need to run galleryinstall2.php Same instructions before that we had in the other topic when you upgraded.

I do still think something is wrong with your file permissions since the module should make all the file edits...without you doing manually install.


Sorry....  I'd forgotten I had this issue before.  I will ask at SMF community about the file permissions, because the package manager  used to work perfectly.


I ran galleryinstall2.0.x.php
but only got this message:

Creating Indexes...
Recounting gallery member picture totals please wait
Recounting gallery picture totals please wait
Recounting Main Galleries...
Recounting User Galleries...
Recounting gallery totals completed.
Recounting Last Pictured Posted.
Final Tag Cloud Checks


But there it stops.  There is no galleryinstall2.php in the 8.0.5 zip I just downloaded.

4
Support / Trying to install 8.0.5a after upgrade to RC2
« on: April 27, 2019, 11:43:05 pm »
I'm trying to reinstall my gallery after upgrading to RC2, but the package manager doesn't seem to be doing anything, and when I try to manually run galleryinstall.php I get an error:

Fatal error: Uncaught Error: Call to undefined function db_query() in /my_path/galleryinstall.php:32 Stack trace: #0 {main} thrown in /my_path/galleryinstall.php on line 32


I'm not certain the issue with package manager is confined to issues with the gallery; I just haven't tried to install anything else and probably won't for a while if at all.


I was using 8.0.4 before, but it won't reinstall emulating RC1 either.


As always, any help at all is appreciated. :)

5
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 21, 2019, 10:57:20 am »
Okay; that worked...so far, so good. I think everything is working now, but will keep an eye on it for a while, and let you know if I find any more issues.

6
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 21, 2019, 08:27:57 am »
I recreated the file tree, and now the images are there.... But, I still have at least one more problem: the permissions file under "Manage Permissions" in admin panel doesn't display any of the settings for the gallery.


I'm getting this error:

Type of error: Undefined

8: Undefined index: permissionname_smfgallery_usergallery
DOMAIN/sg/index.php?action=admin;area=permissions;sa=modify;group=0
PATH/sg/Sources/ManagePermissions.php (Line 1640)

7
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 21, 2019, 07:36:26 am »
Yes; it's an upgrade.  As I said, the program seems to work, but the images are all missing, so I assume I need to recreate the original folders they were in.

8
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 21, 2019, 12:50:24 am »
It looks like most of the old images are in a folder just named "0".  Should I recreate it?

9
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 21, 2019, 12:48:42 am »
Aha!  It was in the wrong folder. 

Okay; gallery is working...but all the images are missing.  Where are they now?

10
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 21, 2019, 12:19:28 am »
Sorry for the delay getting back to you.

I ran through the Package Parser instructions, and it went well 'til the very end. The last modification says:

  $sourcedir/Subs-Graphics.php
FIND:
// Save it!
   if (!empty($modSettings['avatar_download_png']))
      imagepng($dst_img, $destName);
   else
      imagejpeg($dst_img, $destName, 65);

But that doesn't exist.  The closest I can find is:


// Resize it.
   if (!empty($modSettings['avatar_download_png']))
      $success = resizeImageFile($url, $destName, $max_width, $max_height, 3);
   else
      $success = resizeImageFile($url, $destName, $max_width, $max_height);


Should I replace that instead? Or is that the wrong thing altogether?

Otherwise...we seem to be getting closer.  I'm only getting one error now in my log:

Type of error: Template

Unable to load the 'Gallery2.1' template.
DOMAIN/sg/index.php?action=gallery




11
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 18, 2019, 11:49:27 am »
Yeah; it never occurred to me to ask if the directories needed changed, and I thought the install script would make whatever changes were needed.

Next time I'll know better.

12
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 18, 2019, 11:35:43 am »
Okay; I'll try that tonight and let you know how it goes.

Thank-you for all your help so far!

13
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 18, 2019, 09:28:58 am »
Cleared all the logs, but am still getting this error:

Type of error: Undefined

8: Undefined index: smfgallery_admin
http://domain/sg/index.php?action=admin;area=logs;sa=errorlog;desc
/MY PATH/sg/Sources/GalleryHooks.php (Line 77)

14
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 18, 2019, 09:16:05 am »
Quote
Unable to load the 'Gallery2.1' template.

Should this file be in the "sources" folder, too?  Are there others that should be?  Should some of the other files be in other folders?

15
Support / Re: SMF 2.1 RCI & SMF Gallery Pro 8.04 500 Errors
« on: February 18, 2019, 09:14:55 am »
Make sure GalleryHooks.php is found in your Sources folder. If not that would be why the errors are logged.


Aha! Okay...there is no "sources" folder in the .zip file, so I didn't realize anything needed to be in there.


I have the gallery link (with a question mark for an icon?  Is that correct?), and now I'll go see if it seems to be working at all.


Pages: [1] 2 3

+- 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