Forum Index
RegisterSearchFAQMemberlistUsergroupsLog in
Plugin • Lightbox Gallery 'MyGallery'
Goto page Previous  1, 2, 3 ... 8, 9, 10, 11  Next
 
Reply to topic    Forum Index » Additional Downloads View previous topic
View next topic
Plugin • Lightbox Gallery 'MyGallery'
Author Message
marcusmagalhaes



Joined: 24 Apr 2007
Posts: 70

Post Reply with quote
solved!!! I put chmod 755 in mygallery folder and work's great!!!!
Thu May 29, 2008 6:37 pm View user's profile Send private message
Guest








Please login to hide the ads.

marcusmagalhaes



Joined: 24 Apr 2007
Posts: 70

Post Reply with quote
the problem again.... some times working, some times no!!! what's proiblem??!!

marcusmagalhaes wrote:
solved!!! I put chmod 755 in mygallery folder and work's great!!!!

Thu May 29, 2008 6:41 pm View user's profile Send private message
sidtheduck



Joined: 28 Mar 2008
Posts: 70

Post Reply with quote
try CHMOD '0777' for the following folders/files
- mygallery/galleries.dat (file)
- mygallery/log.dat.php (file)
- mygallery/images/ (folder)
- mygallery/images/_tmp/ (folder)
- mygallery/images/uploads/ (folder)
Thu May 29, 2008 7:35 pm View user's profile Send private message
marcusmagalhaes



Joined: 24 Apr 2007
Posts: 70

Post Reply with quote
not working....

sidtheduck wrote:
try CHMOD '0777' for the following folders/files
- mygallery/galleries.dat (file)
- mygallery/log.dat.php (file)
- mygallery/images/ (folder)
- mygallery/images/_tmp/ (folder)
- mygallery/images/uploads/ (folder)

Thu May 29, 2008 10:05 pm View user's profile Send private message
marcusmagalhaes



Joined: 24 Apr 2007
Posts: 70

Post Reply with quote
I think solved.....

I put php.ini file in cutenews directory (all) register_globals = on

works!!!
Fri May 30, 2008 12:41 pm View user's profile Send private message
marcusmagalhaes



Joined: 24 Apr 2007
Posts: 70

Post Reply with quote
Question Question Question Question Question Crying or Very sad Crying or Very sad Crying or Very sad

working for 5 minutes..... and stoping working again!!!!


marcusmagalhaes wrote:
I think solved.....

I put php.ini file in cutenews directory (all) register_globals = on

works!!!

Fri May 30, 2008 6:47 pm View user's profile Send private message
marcusmagalhaes



Joined: 24 Apr 2007
Posts: 70

Post Reply with quote
hello sidtheduck, my server use php5 and register_globals are OFF!!!! I'm try create and put php.ini with register_globals = on , and not working!!!!

I have other server provider and register_globals are ON and the script work's fine!!!

Have some change in the script for working in register_globals OFF? where I change it?

thank you...
Sat May 31, 2008 12:20 pm View user's profile Send private message
marcusmagalhaes



Joined: 24 Apr 2007
Posts: 70

Post Reply with quote
I've removed
// error reporting
//error_reporting(0);

in config.inc.php and error showing in my cutenews admin (mygallery manager)

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/xxxxxx/public_html/cutenews/plugins/mygallery-manager.php on line 53

Warning: file_get_contents(http://www.fenajud.org.br/cutenews/plugins/mygallery/gallery.inc.php?&mgdo=admin&mglogin=admin&mgpwd=pass&mgaction=login&mghash=cutenews) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/xxxxxx/public_html/cutenews/plugins/mygallery-manager.php on line 53
Sat May 31, 2008 1:18 pm View user's profile Send private message
sidtheduck



Joined: 28 Mar 2008
Posts: 70

Post Reply with quote
marcus,

I changed the plugin in this post here -> http://forums.cutenewsru.com/plugin-%95-lightbox-gallery-mygallery-t1955-s45.html#11964
You should download that and upload to your server (doesn't use file_get_contents).
Sat May 31, 2008 4:40 pm View user's profile Send private message
marcusmagalhaes



Joined: 24 Apr 2007
Posts: 70

Post Reply with quote
thanks sidth work's great!!!!!
Sun Jun 01, 2008 12:27 am View user's profile Send private message
Spoon



Joined: 02 Apr 2008
Posts: 41

Post Reply with quote
I have a little thing that i really would like to be fixed.

I have an iframe on my website. And all of the cutenews stuff is loaded inside that iframe.
When you open a gallery it opens inside that iframe and that is a good thing. But I want the big pictures to show outside of the iframe. is that possible?

www.secondchain.nl and than go to pics. You see that the gallery is loaded inside the frame. (the gallery that is there isnt lightbox but i hope you know what i mean.
Thu Jun 05, 2008 9:39 am View user's profile Send private message
Spoon



Joined: 02 Apr 2008
Posts: 41

Post Reply with quote
does annybody know the answer??
Sun Jun 08, 2008 8:27 pm View user's profile Send private message
sidtheduck



Joined: 28 Mar 2008
Posts: 70

Post Reply with quote
Spoon wrote:
I have a little thing that i really would like to be fixed.

I have an iframe on my website. And all of the cutenews stuff is loaded inside that iframe.
When you open a gallery it opens inside that iframe and that is a good thing. But I want the big pictures to show outside of the iframe. is that possible?

www.secondchain.nl and than go to pics. You see that the gallery is loaded inside the frame. (the gallery that is there isnt lightbox but i hope you know what i mean.
Spoon,

If you are trying to use the Lightbox and open outside of the iframe, it's a known bug with Lightbox. There is a workaround on the Lightbox forums here.
Mon Jun 09, 2008 4:58 pm View user's profile Send private message
Spoon



Joined: 02 Apr 2008
Posts: 41

Post Reply with quote
Hey sid,

thns for replying. I tried what they said in that link but i can't get it to work.
After a search on that page i found the site http://www.dolem.com/lytebox/ and i tried that.
(because it has a solution on the main page for iframes.)

I have an iframe called "iframe".
If the button pics is pressed the page admin/pics.php is loaded. On this page the include stuff can be found for opening a mygallery. It shows a gallery and after a click it opens al the pics. If I then trie to play the slideshow nothing happens. If i click on a photo it opens without scrollbars, without the lightbox effects, inside the iframe.
When i use the fire fox java script debugger the only error i find is "MyLightbox is not defined" and it points at
Code:
 function mgStartSlideshow(){
   var obj = mgGetElement('mgImage0');
   fancyslideshow = true;
   myLightbox.start(obj);   
}


The line that is highlighted is fancyslideshow = true;

Right now my test page is all fuckedup Very Happy.
it can be found at
www.scratched.nl/second/index.html
Tue Jun 10, 2008 9:47 am View user's profile Send private message
Partyism



Joined: 25 Sep 2007
Posts: 185

Post Reply with quote
its all working fine for me, sweet thnx!
Tue Jun 10, 2008 11:10 am View user's profile Send private message
Display posts from previous:    
Reply to topic    Forum Index » Additional Downloads All times are GMT + 1 Hour
Goto page Previous  1, 2, 3 ... 8, 9, 10, 11  Next
Page 9 of 11

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum



Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Music Lyrics.