Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#11 2018-06-11 11:22:27
- NicolasGraph
- Plugin Author
- From: France
- Registered: 2008-07-24
- Posts: 860
- Website
Offline
#12 2018-06-11 14:52:24
- colak
- Admin
- From: Cyprus
- Registered: 2004-11-20
- Posts: 7,050
- Website
Re: oui_cookie - Set, read, reset or delete cookies
NicolasGraph wrote #312506:
Glad it helped; I hope everything will be alright now.
Indeed it is. I checked it in 3 browsers and all is working as intended.
Yiannis
——————————
neme.org | hblack.net | LABS | State Machines | NeMe @ github
Offline
#13 2018-07-06 09:45:19
- NicolasGraph
- Plugin Author
- From: France
- Registered: 2008-07-24
- Posts: 860
- Website
Re: oui_cookie - Set, read, reset or delete cookies
FYI, oui_cookie v1.0.0-BETA3 is released.
Offline
#14 2018-07-06 11:16:53
- colak
- Admin
- From: Cyprus
- Registered: 2004-11-20
- Posts: 7,050
- Website
Re: oui_cookie - Set, read, reset or delete cookies
Hi Nicolas
On the surface, it all looks like it is working just fine. I’ll start experimenting with the delete cookie function next week.
Yiannis
——————————
neme.org | hblack.net | LABS | State Machines | NeMe @ github
Offline
#15 2018-07-06 11:20:52
- NicolasGraph
- Plugin Author
- From: France
- Registered: 2008-07-24
- Posts: 860
- Website
Re: oui_cookie - Set, read, reset or delete cookies
colak wrote #312879:
[…] On the surface, it all looks like it is working just fine. I’ll start experimenting with the delete cookie function next week.
Nice, thanks. Freel free to come back to me if you have any question or suggestion.
Offline
#16 2018-10-26 12:51:18
- ENB
- New Member
- Registered: 2016-10-04
- Posts: 5
Re: oui_cookie - Set, read, reset or delete cookies
Hello. Help me, please
After installation plugin (txp 4.7.1, plugin Beta3) I have this error:
Parse error: syntax error, unexpected ‘isSet’ (T_ISSET), expecting identifier (T_STRING) in …\lib\txplib_misc.php(1826) : eval()’d code on line 199
plugin_load_error_aboveoui_cookie
On local server and VPS
Is there any solution to this problem? Thanks for any info
Offline
#17 2018-10-26 14:41:52
- NicolasGraph
- Plugin Author
- From: France
- Registered: 2008-07-24
- Posts: 860
- Website
Re: oui_cookie - Set, read, reset or delete cookies
ENB wrote #314745:
Hello. Help me, please
After installation plugin (txp 4.7.1, plugin Beta3) I have this error:Parse error: syntax error, unexpected ‘isSet’ (T_ISSET), expecting identifier (T_STRING) in …\lib\txplib_misc.php(1826) : eval()’d code on line 199
plugin_load_error_aboveoui_cookie
Hi, isset
– or isSet
in this case – is a reserved word in PHP. Replacing isSet
occurences by isCookieSet
fixes that. I’ll commit soon I compiled a new pre-release here ; thanks for the report.
Last edited by NicolasGraph (2018-10-26 14:53:46)
Offline
#18 2018-10-27 07:47:30
- ENB
- New Member
- Registered: 2016-10-04
- Posts: 5
Re: oui_cookie - Set, read, reset or delete cookies
NicolasGraph wrote #314752:
Hi,
isset
– orisSet
in this case – is a reserved word in PHP. ReplacingisSet
occurences byisCookieSet
fixes that.
Thank you! Plugin is work now :)
Offline