Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 247
Total: 247

Author Topic: Install Problem  (Read 15747 times)

0 Members and 1 Guest are viewing this topic.

Offline SpookyDan

  • Member
  • *
  • Posts: 8
    • View Profile
Install Problem
« on: April 25, 2007, 08:51:49 pm »
I am trying to add this package to a fresh SMF install.

It uploads fine and goes thru these steps:

Installing this package will perform the following actions:
   Type    Action    Description
1.    Execute Modification    ./Themes/default/languages/Modifications.english.php    Test successful
2.    Execute Modification    ./Themes/default/languages/Who.english.php    Test successful
3.    Execute Modification    ./index.php    Test successful
4.    Execute Modification    ./Themes/default/index.template.php    Test successful
5.    Execute Modification    ./Sources/Subs.php    Test successful
6.    Execute Modification    ./Sources/ManagePermissions.php    Test successful
7.    Extract File    ./Sources/Gallery.php    
8.    Extract File    ./Themes/default/Gallery.template.php    
9.    Extract Tree    ./gallery    
10.    Extract File    ./Themes/default/languages/Gallery.english.php    
11.    Extract File    ./Themes/default/languages/Gallery.english-utf8.php    
12.    Execute Code    galleryinstall.php


When I click on "install now" it goes to the next page and says "redirecting..." than inothing happens and it just takes me back to the main index page.

Any suggestions?

Thanks

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Install Problem
« Reply #1 on: April 25, 2007, 08:58:19 pm »
Might be a permissions issue try changing all the files to 777 or install the mod manually.
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 SpookyDan

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Install Problem
« Reply #2 on: April 25, 2007, 09:00:56 pm »
I tried the chmod thing.

Are there instructions for a manual install somewhere?

Thanks

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Install Problem
« Reply #3 on: April 25, 2007, 09:05:32 pm »
You would use a package translator basiclly upload the package to this link http://www.smfhacks.com/smf-package-parser.html and then follow the instructions it gives.
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 SpookyDan

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Install Problem
« Reply #4 on: April 25, 2007, 09:15:32 pm »
Ok I started the manual install and ran into a problem with the first step...  running galleryinstall.php

Fatal error: Call to undefined function db_query() in /*****/*****/Packages/galleryinstall.php on line 22

I added the stars for privacy.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Install Problem
« Reply #5 on: April 25, 2007, 09:19:30 pm »
Try adding this code to the top of the galleryinstall.php file after <?php
if (file_exists('../SSI.php') && !defined('SMF'))
   require_once('../SSI.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 SpookyDan

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Install Problem
« Reply #6 on: April 25, 2007, 09:22:32 pm »
Now I get this error:

Incorrect table name ''
File: /****/****/Packages/galleryinstall.php
Line: 41

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Install Problem
« Reply #7 on: April 25, 2007, 09:30:07 pm »
Do a find and replace for ` and replace it with nothing
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 SpookyDan

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Install Problem
« Reply #8 on: April 25, 2007, 09:38:00 pm »
that got me a blank white screen

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Install Problem
« Reply #9 on: April 25, 2007, 10:00:19 pm »
That's good just supposed to add the database tables does not display anything.
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 SpookyDan

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Install Problem
« Reply #10 on: April 26, 2007, 07:13:36 am »
Ok thanks a lot for your help so far.  I got the gallery working but within the gallery no photos show up anywhere.  It says I sucessfully uploaded them... the decriptions and such show, just no images.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Install Problem
« Reply #11 on: April 26, 2007, 07:17:10 am »
Link to the gallery needs to be visible to the public
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 SpookyDan

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Install Problem
« Reply #12 on: April 26, 2007, 07:25:19 am »
What do you mean by public link?

Also... tho it says they were uploaded nothing has been added to my gallery folder.
« Last Edit: April 26, 2007, 07:29:03 am by SpookyDan »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Install Problem
« Reply #13 on: April 26, 2007, 07:38:08 am »
I meant a link to your forum with the gallery.
Or you can check the Gallery Configuration -> Settings make sure the path and url are correct.
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 SpookyDan

  • Member
  • *
  • Posts: 8
    • View Profile
Re: Install Problem
« Reply #14 on: April 26, 2007, 08:34:28 am »
Ahh it was because my GD wasnt installed.  All is working now, thanks again for all your help.  This has by far been the fastest and most useful support I have ever gotten on any forum EVER!

 

Related Topics

  Subject / Started by Replies Last post
8 Replies
7229 Views
Last post August 05, 2007, 04:05:23 pm
by yannlog
4 Replies
5307 Views
Last post May 31, 2009, 05:24:00 pm
by tridirk
0 Replies
3467 Views
Last post June 18, 2009, 05:54:11 am
by darrenb1
9 Replies
6798 Views
Last post November 20, 2009, 07:01:30 pm
by scmahnke
5 Replies
1939 Views
Last post December 17, 2019, 01:29:22 pm
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

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

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal