|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
RE: Problems the the ltwcalendar
The only thing I can think of is that your version of PHP is out of date? The calendar will only work with version 4.1.0 and above....
|
|
#17
|
|||
|
|||
|
RE: Problems the the ltwcalendar
Hi Matt!
I checked my version and it is 4.0.6. Is there no chance to get it running with this old version? The Administrator here won't probably make an update... :-( Elvis |
|
#18
|
|||
|
|||
|
RE: Problems the the ltwcalendar
You might get by making the following changes in all the files:
_POST -> HTTP_POST_VARS _REQUEST -> HTTP_GET_VARS _SERVER -> HTTP_SERVER_VARS That should work. I am working on a new release that will automatically determine which to use.... |
|
#19
|
|||
|
|||
|
RE: Problems the the ltwcalendar
Yeah great, that's it.
It seems to work for me. Thank you very much so far. I will look for your new version, so far... Elvis |
|
#20
|
|||
|
|||
|
RE: Problems the the ltwcalendar
Hello again!
Sorry, but there is still something going wrong. Am I wrong or is there nowhere an _SERVER in all the files? I replaced all the others but this oneI didn't find. Now changing the month does very well but logging in is still not supported... |
|
#21
|
|||
|
|||
|
RE: Problems the the ltwcalendar
Hmm..my bad, there may not be any $_SERVER variables...
in ltw_classes, change: $_COOKIE to $HTTP_COOKIE_VARS that should take care of the login problem.... |
|
#22
|
|||
|
|||
|
RE: Problems the the ltwcalendar
i'm having exactly the same problem.
|
|
#23
|
|||
|
|||
|
RE: Problems the the ltwcalendar
Hm, I think there is still something going wrong. The cookie didn't really solve it...
|
|
#24
|
|||
|
|||
|
RE: Problems the the ltwcalendar
can you login? I can login but I don't see the link for adding events. When I made the changes to the _REQUEST and _POST I noticed that some already were specified that way so you have to make sure that you don't duplicate. Also I don't know if this is true for you but I had to add a <?php on all pages instead of just the <?
|
![]() |
| Viewing: Codewalkers Forums > Projects > ltwCalendar > Problems the the ltwcalendar |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|