| Author |
Message |
GG
Posts: 3
Location: Québec, Canada
|
I have installed your demo application of sitellite. I enter admin username
and password wich is fine. Eache time i want to edit or move something, I am
coming back to welcome page. Is this normal, if not how can I solve that ?
I am running your demo on WinXP with EasyPhp 1.7 environnement witch is Apache 1.3.27 and PHP 4.3.3.
Thank's
Gilbert
|
|
Back to top
|
View user profile
Contact this member
|
kozmoz
Posts: 71
Location: The Netherlands
|
GG said:
I enter admin username
and password wich is fine. Eache time i want to edit or move something, I am
coming back to welcome page. Is this normal, if not how can I solve that ?
Yes this is normal behavior, but with a little modification to the code the problem can be solved. I've attached an extra parameter to the login form that remembers the last displayed page. Now the last page is restored after a successful login.
I have made a patch that contains the changes to add this redirect feature. See http://www.arsoftware.nl/sitellite under the heading Patches to download the patch and how to apply it to your Sitellite installation.
---
Rob Juurlink (rob # juurlink. org)
|
|
Back to top
|
View user profile
Contact this member
|
GG
Posts: 3
Location: Québec, Canada
|
Where do I get this patch program ? I am running Sitellite from WinXP !
|
|
Back to top
|
View user profile
Contact this member
|
kozmoz
Posts: 71
Location: The Netherlands
|
GG said:
Where do I get this patch program ? I am running Sitellite from WinXP !
The win32 version of Gnu Patch is here: http://unxutils.sourceforge.net/ But maybe it is easier to tweak the sources by hand. The patchfile is human readable. The plus(+) means a added line and the minus(-) means a removed line. There are 7 files to modify in total.
Some background info about diff: http://en.wikipedia.org/wiki/Diff
---
Rob Juurlink (rob # juurlink. org)
|
|
Back to top
|
View user profile
Contact this member
|
GG
Posts: 3
Location: Québec, Canada
|
I have tried to patch the installation with sitellite_redirect.diff and it gives me some errors. It's bad that when you want to test some demo site like sitellite and you hit time after time some errors. You wonder if this product is what you need !
Do you have more advice to give me, I am willing to give another try !
|
|
Back to top
|
View user profile
Contact this member
|
kozmoz
Posts: 71
Location: The Netherlands
|
GG said:
I have tried to patch the installation with sitellite_redirect.diff and it gives me some errors. It's bad that when you want to test some demo site like sitellite and you hit time after time some errors. You wonder if this product is what you need !
Do you have more advice to give me, I am willing to give another try !
Well, these patches are very experimental and in no way official Sitellite patches. If you don't like living on the edge, don't use these patches...
Did you register for the Sitellite demo site? This demo site shows a recent and working installation of Sitellite. It will give you an impression of Sitellites capabilities though.
http://www.sitellite.org/index/demo.
---
Rob Juurlink (rob # juurlink. org)
|
|
Back to top
|
View user profile
Contact this member
|