Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Convert
Wordpress to Elxis
with
Elxis importer
!
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
rename the folder repository
« previous
next »
Print
Pages: [
1
]
Author
Topic: rename the folder repository (Read 9477 times)
babis1
Hero Member
Posts: 1538
rename the folder repository
«
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
Logged
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: rename the folder repository
«
Reply #1 on:
September 24, 2012, 22:26:41 »
You just renamed it? Or also moved it?
Logged
Rent a Site
|
Lelevose
babis1
Hero Member
Posts: 1538
Re: rename the folder repository
«
Reply #2 on:
September 24, 2012, 22:36:11 »
no i just rename it because i dont know how server works
Logged
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: rename the folder repository
«
Reply #3 on:
September 24, 2012, 22:44:18 »
Quote from: babis1 on September 24, 2012, 22:36:11
no i just rename it because i dont know how server works
Something like this:
/home/username/public_html/newreponame
Logged
Rent a Site
|
Lelevose
babis1
Hero Member
Posts: 1538
Re: rename the folder repository
«
Reply #4 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
Logged
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: rename the folder repository
«
Reply #5 on:
September 24, 2012, 23:21:49 »
If you move it out of /public_html it would be something like this:
/home/username/newreponame
Logged
Rent a Site
|
Lelevose
datahell
Elxis Team
Hero Member
Posts: 10356
Re: rename the folder repository
«
Reply #6 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
«
Last Edit: September 25, 2012, 00:22:10 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
rename the folder repository