Thursday 04 December 2008 8:20:11 am
Thank you for your help, I'm trying to specify a siteaccess with
php [...]\bin\php\updateniceurls.php --siteaccess=fre
it returns ''Siteaccess fre doesn't exist, using default siteaccess". But the folder "settings\siteaccess\fre" exists On an other hand, is updateniceurls supposed to retrieve the databaseSettings from the fre/site.ini.append.php file? (or at least from the [default siteaccess]/site.ini.append.php) file. Do I have to specify the databaseSettings with something like
php [...]\bin\php\updateniceurls.php --db-user=xxx --db-password='yyy --db-host= zzz --db-database=aaa
(but apparently, it's impossible to use --db-host= zzz ) I truncated the table "ezurlalias_ml" table and I want to populate it with the urls from content object nodes. (I made a copy of my database before) Do I have to import them with --import-aliases or use an other options? for the moment, $dbname, $dbPassword, $dbhost, $dbUser ... are empty. Florian..
|