| Author |
Message |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 70
|
|
|
|
solved!!! I put chmod 755 in mygallery folder and work's great!!!!
|
|
| Thu May 29, 2008 6:37 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 70
|
|
|
|
the problem again.... some times working, some times no!!! what's proiblem??!!
 |  | solved!!! I put chmod 755 in mygallery folder and work's great!!!! |
|
|
| Thu May 29, 2008 6:41 pm |
|
 |
sidtheduck

Joined: 28 Mar 2008 Posts: 70
|
|
|
|
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 |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 70
|
|
|
|
not working....
 |  | 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 |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 70
|
|
|
|
I think solved.....
I put php.ini file in cutenews directory (all) register_globals = on
works!!!
|
|
| Fri May 30, 2008 12:41 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 70
|
|
|
|
working for 5 minutes..... and stoping working again!!!!
 |  | I think solved.....
I put php.ini file in cutenews directory (all) register_globals = on
works!!! |
|
|
| Fri May 30, 2008 6:47 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 70
|
|
|
|
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 |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 70
|
|
|
|
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 |
|
 |
sidtheduck

Joined: 28 Mar 2008 Posts: 70
|
|
|
| Sat May 31, 2008 4:40 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 70
|
|
|
|
thanks sidth work's great!!!!!
|
|
| Sun Jun 01, 2008 12:27 am |
|
 |
Spoon
Joined: 02 Apr 2008 Posts: 41
|
|
|
|
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 |
|
 |
Spoon
Joined: 02 Apr 2008 Posts: 41
|
|
|
|
does annybody know the answer??
|
|
| Sun Jun 08, 2008 8:27 pm |
|
 |
sidtheduck

Joined: 28 Mar 2008 Posts: 70
|
|
|
|
 |  | 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 |
|
 |
Spoon
Joined: 02 Apr 2008 Posts: 41
|
|
|
|
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
 |  | 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 .
it can be found at
www.scratched.nl/second/index.html
|
|
| Tue Jun 10, 2008 9:47 am |
|
 |
Partyism
Joined: 25 Sep 2007 Posts: 185
|
|
|
|
its all working fine for me, sweet thnx!
|
|
| Tue Jun 10, 2008 11:10 am |
|
 |
|