We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Easy Gallery Module: (BETA)

Development and Programming

rick.prince's avatar
rick.prince
111 posts
17 years ago
rick.prince's avatar rick.prince

Is there anyway you can work around that? My host is fairly specific about safe mode being on :(

       
rick.prince's avatar
rick.prince
111 posts
17 years ago
rick.prince's avatar rick.prince

Nevermind - found a workaround with my host 😊

       
Briggs's avatar
Briggs
111 posts
17 years ago
Briggs's avatar Briggs

Hi again,

Still playing around with this. Tried a fresh installation of both. Still not sure what could be causing the problem though!

Anyways, now instead of my home page being sucked into the gallery content area (after you press the gallery tab), i know how the whole control panel page, on the easy gallery module settings page.

Screen shot attached!

Still the same issue, but different page being sucked in this time! Kinda funny, though odd!

The instructions are pretty simple for this module, but perhaps I screwed it up somewhere (3 times in a row?) ? Do you think that might mess something up?

Just very curious as to how it decides what page to suck into that iframe, first the home page, now a different part of the the control panel. Atlaest the header and footer arent affected this time.

What Build are you guys on, for ExpressionEngine?

       
Briggs's avatar
Briggs
111 posts
17 years ago
Briggs's avatar Briggs

Well I am quite confused then. I’m not sure what I could be doing wrong.

  • Files go in folders.
  • Jquery in my root dir
  • added the required line in the cp page, under the chunk of security code
  • read every line of that installation file

Ahh I am confused, and I really wanted this to work! lol

       
Briggs's avatar
Briggs
111 posts
17 years ago
Briggs's avatar Briggs
yes it is confusing… Which php version are you running ?

PHP Version 4.4.6

       
wiL.Laxa's avatar
wiL.Laxa
69 posts
17 years ago
wiL.Laxa's avatar wiL.Laxa
yes it is confusing… Which php version are you running ?
PHP Version 4.4.6

Thanks Victor for helping out. Yes it is very confusing indeed hmmm… There’s something different about the server you are on.

The next beta should address all those problems. Maybe you can wait for it until its out. 😊

       
Briggs's avatar
Briggs
111 posts
17 years ago
Briggs's avatar Briggs

Don’t mind me guys, I don’t expect tech support anything, just lending my findings again.

I installed a fresh copy of EE again on a DIFFERENT server, this time a server with PHP 5.1.6.

The gallery tab/page shows a blank area where the gallery stuff should be, again. This leads me to believe I am messing something up somewhere, which I don’t know what.

I don’t know if its the directory structure I have or what.

The ee portion of the site is not in the root directory, i have it in a beta folder. The jquery folder however is in the root directory, otherwise the upload_test.html page doesn’t work (since it’s looking for jquery/upload.php in the root directory), but could this setup be messing up the flash for the gallery module?

For the other installations I’ve done, that also don’t work, everything, including the ee site, have been in the root directory.. so maybe that doesn’t change anything, since they both don’t work.

Here’s another screen shot for fun!

Is this correct?

/** ----------------------------------------------
        /**  Security check
        /** ---------------------------------------------*/
                
        if ( ! in_array($weblog_id, $assigned_weblogs))
        {
            return $DSP->no_access_message($LANG->line('unauthorized_for_this_blog'));
        }
        
        # Enable $entry_id (not sure if this is a bug but $entry_id hook is always empty)
        $entry_id = $IN->GBL('entry_id');

Don’t mind me, I have nothing better to do 11:45 Friday evening, just messing around!

       
quaimaker's avatar
quaimaker
8 posts
17 years ago
quaimaker's avatar quaimaker

Hi,

I’m a little bit helpless: I have in my CP the Gallery Tab, but it is without fields. The upload_test.html works fine without errors.

The version from Expression Engine is 1.6 (20070815) and I don’t have other extensions in use.

Thanks, Oliver

[edit: hmm, i’m not alone. also a consolation 😉]

       
wiL.Laxa's avatar
wiL.Laxa
69 posts
17 years ago
wiL.Laxa's avatar wiL.Laxa

Thanks so much for doing those tests. Unfortunately my client gave me 2 whole websites to do in 2 weeks so everything has delayed. I definitely wanted to finish this modules so I can start working on Easy Files and the much anticipated Easy Shop.

I can’t promise anything at the moment until I finished this last website which should be another week or hopefully sooner.

Thanks for the patience people! :D

       
emagine media's avatar
emagine media
65 posts
17 years ago
emagine media's avatar emagine media

I have the same problem, installed the extension, and when I click ‘gallery’ tab, I get a blank page.

Uninstalling until further notice, or the next update. Keep us posted.

       
wiL.Laxa's avatar
wiL.Laxa
69 posts
17 years ago
wiL.Laxa's avatar wiL.Laxa

I assure you I’m currently working on this right now. It has been a pain trying to debug for IE that’s why I lost a bit of my motivation. I finally figured out what’s causing it and fixed it. I’ll be sticking to DIVs for now as there’s still some research needed to be done regarding iframes and JQuery.

I’m focussed on this right now as a client of mine needs it badly so expect to have something up this weekend.

Victor, help me out with that video thing so I can put a video on how to install this script :D.

Thanks a lot for your patience and support all. 😊

       
Briggs's avatar
Briggs
111 posts
17 years ago
Briggs's avatar Briggs

Good luck!

       
wiL.Laxa's avatar
wiL.Laxa
69 posts
17 years ago
wiL.Laxa's avatar wiL.Laxa
Hi, I’m a little bit helpless: I have in my CP the Gallery Tab, but it is without fields. The upload_test.html works fine without errors. The version from Expression Engine is 1.6 (20070815) and I don’t have other extensions in use. Thanks, Oliver [edit: hmm, i’m not alone. also a consolation 😉]

Resolving Empty Easy Gallery Tab under Publish

Usually TinyMCE is the culprit, if you disable it usually Easy Gallery works.

Unfortunately TinyMCE’s code is not using $EXT->last_call which prevents it from interfering with other Extensions using the same hook.

You will need to modify the ext.tinymce.php code to enable that. I’ll elaborate later.

Regards, wiL

BTW: I’ve added more feature and made it compatible with IE, hopefully packing another beta in the afternoon. 😊

       
Briggs's avatar
Briggs
111 posts
17 years ago
Briggs's avatar Briggs

Heh, that’s funny. I do have TinyMCE installed, but it doesn’t work. When I disable it and go to the gallery page, i get that weird page where it sucks in my home page and headers into my EE control panel! When Tiny is enabled, i get the blank screen

Though, on other installations, with nothing but the gallery installed, i still get the blank gallery tab.

Oh well, i look forward to the new release. I don’t think you realize how excited I am.. lol

       
wiL.Laxa's avatar
wiL.Laxa
69 posts
17 years ago
wiL.Laxa's avatar wiL.Laxa

OMG what a DAY! Clients Relations and Tech Support plus Project and System Admin all in one day.

Now I have to do On Site support and prepare for the weekend getaway.

I almost finished the Beta but clients are needing me so postpone until Monday Afternoon. Argh, just doing my best. 😊

       
First 4 5 6 7 8 Last

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.