Giter Club home page Giter Club logo

Comments (9)

dmitryd avatar dmitryd commented on May 24, 2024

That's wrong. Domain record may not contain subfolders. The field name clearly says "Domain", not "Domain and path".

Fix your system. This is not a realurl issue but incorrect TYPO3 setup.

from typo3-realurl.

dmitryd avatar dmitryd commented on May 24, 2024

Added to docs: https://github.com/dmitryd/typo3-realurl/wiki/Notes-for-Integrators#configuring-root-pages-for-realurl

from typo3-realurl.

thomasmstein avatar thomasmstein commented on May 24, 2024

Hmm ... sorry this is what my subpage addition was based on ;-)
Quote from the Typo3 extended Help (Inline User Manual) on Domain (clicking on Domain in the domain record):
"Notice, if you run TYPO3 from a subdirectory of the domain name, you must include the subdirectory as well, eg. "www.my-domain.org/typo3_subdir/" "

PS: Removed the subdir path and got it to work now.
Thanks
Thomas

from typo3-realurl.

ogrosko avatar ogrosko commented on May 24, 2024

Hey dmitryd

After update realurl from 1.13.6 -> 2.0.10

I got same error

Uncaught TYPO3 Exception
#1453732574: RealURL was not able to find the root page id for the domain "my-domain.local" (More information)
Exception thrown in file
/typo3conf/ext/realurl/Classes/EncodeDecoderBase.php in line 213.

I have only one domain with page uid = 1

Trying all Configuring root pages for RealURL with no effect and got same error
Do you have any idea where could be the problem?

from typo3-realurl.

dmitryd avatar dmitryd commented on May 24, 2024

Do you have any idea where could be the problem?

No. It is installation-specific. Cannot tell without knowing anything about the installation.

from typo3-realurl.

ogrosko avatar ogrosko commented on May 24, 2024

I do the update according https://github.com/dmitryd/typo3-realurl/wiki/Upgrading-from-RealURL-1.x-to-RealURL-2.x also runs all Compare database scripts

typo3 v7.6.4
this is my config

array( 'enableCHashCache' => 1, 'appendMissingSlash' => 'ifNotFile', 'enableUrlDecodeCache' => 1, 'enableUrlEncodeCache' => 1, 'reapplyAbsRefPrefix' => 1, ), 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => 1, 'rootpage_id'=>1, ), 'preVars' => array( array( 'GETvar' => 'no_cache', 'valueMap' => array( 'nc' => '1' ), 'noMatch' => 'bypass' ) ), 'postVarSets' => array( '_DEFAULT' => array( 'news' => array( array( 'GETvar' => 'tx_bbnews_newsdetail[news]', 'lookUpTable' => array( 'table' => 'tx_bbnews_domain_model_news', 'id_field' => 'uid', 'alias_field' => 'title', 'addWhereClause' => ' AND NOT deleted', 'useUniqueCache' => 1, 'useUniqueCache_conf' => array( 'strtolower' => 1, 'spaceCharacter' => '-', ), 'autoUpdate' => 1, 'expireDays' => 180, ) ) ), ) ) ); ?>

from typo3-realurl.

atnexxt avatar atnexxt commented on May 24, 2024

Make a change at the beginning of your 2nd line:

$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(

has to be correctly:

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']['_DEFAULT'] = array(

from typo3-realurl.

ogrosko avatar ogrosko commented on May 24, 2024

@atnexxt you are right 👍

from typo3-realurl.

kludikovsky avatar kludikovsky commented on May 24, 2024

(EDIT 1) Moved to a new entry
Have the same issue with a T3 7.6.4.and Realurl 2.0.10

What happend:

  • Had a problem with Realurl (maybe since last update on 11.3.)
  • updated again
  • got error
  • found this issue
  • check the for the config file, but could not find one.
  • re-executed the setup proc with the standard settings
    • means with
      • Enable automatic configuration
      • basic.enableAutoConf
  • Result:
    • there is no config file in typo3conf

[EDIT]]

I have not tried to create my own config file (attached renamed to .txt
KLRealUrlConfig.txt
)
and changed the setup to (as per config list)
realurl = a:6:{s:10:"configFile";s:29:"typo3conf/KLRealUrlConfig.php";s:14:"enableAutoConf";s:1:"0";s:14:"autoConfFormat";s:1:"0";s:12:"enableDevLog";s:1:"1";s:17:"enableBadBehavior";s:1:"0";s:19:"enableChashUrlDebug";s:1:"0";}

There is no entry under EXTCONF
_screen_shot_2016-03-22_193748

from typo3-realurl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.