dbasulto
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Simple Tags] Autolink not workingForum: Plugins
In reply to: [Plugin: W3 Total Cache] feature requestfredericktownes,
And accelerator support? cgs2 fix won′t apply to 2.8.5.1
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] feature requestwill it be included in 0.9 ?
fredericktownes,
so you are fixing small issues on the same version? wouldn′t it be better to release 0.8.5a 0.8.5b? So users who could not be aware of this issues can still see that there is a new update on their plugin page and upgrade to the latest version? ??
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] 404 error on logsSent ??
Forum: Plugins
In reply to: WP Super Cache doesn’t cache 404s… should it?I went trough the Codex but couldn′t figure out how to do this so I could cache 404 pages… any help?
Forum: Plugins
In reply to: WP Super Cache doesn’t cache 404s… should it?thanks, I′m reading that at the Codex.
Forum: Plugins
In reply to: WP Super Cache doesn’t cache 404s… should it?So in order to get this to work I should add
<?php add_filer ('wpsupercache_404', '', '', 'true' ); ?>
or
apply_filters('supercache_404s', true );
to functions.php?
Forum: Plugins
In reply to: [Plugin: DB Cache Reloaded] getting a fatal errorApache, on CentOS.
Forum: Plugins
In reply to: [Plugin: DB Cache Reloaded] getting a fatal errorFor me, it crashes apache when enabled ??
I use nginx as a transparent proxy…
[Tue Oct 20 20:32:47 2009] [error] [client xxxxxx] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 766154752 bytes) in /xxxxxx/wp-content/plugins/exploit-scanner/exploit-scanner.php on line 80, referer: https://xxxxxx/wp-admin/index.php?page=exploit-admin-page
uses a lot of memory on my side
Forum: Plugins
In reply to: [Plugin: Viper’s Video Quicktags] Error after upgrade to 6.2.7 versionMy quick fix was to add this to my header:
<script type='text/javascript' src='https://domain.com/wp-content/plugins/vipers-video-quicktags/resources/swfobject.js?ver=2.2'></script>
I don′t know why this is not being loaded on wp_head, as the css does load:
<!-- Vipers Video Quicktags v6.2.7 | https://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/ -->
Forum: Plugins
In reply to: [Plugin: Viper’s Video Quicktags] Error after upgrade to 6.2.7 versionI do have the same problem. I noticed the javascript for SWF object is not being loaded on the header….
Forum: Fixing WordPress
In reply to: Is there a post size limit?Nice to see that i′m not the only one with the problem ??
I just noticed that on WP 2.8.4 a post was published (before the “read more” cut), and I can see it on the front page. But going to the single view of the post… no content was shown. As it had a lot of text and some images, I decided to re post it by blocks to see at which point it failed.
Then when I was almost done I noticed it failed. Then if I removed one single paragraph (plain text, nothing fancy) the post appears complete. If I added any paragraph..it failed. This happens at 55,000 characters with spaces (had to use word to check it).
Anyone knows how to open a ticket for this?
Forum: Themes and Templates
In reply to: Showin gallery prev/next links IF necessaryRYanWilliams,
My guess is that those functions are actually echo’ing another function. You need the parent function.
Some functions in WP work like that, and allow you to block echo’ing by adding an argument.