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: 43260
Total Topics: 7518
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 242
Total: 243

Author Topic: Installation w/o probs but nothing to see  (Read 5210 times)

0 Members and 1 Guest are viewing this topic.

Offline realJedi

  • Member
  • *
  • Posts: 5
  • Booda Lothor
    • View Profile
    • Order of Hope | the real Jedi Order
Installation w/o probs but nothing to see
« on: February 26, 2013, 06:30:41 am »
Hey there, :)

I'm the responsible admin and tech-contact of the forum Qui-Ran Demera bought the pro-version for.

I set up SMF Gallery Pro on our SMF 2.0.4 with PortaMX 1.51 yesterday - without any error-messages. All files were copied and modified the way it should be during setup, just "./Themes/default/languages/Modifications.english-utf8.php" and "./Sources/PrettyUrls-Filters.php" were skipped untouched as announced before starting the procedure. Bad news: the gallery can't be found in the administration panel and the user interface, too. When installation was done, I've been redirected to the admin panel instead of the configuration page. My first thought then (after checking for successfull changes or errors) was to undo the changes via uninstall and switch from German to English language to try again, as I did, but this didn't work as well: no config available, no buttons, no text-links or new categories in the admin panel.

What, exactly, do I have to do?

Thanks a lot!
He who asks a question is a fool for a minute; he who does not remains a fool forever.
- Chinese proverb

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Installation w/o probs but nothing to see
« Reply #1 on: February 26, 2013, 10:25:47 am »
Did you install with the package manager or manually?

The key change for the admin area is the edits to the Sources/Admin.php check if that edit was done correclty.
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 realJedi

  • Member
  • *
  • Posts: 5
  • Booda Lothor
    • View Profile
    • Order of Hope | the real Jedi Order
Re: Installation w/o probs but nothing to see
« Reply #2 on: February 26, 2013, 10:43:09 am »
I used the package manager. By a look on the Changes on ./Sources/Admin.php it has obviously been changed. Is there a special entry I have to look for?

Thanks
He who asks a question is a fool for a minute; he who does not remains a fool forever.
- Chinese proverb

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Installation w/o probs but nothing to see
« Reply #3 on: February 26, 2013, 11:26:34 am »
Should have this code in that file
Code: [Select]
'gallery' => array(
'title' => $txt['smfgallery_admin'],
'permission' => array('smfgallery_manage'),
'areas' => array(
'gallery' => array(
'label' => $txt['smfgallery_admin'],
'file' => 'Gallery2.php',
'function' => 'GalleryMain',
'custom_url' => $scripturl . '?action=admin;area=gallery;sa=adminset;sesc=' . $sc,
'icon' => 'server.gif',
'subsections' => array(
'adminset' => array($txt['gallery_text_settings']),
'admincat' => array($txt['gallery_form_managecats']),
'approvelist' => array($txt['gallery_form_approveimages']),
'commentlist' => array($txt['gallery_form_approvecomments']),
'filespace' => array($txt['gallery_filespace']),
'catpermlist' => array($txt['gallery_text_catpermlist2']),
'batchftp' => array($txt['gallery_ftp']),


),
),),
),
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 realJedi

  • Member
  • *
  • Posts: 5
  • Booda Lothor
    • View Profile
    • Order of Hope | the real Jedi Order
Re: Installation w/o probs but nothing to see
« Reply #4 on: February 26, 2013, 02:45:17 pm »
Seems as if we found it. We had to change the path-settings because there was an old entry from an even older mkportal installation inside the paths (don't ask why... ???).
But there was another problem while importing from aeva media because we also have the PMX-Blog-System installed. We'll have some more testing on thursday with having PMX-Blog uninstalled.

Thanks a lot, we'll report our success :)
« Last Edit: February 26, 2013, 04:17:26 pm by realJedi »
He who asks a question is a fool for a minute; he who does not remains a fool forever.
- Chinese proverb

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Installation w/o probs but nothing to see
« Reply #5 on: February 26, 2013, 02:47:57 pm »
Ok let me know if you need help with it.
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 Cool

  • Member
  • *
  • Posts: 2
    • View Profile
Re: Installation w/o probs but nothing to see
« Reply #6 on: February 26, 2013, 03:42:05 pm »
hi,
i work together with @realJedi on that board, so i may clarify things.
1) the install of the gallery went fine up to the point where the redirection shows up. after the redirection it goes directly into the normal admin-panel not into the gallery-settings.
after we set the user-rights for the gallery we could get into the gallery-settings. then the path-settings inside the gallery-settings shows up a wrong path where "/mkportal/album/" is a part of the path.

but in the whole smf-system there donīt exists such path except inside very old posts where pictures are linked to the old mkportal-system wich donīt exists anymore.

so the question is how the gallery-settings get this (old)path from?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Installation w/o probs but nothing to see
« Reply #7 on: February 26, 2013, 03:44:44 pm »
Can you take a screenshot?

The gallery does not import old settings/paths. It should default to yourboard/gallery/ and http://www.yourdomain.com/gallery/
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 Cool

  • Member
  • *
  • Posts: 2
    • View Profile
Re: Installation w/o probs but nothing to see
« Reply #8 on: February 28, 2013, 03:09:24 pm »
sorry no screenshot for this.
after we deinstalled smf-blog the smf gallery installed without problems(also path was ok) and the "import" from aeva went allmost fine...just some small things to fix.

that this time the path-settings where ok is surely related to that we did not delete the db-tables(first setup) so all (right)settings where allready there.

so overall the gallery is up and running.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Installation w/o probs but nothing to see
« Reply #9 on: February 28, 2013, 03:12:47 pm »
Ok good glad to know you got it working.
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
7 Replies
5007 Views
Last post June 30, 2007, 03:53:46 pm
by tremane
0 Replies
3078 Views
Last post August 27, 2007, 06:37:55 am
by loud
11 Replies
7669 Views
Last post May 10, 2008, 04:30:56 pm
by SMFHacks
0 Replies
3571 Views
Last post December 03, 2008, 06:27:06 pm
by DarkFrost
1 Replies
5073 Views
Last post May 03, 2009, 08:24:15 am
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by Tonyvic
Today at 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

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