Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 7
Seite [1]
nickdudego3


Beginner




Beiträge: 8
# Thema - 26.01.2011 um 00:17 Uhr
I recently upgraded. and added a module. i am not sure what i did but i messed up a setting somewhere. and now my system module. and admin module. links have been changed from index.php?mod=. to index/system... it is really important that someone helps
Inaktiv
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 1 - 26.01.2011 um 00:22 Uhr
it seems you turned on beatiful urls in clansphere options, which can temporary be disabled to really turn it off again by changing the option value in e.g. index.php as follows (store that line directly before cs_init is called in there):

$cs_main['mod_rewrite'] = 0;


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
nickdudego3
Thread-Ersteller


Beginner




Beiträge: 8
# Antwort: 2 - 26.01.2011 um 00:31 Uhr
yeah that didn't work take a look at my index.php and tell me what to do. i haven't made a web.config so it is still at web.config_example

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
1. / 2. / ... 
<?php
// ClanSphere 2010 - www.clansphere.net
// $Id$

# Overwrite global settings by using the following array
$cs_main = array('init_sql' => true'init_tpl' => true'tpl_file' => 'index.htm');

require_once 
'system/core/functions.php';
$cs_main['mod_rewrite'] = 0
cs_init($cs_main);


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 3 - 26.01.2011 um 00:33 Uhr
you are not able to open index.php and use all hyperlinks?

if so try to delete all *.tmp files in uploads/cache/ and try again


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
nickdudego3
Thread-Ersteller


Beginner




Beiträge: 8
# Antwort: 4 - 26.01.2011 um 00:36 Uhr
never mind it was my template i had to remove my cache.
thank you for your help.
i would never have figured that is was beautiful urls i thought that it was some kind of css.

if i wanted to activate beautiful urls how would i


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 5 - 26.01.2011 um 00:41 Uhr
on microsoft iis 7 or newer rename web.config_example to web.config and maybe update its content to fit the environment (should work without modifications by default). on apache 2 or newer do the same, but with the .htaccess file instead. in both cases make sure that url rewriting is supported by your webspace provider and properly set up!

also don't forget to cut that line from index.php again after you've send the clansphere options form one time with beautiful urls turned off, even if its off because the index.php change is a tiny "hack" to reset this setting very fast.

well mod_rewrite has nothing to do with css, but funny idea, maybe the documentation is not that good.


------------------
ClanSphere - professional clan care starts here

Zuletzt editiert von hajo ClanSphere Team am 26.01.2011 um 00:43 Uhr (1x Editiert)
Inaktiv
|
nickdudego3
Thread-Ersteller


Beginner




Beiträge: 8
# Antwort: 6 - 26.01.2011 um 01:06 Uhr
yeah, to be honest this is the first time i have really got into php. usually I give up because it can't test it without uploading and I used to not understand it. but now it's mostly like a walk in the park.

when i said css i meant like it would give links more effects or something


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 7 - 26.01.2011 um 01:08 Uhr
by the way: urgent help was not a good headline for the topic in here

please try to find a better headline describing your problem next time(s)


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
Antworten: 7
Seite [1]


Sie müssen sich registrieren, um zu antworten.