Ergebnis 1 bis 4 von 4
  1. #1
    Forum Newbie
    Registriert seit
    01.10.2007
    Alter
    30
    Beiträge
    11

    Daumen hoch ve_guestbook - keine Einträge möglich

    THEMA GELÖST SIEHE UNTEN ↓

    Liebe Community!

    Ich habe ein Problem mit ve_guestbook. Ich habe alles wie üblich konfiguriert, nur leider sind keine Einträge möglich. Nach einem Eintrag werde ich nicht auf die entsprechende "Dankeseite" geleitet und es wird auch kein Datensatz angelegt. Ich habe jetzt auch schon mehrere Versionen des Gästebuchs getestet (2.8.1 & 2.6.0) und komme immer wieder zu dem gleichen Ergebnis.

    Auffällig ist, dass ich mit einem kleinen "Trick" das ganze zum laufen bringe.
    Meine eigentliche Domain ist http://markust.papillo.net/ die dann durch meinen Provider durch http://www.markus-thaler.net/ ersetzt wird.

    Nun der Clou: Wenn ich das Gästebuch durch http://markust.papillo.net/interaktiv/gaestebuch.html aufrufe, kann ich auch ganz normal Einträge erstellen und alles funktioniert wunderbar. Rufe ich das Gästebuch allerdings über http://www.markus-thaler.net/interaktiv/gaestebuch.html auf, was natürlich anzustreben ist, funktioniert nichts!

    Woran kann das liegen. Ach übrigens ich verwende realurl und das ist meine Konfiguration:
    PHP-Code:
    $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
            
    'init' => array(
            
    'useCHashCache' => '0',
                    
    'enableCHashCache' => 1,
            
    'respectSimulateStaticURLs' => 'TRUE',
            
    'appendMissingSlash' => 'ifNotFile',
            
    'enableUrlDecodeCache' => '1',
            
    'enableUrlEncodeCache' => '1',
        ),

            
           
    // 'init' => array(
           //     'enableCHashCache' => 1,
           //     'appendMissingSlash' => 'ifNotFile',
           //     'enableUrlDecodeCache' => 1,
           //     'enableUrlEncodeCache' => 1,
           //     'respectSimulateStaticURLs' => 0,
           //     'postVarSet_failureMode'=>'',
                //'postVarSet_failureMode'=>'redirect_goodUpperDir',
           // ),
        
    'redirects_regex' => array (
        
        ),
        
    'preVars' => array(
                            array(
                                    
    'GETvar' => 'no_cache',
                                    
    'valueMap' => array(
                                        
    'no_cache' => 1,
                                    ),
                                    
    'noMatch' => 'bypass',
                            ),
                             array(
                                 
    'GETvar' => 'L',
                                 
    'valueMap' => array(
                                                    
    'en' => '1',
                                            ),
                                    
    'noMatch' => 'bypass',
                            ),
                    ),
         
    'pagePath' => array(
                
    'type' => 'user',
                
    'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
                
    'spaceCharacter' => '-',
                
    'languageGetVar' => 'L',
                
    'expireDays' => 7,
                
    'rootpage_id' => 1,
            ),
            
            
            
    'fixedPostVars' => array(

      
    'news' => array(
        array(
          
    'GETvar' => 'tx_ttnews[tt_news]',
          
    'lookUpTable' => array(
            
    'table' => 'tt_news',
            
    'id_field' => 'uid',
            
    'alias_field' => 'title',
            
    'addWhereClause' => ' AND NOT deleted',
            
    'useUniqueCache' => 1,
            
    'useUniqueCache_conf' => array(
              
    'strtolower' => 1,
              
    'spaceCharacter' => '-',
            ),
            
    'languageGetVar' => 'L',
            
    'languageExceptionUids' => '',
            
    'languageField' => 'sys_language_uid',
            
    'transOrigPointerField' => 'l18n_parent',
            
    'autoUpdate' => 1,
            
    'expireDays' => 180,
          ),
        ),
      ),
    ), 

          
    'postVarSets' => array(
                
    '_DEFAULT' => array(
                    
    //'seite' => array(
                        //array(
                            //'GETvar' => 'tx_veguestbook_pi1[pointer]'
                        //),
                    //),
                    // news archive parameters
                    
    'archive' => array(
                        array(
                            
    'GETvar' => 'tx_ttnews[year]' ,
                            ),
                        array(
                            
    'GETvar' => 'tx_ttnews[month]' ,
                                
    'valueMap' => array(
                                
    'january' => '01',
                                
    'february' => '02',
                                
    'march' => '03',
                                
    'april' => '04',
                                
    'may' => '05',
                                
    'june' => '06',
                                
    'july' => '07',
                                
    'august' => '08',
                                
    'september' => '09',
                                
    'october' => '10',
                                
    'november' => '11',
                                
    'december' => '12',
                                )
                            ),
                        ),
                    
    // news pagebrowser
                    
    'browse' => array(
                        array(
                            
    'GETvar' => 'tx_ttnews[pointer]',
                            ),
                        ),
                    
    // news categories
                    
    'select_category' => array (
                        array(
                            
    'GETvar' => 'tx_ttnews[cat]',
                            ),
                        ),
                    
    // news articles and searchwords
                    
    'article' => array(
                        array(
                            
    'GETvar' => 'tx_ttnews[tt_news]',
                            
    'lookUpTable' => array(
                                
    'table' => 'tt_news',
                                
    'id_field' => 'uid',
                                
    'alias_field' => 'title',
                                
    'addWhereClause' => ' AND NOT deleted',
                                
    'useUniqueCache' => 1,
                                
    'useUniqueCache_conf' => array(
                                    
    'strtolower' => 1,
                                    
    'spaceCharacter' => '-',
                                    ),
                                ),
                            ),
                        array(
                            
    'GETvar' => 'tx_ttnews[swords]',
                            ),
                        ),
                    ),             
                ),
            
          
    'fileName' => array(
                  
    'defaultToHTMLsuffixOnPrev' => true,
                
    'index' => array(
                    
    'rss.xml' => array(
                        
    'keyValues' => array(
                            
    'type' => 100,
                        ),
                    ),
                    
    'rss091.xml' => array(
                        
    'keyValues' => array(
                            
    'type' => 101,
                        ),
                    ),
                    
    'rdf.xml' => array(
                        
    'keyValues' => array(
                            
    'type' => 102,
                        ),
                    ),
                    
    'atom.xml' => array(
                        
    'keyValues' => array(
                            
    'type' => 103,
                        ),
                    ),
                    
    'Seitendruck.pdf' => array( 
                            
    'keyValues' => array( 
                                
    'type' => 123
                            ),
                    ),
           
    'cal'=> array(
        array(
            
    'GETvar' => 'tx_cal_controller[view]'
        
    ),
        array(
            
    'GETvar' => 'tx_cal_controller[getdate]'
        
    ),
        array(
            
    'GETvar' => 'tx_cal_controller[gettime]'
        
    ),
        array(
            
    'GETvar' => 'tx_cal_controller[lastview]'
        
    ),
        array(
            
    'GETvar' => 'tx_cal_controller[type]'
        
    ),
        
        array(
            
    'GETvar' => 'tx_cal_controller[category]',
            
    'lookUpTable' => array(
                
    'table' => 'tx_cal_category',
                
    'id_field' => 'uid',
                
    'alias_field' => 'title',
                
    'addWhereClause'  => ' AND NOT deleted',
                
    'useUniqueCache' => 1,
                
    'useUniqueCache_conf' => array(
                    
    'strtolower' => 1,
                    
    'spaceCharacter' => '_',
                 ),
             
            ),
        ),
        array(
            
    'GETvar' => 'tx_cal_controller[uid]',
            
    'lookUpTable' => array(
                
    'table' => 'tx_cal_event',
                
    'id_field' => 'uid',
                
    'alias_field' => 'title',
                
    'addWhereClause'  => ' AND NOT deleted',
                
    'useUniqueCache' => 1,
                
    'useUniqueCache_conf' => array(
                    
    'strtolower' => 1,
                    
    'spaceCharacter' => '_',
                ),
            ),
        ),
        array(
            
    'GETvar' => 'tx_cal_controller[gettime]'
        
    ),
        array(
            
    'GETvar' => 'tx_cal_controller[preview]'
        
    ),
        
    ),
                ),
            ),
     );
     
    // Definiert, dass die Singleanzeige der News sich auf Seite 37 befindet
    $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['fixedPostVars']['37'] = 'news'
    Ich brauche Eure Hilfe!

    Vielen Dank schonmal

    Lamina
    Geändert von lamina (07.09.2010 um 14:16 Uhr)

  2. #2
    Forum Newbie
    Registriert seit
    01.10.2007
    Alter
    30
    Beiträge
    11

    Unglücklich

    Hi Jungs und Mädels!

    Hat denn da niemand eine entfernte Idee oder einen Tipp, an was der Fehler liegen könnte, damit ich wenigstens mal weiß, wo ich mit dem Suchen anfangen soll.

    Bitte helft mir...

    LG Lamina

  3. #3
    Forum Newbie
    Registriert seit
    01.10.2007
    Alter
    30
    Beiträge
    11

    Unglücklich liegt nicht an realurl

    Hallo!

    ich hab jetzt realurl durch cooluri ersetzt!

    Leider ohne Erfolg ich kann keine Einträge machen woran liegt das?

    LG Lamina

    Bitte helft mir

    hier ist meine .htaccess

    Code:
    #####
    # 
    # Example .htaccess file
    # 
    # This file contains a collection of almost everything you will need
    # for optimising TYPO3:
    # 
    # - mod_rewrite (used for SimulateStaticDocuments, RealUrl, etc.)
    # - PHP optimisation
    # 
    # If you want to use it, you'll need to rename this file to '.htaccess'.
    # (To make this work you will need to adjust the 'AllowOverride'
    # directive in your Apache configuration file.)
    # 
    # IMPORTANT: You may need to change this file depending on your TYPO3
    # installation!
    # 
    # You should change every occurance of TYPO3root/ to the location where you
    # have your website in. For example:
    # If you have your website located at http://mysite.com/
    # then your TYPO3root/ is just empty (remove 'TYPO3root/')
    # If you have your website located at http://mysite.com/some/path/
    # then your TYPO3root/ is some/path/ (search and replace)
    # 
    # If you have problems with this file, try using the minimal
    # mod_rewrite.htaccess which is located in the typo3_src/misc/
    # directory of this installation.
    # 
    # You can also use this configuration in your httpd.conf, but you'll have
    # to modify some lines, see the comments (search for 'httpd.conf')
    # 
    # Using rewriting in your httpd.conf is much faster, btw.
    # 
    # Questions about this file go to the matching Install mailing list,
    # see http://typo3.org/documentation/mailing-lists/
    # 
    ####
    
    ### Begin: Rewrite stuff ###
    
    # Enable URL rewriting
    RewriteEngine On
    
    # To assist in debugging rewriting, you could use these lines
    # DON'T enable it for production!
    # This will only work in httpd.conf, not in .htaccess files
    #RewriteLog /var/log/apache/rewrite.log
    #RewriteLogLevel 9
    
    # If you use the RealUrl extension, then you'll have to enable the next line.
    # You will have to change this path if your TYPO3 installation is located
    # in a subdirectory of the website root.
    # 
    # If you place this in httpd.conf, you cannot use this directive in any case!
    #RewriteBase /
    
    # Stop rewrite processing if we are in the typo3/ directory
    # For httpd.conf, use this line instead of the next one:
    # RewriteRule ^/TYPO3root/(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/ - [L]
    RewriteRule ^(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/ - [L]
    
    # Redirect http://mysite/typo3 to http://mysite/typo3/index_re.php
    # and stop the rewrite processing
    # For httpd.conf, use this line instead of the next one:
    # RewriteRule ^/TYPO3root/typo3$ /TYPO3root/typo3/index.php [L]
    RewriteRule ^typo3$ typo3/index_re.php [L]
    
    # If the file/symlink/directory does not exist => Redirect to index.php
    # Important note: If you copy/paste this into httpd.conf instead
    # of .htaccess you will need to add '%{DOCUMENT_ROOT}' left to each
    # '%{REQUEST_FILENAME}' part.
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    
    # Main URL rewriting.
    
    # If you use Windows and SimulateStaticDocuments do not work, try adding a
    # slash (/) right before 'index.php' below.
    
    # The example shows how to rewrite only *.html and *.pdf files to index.php
    # This may be helpful when using an extension that can generate PDF files
    # on the fly.
    # Example: RewriteRule .*\.(html|pdf)$ index.php [L]
    
    # For httpd.conf, use this line instead of the next one that has no '#':
    # RewriteRule .* /TYPO3root/index.php [L]
    
    # For use with the RealUrl extension, you might need to remove the
    # RewriteBase directive somewhere above and use this line instead of the
    # next one:
    # RewriteRule .* /index.php [L]
    
    RewriteRule .* index.php [L]
    
    ### End: Rewrite stuff ###
    
    ### Begin: PHP optimisation ###
    
    # All features below are left to the default if you don't change this.
    # Simply remove the comment marks if you want to use some/all of these
    # settings
    
    # The PHP developers recommend disabling this feature. Do that.
    # It's deprecated and is likely to be unsupported in future versions of PHP.
    #php_flag allow_call_time_pass_reference off
    
    # TYPO3 works fine with register_globals turned off.
    # This is highly recommended!
    #php_flag register_globals off
    
    # PHP may not declare the argv & argc variables (that would contain the GET
    # information).
    # TYPO3 doesn't need this, so just turn it off.
    #php_flag register_argc_argv off
    
    # Magic quotes for runtime-generated data (data from SQL, exec(), etc.)
    #php_flag magic_quotes_gpc off
    
    # Order in which PHP registers GET, POST, Cookie and Built-in variables
    #php_value variables_order GPCS
    
    ### End: PHP optimisation ###
    
    ### Begin: Miscellaneous ###
    
    # Make sure that directory listings are disabled
    #Options -Indexes
    
    # There is a problem with Internet Explorer and mod_gzip on Apache servers.
    # For more information, see
    # http://typo3.org/documentation/document-library/rtehtmlarea/Tutorial-79/
    #mod_gzip_item_exclude file \.css$
    #mod_gzip_item_exclude file \.png$
    #mod_gzip_item_exclude file \.gif$
    #mod_gzip_item_exclude file \.jpg$
    #mod_gzip_item_exclude file \.jpeg$
    #mod_gzip_item_exclude file \.js$
    
    ### End: Miscellaneous ###
    
    # Add your own rules here
    # ...
    
    ### von markus-thaler.net auf www.markus-thaler.net umleiten
    ### so entsteht kein doppelter Content SEO
    ### Quelle: http://blog.ingeniumdesign.de/2009/09/14/webseiten-und-der-doppelter-content/
    RewriteEngine On
    RewriteCond %{HTTP_Host} ^markus-thaler\.net$ [NC]
    RewriteRule ^(.*)$ http://www.markus-thaler.net/$1 [R=301,L]
    
    
    
    ### REAL-URL ###
    # RewriteEngine On
    # RewriteBase /
    # RewriteRule ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/ - [L]
    # RewriteRule ^typo3$ typo3/index_re.php [L]
    # RewriteCond %{REQUEST_FILENAME} !-f
    # RewriteCond %{REQUEST_FILENAME} !-d
    # RewriteCond %{REQUEST_FILENAME} !-l
    # RewriteRule .html$ /index.php [L] 
    
    ### CoolUri ###
    RewriteEngine On
    
    RewriteRule ^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)$ - [L]
    RewriteRule ^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/.*$ - [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule .* index.php
    
    ### PDF Creator 2 ###
    ErrorDocument 404 /error.html 
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule   ^typo3$  /typo3/index_re.php
    RewriteRule   ^[^/]*\.html$  index.php
    RewriteRule   ^[^/]*\.pdf$  index.php
    und meine cooluri.xml:

    HTML-Code:
    <?xml version="1.0" encoding="utf-8"?>
    <cooluri>
        <urlsuffix>.html</urlsuffix>
        <removetrailingslash>1</removetrailingslash>
    
      <cooluris>1</cooluris>
      
      <cache>
        <usecache>1</usecache>
        <params2cool>
          <checkforchangeevery>0</checkforchangeevery>
        </params2cool>
        <cool2params>
          <translateifnotfound>0</translateifnotfound>
          <oldlinksvalidfor>365</oldlinksvalidfor>
        </cool2params>
        <cacheparams>0</cacheparams>
        
        <pagenotfound>
          <status>HTTP/1.0 404 Not Found</status>
          <behavior type="message"><=!=[=C=D=A=T=A=[ <h1>Page not found!</h1> ]=]=></behavior>
        </pagenotfound>
      </cache>
    
      <pagepath>
        <title>tx_realurl_pathsegment,alias,subtitle,title</title>
        <saveto>id</saveto>
        <default>0</default>    
        <userfunc>tx_cooluri->getPageTitle</userfunc>
        <t3conv>1</t3conv>
      </pagepath>
     
      <uriparts>
        <part>
          <parameter>cHash</parameter>
        </part>
        <part>
          <parameter>tx_ttnews[tt_news]</parameter>
          <lookindb>
            <to>SELECT title FROM tt_news WHERE uid=$1</to>
            <translatetoif>
              <match>^[0-9]+$</match>
            </translatetoif>
            <t3conv>1</t3conv>
          </lookindb>
        </part>
        <part>
          <parameter>tx_eeblog[showUid]</parameter>
          <lookindb>
            <to>SELECT subject FROM tx_eeblog_maintable WHERE uid=$1</to>
            <translatetoif>
              <match>^[0-9]+$</match>
            </translatetoif>
            <t3conv>1</t3conv>
          </lookindb>
        </part>
      </uriparts>
        
      <predefinedparts>
        <part>
          <parameter>tx_ttnews[backPid]</parameter>
        </part>
        <part>
          <parameter>tx_eeblog[pointer]</parameter>
        </part>
        <part>
          <parameter>tx_eeblog[backPID]</parameter>
        </part>
        <part>
          <parameter>no_cache</parameter>
        </part>
      </predefinedparts>
      
      <valuemaps>
        <valuemap>
          <parameter>L</parameter>
          <value key="">0</value>
          <value key="en">1</value>
        </valuemap>
      </valuemaps>
      
      <paramorder>
        <param>L</param>
      </paramorder>
    </cooluri>



    Habe jetzt scheinbar eine Lösung gefunden:




    Werde es testen, falls es nicht funktioniert melde ich mich wieder hier.

    Bei mir hat es geholfen ins Roottemplate-Setup folgendes einzufügen:

    fghh
    Hab noch ein paar Links gefunden, wen es interessiert
    Links zum Thema:

    TYPO3.net - ve_guestbook schreibt keine Einträge

    http://www.typo3forum.net/forum/typo...e-m-glich.html
    Geändert von lamina (07.09.2010 um 14:06 Uhr)

  4. #4
    jis
    jis ist offline
    Forum Zuschauer
    Registriert seit
    14.08.2007
    Beiträge
    8

    Gleicher Fehler ander Lösung

    Bei "Domain name for Base URL" das "www." vor die Domain einzufügen.
    Zu finden im BE unter:
    "WEB > Template > Konstanten-Editior"
    ROOT-Template auswählen und dann die Kategorie "Config".

 

 

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Facebook Kommentare

Berechtigungen

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73