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
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
About to move the site from sub-dir to main Please Help-Error [SOLVED]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: About to move the site from sub-dir to main Please Help-Error [SOLVED] (Read 11996 times)
ROUBOS
Hero Member
Posts: 699
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #15 on:
January 09, 2010, 05:25:40 »
did it. same thing
I PMed you
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #16 on:
January 09, 2010, 05:39:11 »
ok found...
#php_value session.save_path "/var/www/vhosts/xxx--i removed--xxx/httpdocs"
thats not correct... webserver have not permission to write the session there...
i edited your htaccess and comment it out
Logged
ks-net.gr
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #17 on:
January 09, 2010, 05:47:10 »
you should read carefully the wiki...
about session save path...
never store sessions in you public_html(httpdocs) but one level up in your user dir.. it is a security risk
create from control panel a tmp dir eg. /var/www/vhosts/userdir/tmp and make it writable by webserver
you may omit this step as it is not mandatory for elxis although highly recommended!
Logged
ks-net.gr
ROUBOS
Hero Member
Posts: 699
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #18 on:
January 09, 2010, 05:51:06 »
so it all works fine now.
thank you so much.
I really appreciate your help.
thank you.
PS. What do you think of the site? My first Elxis attemp.
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #19 on:
January 09, 2010, 05:55:51 »
you are welcome!
nice site clean design.... i like it..
fix only the top bar ...use less margin-padding on top menu links and hide overflow.
contact link slept out bellow the bar and pushes the top-rotator inside content..
edit..perhaps you don't see this.. it appears only in my 22" screens(wider pixels)
«
Last Edit: January 09, 2010, 05:58:19 by ks-net
»
Logged
ks-net.gr
ROUBOS
Hero Member
Posts: 699
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #20 on:
January 09, 2010, 05:57:38 »
yeah I like it. also did this: but gave javascript conflict on gallery:
www.vasilisstudios.gr
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #21 on:
January 09, 2010, 05:59:38 »
this is relay nice!
congratulations!
Logged
ks-net.gr
ROUBOS
Hero Member
Posts: 699
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #22 on:
January 09, 2010, 06:01:17 »
thanks
congrats to the Elxis team for ELXIS. It's Awesome once you learn it. I even bought the books. Love it.
Will be using it all the time. Tonight was my first attempt of moving a site from a sub-folder.
Logged
ROUBOS
Hero Member
Posts: 699
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #23 on:
January 09, 2010, 06:03:12 »
I havea 22" monitor. I don't see it. Hmmm can you send me a screenshot?
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #24 on:
January 09, 2010, 06:08:22 »
<script type="text/javascript" src="...........mod_rollingmenu/mootools.js"></script>
<script type="text/javascript" src="..........mod_rollingmenu/rollingmenu.js"></script>
<script type="text/javascript" src="......mambots/content/plugin_jw_sig/mootools.js"></script>
<script type="text/javascript" src="................r/mambots/content/plugin_jw_sig/slimbox.js"></script>
this is at least useless .. twice the same library
find which conflicts and .. remove .. replace with other mootools-compatible scripts ... you can found out there thousands of galleries or weather-gadgets
ubuntu firefox
[attachment deleted by admin]
«
Last Edit: January 09, 2010, 06:15:13 by ks-net
»
Logged
ks-net.gr
ROUBOS
Hero Member
Posts: 699
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #25 on:
January 09, 2010, 06:16:58 »
thanks for the screenshot.
where are these lines located?
<script type="text/javascript" src="...........mod_rollingmenu/mootools.js"></script> etc?
EDIT> Do you have a toolbar on your browser? could that be pushing it down?
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: About to move the site from sub-dir to main.... Please Help- Error on Admin page
«
Reply #26 on:
January 09, 2010, 06:27:01 »
no way...
try this..
#header {overflow:hidden}
#top-menu {clear:both;}
also reduce a little padding of link in menu ... different os render fonts with a different way .. bigger-small etc..
Quote
<script type="text/javascript" src="...........mod_rollingmenu/mootools.js"></script> etc?
they are written inside corresponded module.php file.. now that i am thinking again.. i don't now if they are full or special-modified-by-datahell versions (with less functions) of mootools library
but you can try to remove the second one ... no big deal i think
«
Last Edit: January 09, 2010, 06:31:50 by ks-net
»
Logged
ks-net.gr
ROUBOS
Hero Member
Posts: 699
Re: About to move the site from sub-dir to main Please Help-Error [SOLVED]
«
Reply #27 on:
January 10, 2010, 04:25:15 »
tried removing the line from both in turn, no luck.
Logged
Print
Pages:
1
[
2
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
About to move the site from sub-dir to main Please Help-Error [SOLVED]