AB24
Forum Replies Created
-
PHP Fatal error: Internal Zend error – Missing class information for in /***/www/****/*******/http_docs/wp-content/plugins/all-in-one-event-calendar/lib/lessphp/lessc.inc.php on line 4.
I’m having the same issues as T, @nicola is they an ETA for a fix for this? Or perhaps a temporary solution to exclude the problematic file in question?
Hi Marcus 🙂
I tried your suggestion but no difference in outcome.
Aaron 🙂
Hi agelonwl 🙂
thanks for your reply, I will try and post a screen grab later, apologies as i cannot supply a URL at the moment either (local development).
I set the ‘Show search on events page’ option to yes, but got the same ‘Nothing Found’ error on the events page.
However i can visit the page for one single event, which shows up just fine….
However….
I noticed the list of events which should be on the main events page (the content i am missing), has been added below the detail on the single event page, ( I hope this makes sense).
Any Ideas?
KR,
Aaron 🙂
Forum: Networking WordPress
In reply to: Redirect IE6 users – .htaccessThanks once again 🙂
I will try this out tomorrow morning.
Forum: Networking WordPress
In reply to: Redirect IE6 users – .htaccessHey, thanks for your replies 🙂
@curtiss : it is near the top, just after the code below :
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L]could this be overriding the original redirect to upgrade.php? giving me an infinite loop?
@ipstenu good point, I will add this tomorrow when i return to work.
In the mean time i have been googling the problem and found this.
I noted on the last line, {the rewrite rule} the author took out the (.*) and replaced it with just a . {period} as below :
RewriteRule . upgrade.html [L]so tomorrow i will try the code below and report my findings
RewriteCond %{HTTP_USER_AGENT} "MSIE 6" RewriteRule . http://myDomain.com/upgrade.php [L,R=301]🙂
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] css media type changes from 'screen' to 'all'Hey automaton,
I’m having the exact same issue, did you ever find a fix to achieve this?
I have tried manually selecting all other stylesheets { therefore not minifying my print.css } but it will still change the media type too???