Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#145 2008-05-24 17:44:01
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
evilhuman Thanks for the link to the FAQ.
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#146 2008-09-24 10:14:58
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
This plugin causes to following error to appear at the bottom of the write tab in 4.0.6 after logging in and randomly at certain times.
Notice: Undefined index: view in /home/username/public_html/template/textpattern/lib/txplib_misc.php(574) : eval()'d code on line 27
Offline
#147 2008-09-24 18:17:23
- Logoleptic
- Plugin Author
- From: Kansas, USA
- Registered: 2004-02-29
- Posts: 482
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
FireFusion wrote:
This plugin causes to following error to appear at the bottom of the write tab in 4.0.6 after logging in and randomly at certain times.
I’ve always gotten that error with this plugin. I just ignore it.
Offline
#148 2008-09-30 13:31:45
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
It’s not very attractive to clients :-P
Offline
#149 2008-09-30 17:47:58
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
It is an easy fix. Edit the plugin code and change line 24 to the following:
&& ((count($_POST)==0) || (isset($_REQUEST['view']) && $_REQUEST['view']!='')) ) return;
Last edited by artagesw (2008-10-02 17:39:14)
Offline
#150 2008-10-02 10:10:01
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
artagesw: Please use Textile bc. or @ wrapping feature to post code snippets. It definitely does make life easier with unchanged single and double qoutes (and maybe other code issues too).
Last edited by merz1 (2008-10-02 10:10:20)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#151 2008-10-15 19:28:44
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
The plugin is very good. however there is a flaw I found. 404 error pages dont return a ‘404’ in the headers once it is cached with asy_jpcache.
Offline
#152 2008-11-24 01:16:37
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
london567 wrote:
The plugin is very good. however there is a flaw I found. 404 error pages dont return a ‘404’ in the headers once it is cached with asy_jpcache.
Yes, I have run into this as well and have developed a fix. However, it also requires a one line change to the txp core code in order to allow txp to communicate status to the plugin. I will post my solution to the dev list for feedback and possible incorporation into the next txp release.
Offline
#153 2009-01-31 21:45:19
- Neko
- Member
- Registered: 2004-03-18
- Posts: 458
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
artagesw wrote:
Yes, I have run into this as well and have developed a fix. However, it also requires a one line change to the txp core code in order to allow txp to communicate status to the plugin. I will post my solution to the dev list for feedback and possible incorporation into the next txp release.
Hi. I was wondering if your fix made into the latest release. Any news? :)
Also, is it possible for someone to take-over the ownership of this plug-in and re-release it including all the fixes presented into this thread (maybe it has already been done?)?
Thanks.
Offline
#154 2009-01-31 23:52:51
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
Neko wrote:
Hi. I was wondering if your fix made into the latest release. Any news? :)
Sorry, the devs seemed to dislike my solution (which involved adding a simple private request header) and never contacted me to discuss alternatives.
Last edited by artagesw (2009-01-31 23:53:43)
Offline
#155 2009-04-23 23:06:56
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
I have been using the plugin successfully for a while now, but initially had the blank page problem. After I turned off FCGI on the domain the problem was gone for a while. However, for some reason or another I now sometimes get blank pages again. Since I am not much of a txp-plugin-whizz, what info do I have to collect to have someone smart tell me what to do?
Offline
#156 2009-05-07 20:04:18
Re: asy_jpcache 0.9.8 - Fast Full Page Caching
Any info about the blank page problem?
Offline