Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
[SOLVED] xampp (portable edition) and elxis
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] xampp (portable edition) and elxis (Read 7645 times)
epaz
Newbie
Posts: 29
Re-inventing the wheel may lead to a round one!
[SOLVED] xampp (portable edition) and elxis
«
on:
January 03, 2008, 14:49:55 »
I have installed xampp portable in my usb and i have configured apache to listen on port 8080 (since internet explorer is already running on 80). The elxis installation is successful but when I execute the url
http://localhost:8080/elxis
(in mozilla or ie) the resulting page is in plain html (the appropriate css is not applied).
Taking a look at the page's source code I have noticed the following:
<html xmlns="
http://www.w3.org/1999/xhtml
">
<head>
.......
<link href="
http://localhost/elxis/templates/gaia/css/template_css.css
" rel="stylesheet" type="text/css"/>
</head>
You can see that the post information is missing.
Any ideas?
«
Last Edit: January 03, 2008, 15:25:12 by Farhad Sakhaei
»
Logged
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: xampp (portable edition) and elxis
«
Reply #1 on:
January 03, 2008, 14:59:38 »
edit your configuration.php and set localhost to localhost:8080
Logged
DediData Web Hosting Services
epaz
Newbie
Posts: 29
Re-inventing the wheel may lead to a round one!
Re: xampp (portable edition) and elxis
«
Reply #2 on:
January 03, 2008, 15:14:04 »
I have changed the variable $mosConfig_host to point to 'localhost:8080' but from that moment the site (
http://localhost:8080/elxis/
) has stopped responding. I have restarted apache (though I believe it wasn't necessary) but nothing happens.
After quite a while I got the following error:
Fatal error: Maximum execution time of 60 seconds exceeded in G:\xampp\htdocs\elxis\includes\Core\database.php on line 69
«
Last Edit: January 03, 2008, 15:17:29 by epaz
»
Logged
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: xampp (portable edition) and elxis
«
Reply #3 on:
January 03, 2008, 15:18:29 »
change $mosConfig_live_site too
if not worked change back $mosConfig_host to simple localhost
Logged
DediData Web Hosting Services
epaz
Newbie
Posts: 29
Re-inventing the wheel may lead to a round one!
Re: xampp (portable edition) and elxis
«
Reply #4 on:
January 03, 2008, 15:22:53 »
the last one is the correct option, so:
$mosConfig_host = 'localhost';
$mosConfig_live_site = '
http://localhost:8080/elxis';
thanx
Logged
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: xampp (portable edition) and elxis
«
Reply #5 on:
January 03, 2008, 15:23:51 »
good luck
Logged
DediData Web Hosting Services
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
[SOLVED] xampp (portable edition) and elxis