Gallery geht nicht mehr!!!

slowly

Joined: 2010-01-16
Posts: 26
Posted: Mon, 2012-11-12 20:59

Bei mir geht plötzlich nichts mehr! Aber warum? Diese Meldung bekomme immer, kann einer sagen was los ist?

Warning: require_once(/homepages/19/d181557494/htdocs/gallery2/embed.php/) [function.require-once]: failed to open stream: Not a directory in /homepages/19/d181557494/htdocs/gallery2.php on line 27

Wenn ich über die Main Seite gehe, bekomme ich meine Gallery, aber nicht wie sonst in meiner Homepage.

Kann jemand helfen?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-11-12 21:13

stellen Sie sicher, /homepages/19/d181557494/htdocs/gallery2/embed.php existiert

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-11-12 21:20

ah I see make sure line 27 of /htdocs/gallery2.php reads
require_once('/homepages/19/d181557494/htdocs/gallery2/embed.php')
not require_once(/homepages/19/d181557494/htdocs/gallery2/embed.php/)

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
slowly

Joined: 2010-01-16
Posts: 26
Posted: Mon, 2012-11-12 21:27

Ich weiß nicht ganz wie das gemeint ist.

Ich habe im Ordner gellery2 die Datei embed.php. Normal ruft sich die Gallery über wwww.slowlyracing.de/gellery2.php auf. Dann bekomme ich die Fehlermeldung.

Gehe ich auf wwww.slowlyracing.de/gellery2/main.php komme ich zu meiner Gallery.

Geändert wurde nichts! Die Gallery ist einfach weg, seit wann weiß ich nicht genau. Habe es heute bemerkt!

 
slowly

Joined: 2010-01-16
Posts: 26
Posted: Mon, 2012-11-12 21:40

Dies ist in Quelltext geschrieben: 26 - 30

/* Connect to gallery */

require_once '/homepages/19/d181557494/htdocs/gallery2/embed.php/'; // Path to Gallery's embed.php
$ret = GalleryEmbed::init(array('g2Uri'=>'http://www.slowlyracing.de/gallery2/', 'embedUri'=>'http://www.slowlyracing.de/gallery2.php', 'fullInit'=>'false'));
if ($ret) {

print 'G2 init error: '.$ret->getAsHtml();

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-11-12 21:44

make sure line 27 of /htdocs/gallery2.php reads
require_once('/homepages/19/d181557494/htdocs/gallery2/embed.php');

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
slowly

Joined: 2010-01-16
Posts: 26
Posted: Tue, 2012-11-13 06:55
suprsidr wrote:
make sure line 27 of /htdocs/gallery2.php reads
require_once('/homepages/19/d181557494/htdocs/gallery2/embed.php');

-s
________________________________
All New jQuery Minislideshow for G2/G3

Ich verstehe leider nicht was damit gemeint ist! Habe die Klammer mal eingefügt, bringt aber keine Veränderung!
Und wie gesagt, es war alles ok, ich habe auch nichts verändert! Plötzlich einfach alles weg!

 
slowly

Joined: 2010-01-16
Posts: 26
Posted: Sat, 2012-11-17 18:22

Hello suprsidr,

now i see the problem. I don´t understand, why the gallery workt two year without any problem and now this? But ok, now the gallery is back!

http://www.slowlyracing.de/gallery2.php

But one problem i can´t change.

You made a mediablock for random pictures for me two years ago! But now, this random pictures are gone. No warning, or problem, only the the picture is gone!

Maybe there is a problem becaus PHP 4 and PHP 5.2???

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Sat, 2012-11-17 19:51

where was the mediaBlock displaying?

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
slowly

Joined: 2010-01-16
Posts: 26
Posted: Sun, 2012-11-18 11:41

On first side http://www.slowlyracing.de/home.php left under Zufallsbild.
or on this side http://www.slowlyracing.de/gaestebuch.php left from the guestbook.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Sun, 2012-11-18 13:37

http://www.slowlyracing.de/gallery2/mediaBlock.php

you have the same exact error in mediaBlock and needs to be fixed the same

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
slowly

Joined: 2010-01-16
Posts: 26
Posted: Sun, 2012-11-18 14:08

I did many times! But this is not the only problem. Now I delite the / but it still the same!No picture to see!

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Sun, 2012-11-18 14:35

Backup your current mediaBlock
download a fresh copy and make sure line 27 looks the same as you current copy.

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
slowly

Joined: 2010-01-16
Posts: 26
Posted: Sun, 2012-11-18 15:18

I download a new copy and put this line 27: require_once '/homepages/19/d181557494/htdocs/gallery2/embed.php';

But nothing change. Is this a problem of the server?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Sun, 2012-11-18 15:31

line 27 and 28 should look like this:

    require_once ('embed.php');
    $ret = GalleryEmbed::init(array('fullInit'=>true, 'embedUri'=>'/gallery2.php', 'g2Uri'=>'/gallery2/'));

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
slowly

Joined: 2010-01-16
Posts: 26
Posted: Sun, 2012-11-18 15:46

Sorry, nothing changed!Not picture!

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Sun, 2012-11-18 15:57

ask your host.
maybe they changed those documents, and maybe they are blocking the script.

I can no longer guess what is happening.

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
slowly

Joined: 2010-01-16
Posts: 26
Posted: Sun, 2012-11-18 16:11

yes, i think the problem is 1und1 (German host)!

I will ask them, if i know the problem, i will tell you!

Thanks Dennis

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Sun, 2012-11-18 16:19

1and1 is a horrible host you should consider switching.

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
rokeslere

Joined: 2012-11-19
Posts: 1
Posted: Mon, 2012-11-19 15:51

Hallo zusammen,

ich bin ganz neu im Forum und habe bisher gallery3 getestet und bin begeistert. Nun möchte ich mehrere User anlegen, die eigene Alben bestücken und diese pflegen sollen etc. (Bilder hochladen und löschen können, Alben sortieren etc.). Wo kann ich die dafür notwenigen Rechte einstellen? Die habe ich nirgends gefunden. Sie sollen keine Administratoren sein, aber wie gesagt ihre Bilder hochladen und ihre Alben pflegen können usw. Wäre schön, darüber etwas zu hören bzw. Linkverweise zu erhalten, wo das genau erklärt wird (möglichst in Deutsch ;-) ).

Danke dpf

__________________
:-) rokeslere

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-11-19 15:53