+ Antworten
Ergebnis 1 bis 9 von 9

Thema: Gallery2 Bridge bei 1und1

  1. #1
    Neu an Board
    Registriert seit
    31.07.2009
    Beiträge
    10
    Bedankte sich
    3
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard Gallery2 Bridge bei 1und1

    Ein Thema welches schon oft behandelt wird, aber leider nicht für mein Problem.

    Ich setzte ein:
    • Joomla 1.5.12
    • Gallery 2.3
    • Mein Provider ist 1und1
    Hier die Systeminformationen:
    • PHP erstellt für: Linux infong 2.4 #1 SMP Tue Dec 18 22:34:10 UTC 2007 i686 GNU/Linux
    • Datenbankversion: 5.0.67-log
    • Datenbankzeichensatz: utf8_general_ci
    • PHP-Version: 4.4.9
    • Webserver: Apache
    • PHP-Anbindung zum Webserver: cgi
    • Joomla!-Version: Joomla! 1.5.12 Stable [ Wojmamni Ama Woi ] 01-July-2009 02:00 GMT
    Und hier nun mein Problem:
    Ich bekomme die Joomla Bridge 2.1.0.alpha nicht installiert bzw. konfiguriert. Heruntergeladen von: http://trac.4theweb.nl/g2bridge/browser/branches/sil3nt
    Bei der Installation bekomme ich die Fehlermledung:
    Code:
    Warning: zip_entry_read() [function.zip-entry-read]: The bytes parameter must greater then zero in /****/****/****/htdocs/main/libraries/joomla/filesystem/archive/zip.php on line 238
    
    Warning: zip_entry_read() [function.zip-entry-read]: The bytes parameter must greater then zero in /****/****/****/htdocs/main/libraries/joomla/filesystem/archive/zip.php on line 238
    Bei der Konfiguration:
    Code:
    Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /****/****/****/htdocs/main/administrator/components/com_g2bridge/helpers/g2bridgecore.class.php on line 6
    Das was ich selber schon herausgefunden habe ist das ich php5 benutzen sollte. In den ganzen Forenbeiträge bzw. beim Googeln finde ich die Information dass ich im Root meiner Website die nachfolgenden Einträge in der .httacess Datei anfügen soll.
    • AddType x-mapp-php5 .php
    • AddHandler x-mapp-php5 .php
    Füge ich diese ein, so sagt mir das Joomla das es immer noch php4 benutzt! Muss ich die Datei in jedem Verzeichnis haben? Oder gibt es bei 1und1 doch einen versteckten Schalter um dauerhaft auf php5 umzustellen.

    Ich denke das das Problem mit der php Version behoben sein sollte. Denn auf einem anderen Webspace funktioniert alles wunderbar.
    • PHP erstellt für: Windows NT CBWIN1-10 5.2 build 3790
    • Datenbankversion: 5.1.34-community
    • Datenbankzeichensatz: utf8_general_ci
    • PHP-Version: 5.2.9-2
    • Webserver: Apache/2.2.11 (Win32) PHP/5.2.9-2
    • PHP-Anbindung zum Webserver: apache2handler
    • Joomla!-Version: Joomla! 1.5.12 Stable [ Wojmamni Ama Woi ] 01-July-2009 02:00 GMT
    • Browserkennung: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)

    Danke für euere Hilfe
    Christian

  2. #2
    Neu an Board
    Registriert seit
    31.07.2009
    Beiträge
    10
    Bedankte sich
    3
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Ein neuer Versuch! Hat jemand eine Idee! Oer kennt die Lösung? Würde mich über jede Anregung freuen!

    Danke für eure Hilfe
    Christian

  3. #3
    Neu an Board
    Registriert seit
    31.07.2009
    Beiträge
    10
    Bedankte sich
    3
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Unglücklich

    Hat keiner eine Idee! Oder soll ich noch was bis nach den Ferien warten?

    Für jede Idee, anregung bin ich dankbar!

    Christian

  4. #4
    Kommt häufiger vorbei Avatar von PhoenyxRLP
    Registriert seit
    26.04.2009
    Ort
    Landau
    Beiträge
    307
    Bedankte sich
    18
    Erhielt 46 Danksagungen
    in 45 Beiträgen

    Standard

    poste doch mal bitte deine htaccess und deine URL

    achja und ob server oder webhosting paket bei 1und1

    Danke
    WTF iss Joomla http://ph0enyx.de <<<< ich habe immer ein Problem <<<>>> http://joomla.ph0enyx.de 1.6 Testseite
    KEIN Anfragen per ICQ !!! Kein Privat Support außer ich biete es per PN an.
    Gelöst???? dann bitte hier und Danke!!!

  5. #5
    Neu an Board
    Registriert seit
    31.07.2009
    Beiträge
    10
    Bedankte sich
    3
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Hallo PhoenyxRLP

    hier die gewünschten Informationen.

    Meine htaccess (auch als Anhang):

    Code:
    ##
    # @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
    # @package Joomla
    # @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
    # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
    # Joomla! is Free Software
    ##
    
    
    #####################################################
    #  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
    #
    # The line just below this section: 'Options +FollowSymLinks' may cause problems
    # with some server configurations.  It is required for use of mod_rewrite, but may already
    # be set by your server administrator in a way that dissallows changing it in
    # your .htaccess file.  If using it causes your server to error out, comment it out (add # to
    # beginning of line), reload your site in your browser and test your sef url's.  If they work,
    # it has been set by your server administrator and you do not need it set here.
    #
    #####################################################
    
    ##  Can be commented out if causes errors, see notes above.
    Options +FollowSymLinks
    
    #
    #  mod_rewrite in use
    
    RewriteEngine On
    
    ########## Begin - Rewrite rules to block out some common exploits
    ## If you experience problems on your site block out the operations listed below
    ## This attempts to block the most common type of exploit `attempts` to Joomla!
    #
    # Block out any script trying to set a mosConfig value through the URL
    RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    # Block out any script trying to base64_encode crap to send via URL
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    # Block out any script that includes a ********** tag in URL
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Send all blocked request to homepage with 403 Forbidden error!
    RewriteRule ^(.*)$ index.php [F,L]
    #
    ########## End - Rewrite rules to block out some common exploits
    
    #  Uncomment following line if your webserver's URL
    #  is not directly related to physical file paths.
    #  Update Your Joomla! Directory (just / for root)
    
    # RewriteBase /main/
    
    
    ########## Begin - Joomla! core SEF Section
    #
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/index.php
    RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
    RewriteRule (.*) index.php
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    #
    ########## End - Joomla! core SEF Section
    
    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
    Ich nutze ein Webhosting Paket und die Url lautet: http://jgv-sieglar.de/main
    Die httaccess Datei liegt auch in dem Verzeichnis main.
    Ich habe das Joomla nicht im root Verzeichniss installiert, da es dort schon ein LOG Verzeichniss von 1und1 gibt.

    Vielen Dank für deine Hilfe
    Christian (BAHNSKI)
    Angehängte Dateien

  6. #6
    Kommt häufiger vorbei Avatar von PhoenyxRLP
    Registriert seit
    26.04.2009
    Ort
    Landau
    Beiträge
    307
    Bedankte sich
    18
    Erhielt 46 Danksagungen
    in 45 Beiträgen

    Standard

    Code:
    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
    
    ##
    # @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
    # @package Joomla
    # @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
    # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
    # Joomla! is Free Software
    ##
    
    
    #####################################################
    #  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
    #
    # The line just below this section: 'Options +FollowSymLinks' may cause problems
    # with some server configurations.  It is required for use of mod_rewrite, but may already
    # be set by your server administrator in a way that dissallows changing it in
    # your .htaccess file.  If using it causes your server to error out, comment it out (add # to
    # beginning of line), reload your site in your browser and test your sef url's.  If they work,
    # it has been set by your server administrator and you do not need it set here.
    #
    #####################################################
    
    ##  Can be commented out if causes errors, see notes above.
    Options +FollowSymLinks
    
    #
    #  mod_rewrite in use
    
    RewriteEngine On
    RewriteBase /main
    
    ########## Begin - Rewrite rules to block out some common exploits
    ## If you experience problems on your site block out the operations listed below
    ## This attempts to block the most common type of exploit `attempts` to Joomla!
    #
    # Block out any script trying to set a mosConfig value through the URL
    RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    # Block out any script trying to base64_encode crap to send via URL
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    # Block out any script that includes a ********** tag in URL
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Send all blocked request to homepage with 403 Forbidden error!
    RewriteRule ^(.*)$ index.php [F,L]
    #
    ########## End - Rewrite rules to block out some common exploits
    
    #  Uncomment following line if your webserver's URL
    #  is not directly related to physical file paths.
    #  Update Your Joomla! Directory (just / for root)
    
    # RewriteBase /main/
    
    
    ########## Begin - Joomla! core SEF Section
    #
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/index.php
    RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
    RewriteRule (.*) index.php
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    #
    ########## End - Joomla! core SEF Section
    habe sie dir korrigiert und das verzeichnis im Main heist logs also stört es Joomla nicht
    WTF iss Joomla http://ph0enyx.de <<<< ich habe immer ein Problem <<<>>> http://joomla.ph0enyx.de 1.6 Testseite
    KEIN Anfragen per ICQ !!! Kein Privat Support außer ich biete es per PN an.
    Gelöst???? dann bitte hier und Danke!!!

  7. Erhielt Danksagungen von:


  8. #7
    Neu an Board
    Registriert seit
    31.07.2009
    Beiträge
    10
    Bedankte sich
    3
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Lieder hat es nicht zu den erhofften Resultat geführt!

    Sobald ich die Settigns der gallery2 Bridge aufrufe bekomme ich die nachfolgende Fehlermeldung:
    Code:
    Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/46/d255856014/htdocs/main/administrator/components/com_g2bridge/helpers/g2bridgecore.class.php on line 6
    Lasse ich mir die Systeminfos anzeigen erscheint unter der PHP-Version immer noch 4.4.9

    Code:
    PHP erstellt für:   	 Linux infong 2.4 #1 SMP Tue Dec 18 22:34:10 UTC 2007 i686 GNU/Linux
    Datenbankversion: 	5.0.67-log
    Datenbankzeichensatz: 	utf8_general_ci
    PHP-Version: 	4.4.9
    Webserver: 	Apache
    PHP-Anbindung zum Webserver: 	cgi
    Joomla!-Version: 	Joomla! 1.5.12 Stable [ Wojmamni Ama Woi ] 01-July-2009 02:00 GMT
    Browserkennung: 	Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
    Vielen Dank für deine Hilfe
    Christian (BAHNSKI)

  9. #8
    Kommt häufiger vorbei Avatar von PhoenyxRLP
    Registriert seit
    26.04.2009
    Ort
    Landau
    Beiträge
    307
    Bedankte sich
    18
    Erhielt 46 Danksagungen
    in 45 Beiträgen

    Standard

    hast du sie auch in .htaccess umbenannt ?????
    WTF iss Joomla http://ph0enyx.de <<<< ich habe immer ein Problem <<<>>> http://joomla.ph0enyx.de 1.6 Testseite
    KEIN Anfragen per ICQ !!! Kein Privat Support außer ich biete es per PN an.
    Gelöst???? dann bitte hier und Danke!!!

  10. Erhielt Danksagungen von:


  11. #9
    Neu an Board
    Registriert seit
    31.07.2009
    Beiträge
    10
    Bedankte sich
    3
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Wie PEINLICH!

    das war die ganze Zeit mein Problem. Die Datei .htaccess hieß die ganze Zeit htaccess.txt

    Vielen Dank
    Christian

+ Antworten

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein