You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHPDevShell
I am playing with example.php from the wiki right now (v2.8.1), and
when I change my .tpl file and refresh the page, the template changes
do not take effect. I even cleared my cache (Firefox 3.6.8 Tools >
Clear Recent History > Everything) and it forces me to log back in
(which it should) but the template changes to not take effect.
Can you explain what is happening?
Thanks
greg
unread,
Aug 22, 2010, 9:55:06 AM8/22/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHPDevShell
Yes Smarty templates use a disk cache on the server side (the /
phpdevshell/write/cache folder).
greg
jsherk
unread,
Aug 22, 2010, 10:57:53 AM8/22/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHPDevShell
Can this cache be disabled.. at least during development?
Thanks
jsherk
unread,
Aug 27, 2010, 10:23:55 AM8/27/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHPDevShell
I changed the following default.config.php setting which seems to have
solved my problem:
$configuration['cache_refresh_intervals'] = 15;
I changed it from 120 seconds to 15 seconds.
greg
unread,
Aug 29, 2010, 11:58:28 AM8/29/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message