Stan Scholtz

Results 9 comments of Stan Scholtz

Hello, thanks for the NOMINATIM_IMPORT_STYLE, i missed this one and i wonder if it will work with this docker image as well when sended as enviroment variable. the documentation says...

this is how i adjusted Mysqlistatement so it checks for this specific error and ignores it while allowing query to proceed, more tests would be needed: ```

> $db->transactionStart(); I don't think this is the real solution since you won't create a function for every single feature in Mysql (or other databases) and nobody really asked you...

to get this resolved minimalistically for url like /nl/test///.html which has canonical /nl/test.html i now: - modified the language fitler plugin not to ovewrite canonical with alternative if already exists...

ok, the bugs are: 1) when adding both alternate and canonical which are SAME URLs DocumentHtml class overwrites one with the other (since $doc->_links[$url] is the same) 2) joomla core...

hmm, i am not sure if we understand each other - we use canonical URLs to tell bots which is the prefered URL among multiple URLs which can get generated...

by "joomla design" i mean using document functions: ``` $doc->addHeadLink($url, 'alternate', 'rel', array('hreflang' => $i)); $doc->addHeadLink($url, 'canonical', 'rel'); ``` since type is ignored and $url is used as unique key...

yes, the problem is that language filter plugin overwrites canonical URL set by a 3rd party extension (or from within template during component dispatch) and system SEF then sets it...

i created a fork which is supported on php7 via php-pdo and php-pdo_odbc on linux including mysqli support enjoy