Nax

Anonymous
thoughtful
I have a test box with geeklog 1.4.0rc1, and forum 2.3, and the forum works awesome.

I exported the DB, tar'd the directories, and uploaded them to my hosted account at siteground.com. The website works, and loads, etc. However, when I attempt to change any of the forum settings the changes seem to be accepted, but are not applied. If I click on a Forum to enter it and revew the threads, it simply reloads the forum index.

Anyone have any thoughts or suggestions? Nothing in the error logs or apache logs to indicate a problem.

-Tom

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
register_globals = on?

bye, Dirk

Status: offline

kemal

Forum User
Regular Poster
Registered: 04/05/05
Posts: 103
it must be on?
_KEMAL_

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
For the forum: yes.

bye, Dirk

Status: offline

NeoNecro

Forum User
Regular Poster
Registered: 02/07/04
Posts: 90
I dont know why nobody ever suggests this, but when you put the following lines in lib-common you dont need to have the register_globals = on.

Text Formatted Code

extract( $_POST );
extract( $_GET );


 


Dont know if there are any catches, but I works for me :-D
dimis-site.be

Status: offline

kemal

Forum User
Regular Poster
Registered: 04/05/05
Posts: 103
yes, this is working

Thanks



_KEMAL_