Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: babis1 on September 24, 2012, 22:14:13

Title: rename the folder repository
Post by: babis1 on September 24, 2012, 22:14:13
if i rename the repository folder what is the repo path that i have to write in configuration ? because i try many times with different paths but gives me white page and the message that elxis cant find repository logs file
Title: Re: rename the folder repository
Post by: rentasite on September 24, 2012, 22:26:41

You just renamed it? Or also moved it?
Title: Re: rename the folder repository
Post by: babis1 on September 24, 2012, 22:36:11
no i just rename it because i dont know how server works
Title: Re: rename the folder repository
Post by: rentasite on September 24, 2012, 22:44:18
no i just rename it because i dont know how server works

Something like this:

/home/username/public_html/newreponame
Title: Re: rename the folder repository
Post by: babis1 on September 24, 2012, 23:18:13
ok it works, the path is something like in old elxis configuration.php mosConfig_absolute_path with / and the name of renamed folder at the end
Title: Re: rename the folder repository
Post by: rentasite on September 24, 2012, 23:21:49

If you move it out of /public_html it would be something like this:

/home/username/newreponame
Title: Re: rename the folder repository
Post by: datahell on September 25, 2012, 00:18:11
You must provide the full path to the Elxis repository folder without trailing slash.
eg. /home/sample/myrepo
or a windows path:
c:/super/duper/secret
Inside that folder Elxis should find the backup, cache, logs, other, sessions and tmp folders. If not, you will get an error message by Elxis.
Code: [Select]
c:/super/duper/secret
                     backup
                     cache
                     ....

By the way: ALL paths, even on windows, should be written with forward slashes (/)
So this: c:\\path\to\folder is wrong and not accepted by Elxis