phbrowne
Forum Replies Created
-
Any help here? I keep flailing along trying all manner of things and the feed still won’t resolve.
What puzzles me is that the feed can be viewed fine in any feed reader, so I know the feed is working.
Next step….delete the plugin and start over. Sheesh…this shouldn’t be so hard.
Also tried:
**Refreshing the feed
**Changing https to http
**Setting the number of events to retrieve to 500 from 100
**Double checked that the feed URL is correct
**Changing the cache duration from 3600 to 60 and refreshing everythingAnything I am missing here?
Update: The widget on the main page just sits and spins…nothing is displayed at all.
Page Link: Click on QPS Events in the tabbed display in the right top sidebar.
Any thoughts? This seems to be an annual event with us….working flawlessly until we actually start using it again…
Sean…please take the word “retard” out of your vocabulary. It is both hurtful and pejorative. I know too many people with developmental disabilities who have been deeply hurt by the careless use of this word. You sound smart enough to find another way to express that something does not meet your expectations. Thank you. Really.
Weirdly, I just went back in to look and you’re right – it’s working again. The pages had been loading ve-e-r-r-y slowly (upwards of 45 seconds for a light page) so I b(*tched at the hosting company.
Something got kicked in the rear and now it’s all set again. Thanks for your response. Your plugin is a much more elegant solution than the raw Google calendar.
Okay…answered my own question when I decided to try adding the feed again. I needed to reset the number of events to display
Settings>Google Calendar Events>Current Feeds
Select the feed you want to edit, and click on Edit on the far right.
About half-way down, you will see MAXIMUM NUMBER OF EVENTS TO RETRIEVE. I had mine set to 25 which just coincidentally displayed all events up to June 30. Reset it to 150 events which takes us far enough out in the future that everyone will be happy.
Solved my own problem!
Update:
Email from outlook to FB email account [email protected] goes through and shows up on FB.Change email setting in WP Email-to-FB settings to an outlook email address and post gets forwarded to outlook fine.
Just failing when using the FB email account [email protected] in the WP Email-to-FB settings.
Any thoughts?
RESOLVED:
After syncing the database, WP-FB started throwing LOTS of errors. Files names were displaying but files were missing when I clicked on the file name.
I went through and copied about a dozen PDFs from different categories from the main site and then went in and deleted those files one by one from the subsite. Tested to make sure the files on the main site were still there.
Also went to wp-content>blogs.dir>99>files>filebase (99 is the number of that particular multisite install) and verified that the files I was looking for were not actually in that folder.
Went back to subsite and synced the WP-FB again. Deleted missing files from database, deleted missing categories from database. Tested main site, everything fine.
Not sure why the subsite picked up the categories from the main site, but all is working fine again.
Update: Just did an upgrade (I was one version behind in WP-FB) and did a file sync for the site that is displaying the wrong categories.
It came up and told me that it could not find 637 files (which are the files from the main site) and about 50 categories (again, from the main site).
I am reluctant to click the “remove from database” button as I *do* need them on the main site and don’t want to have to blow up a database to get them back…
Any thougths?
Forum: Fixing WordPress
In reply to: Menus and Pages Timeout on UpdateAs I have been reading lots of threads on the issue, here is some updated info.
Based on error messages, the hosting company suggested removing the SSL certificate:
[Wed Jan 25 17:22:01 2012] [warn] RSA server certificate CommonName (CN) `quincypublicschools.com’ does NOT match server name!?
That did not solve problem so the certificate has been reinstated (client needs it for their internal firewall whitelist which needs a dedicated IP address)
So I tried doing the updates and now this error is popping up which seems logical to the error I am seeing:
[Wed Jan 25 17:32:09 2012] [error] [client 66.249.67.239] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace.
htaccess file is pretty vanilla WP Multisite – no redirects
addhandler x-httpd-php-cgi .php4
addhandler x-httpd-php5-cgi .php
addhandler x-httpd-php5-cgi .php5# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPressAnd php.ini is pretty straightforward. The only editing I did was to increase the execution time and memory limits to force the issue.
register_globals = off
allow_url_fopen = offexpose_php = Off
max_execution_time = 600
max_input_time = 600
memory = 20MB
memory_limit = 256M
variables_order = “EGPCS”
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”; Only uncomment zend optimizer lines if your application requires Zend Optimizer support
;[Zend]
;zend_optimizer.optimization_level=15
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so; — Be very careful to not to disable a function which might be needed!
; — Uncomment the following lines to increase the security of your PHP site.;disable_functions = “highlight_file,ini_alter,ini_restore,openlog,passthru,
; phpinfo, exec, system, dl, fsockopen, set_time_limit,
; popen, proc_open, proc_nice,shell_exec,show_source,symlink”I am running out of time to get this fixed…any thoughts here?
I went into WP-Filebase>Settings>Security tab and unchecked “Hide inaccessible files and categories” Then I logged out and checked to see if a non-registered user could see the files – Ta! Da! files visible. Client happy. Me relieved.
I went into WP-Filebase>Settings>Security tab and unchecked “Hide inaccessible files and categories” Then I logged out and checked to see if a non-registered user could see the files – Ta! Da! files visible. Client happy. Me relieved.
Did you get this resolved? I am having similar problem.