illustrata
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: ShowTime Slideshow] Slideshow disappearedThis was a permissions issue. Changed them to 755 for folders, 644 for files, and the problem was resolved.
Went for another plugin and resolved found the problem was a permissions issue. Changed them to 755 for folders, 644 for files, and the problem was resolved (at least for that plugin – maybe this one too).
Forum: Plugins
In reply to: [Showtime Slideshow] XML could not be loadedPermissions weren’t correct. Set them 755 & 644, and the problem was resolved.
I have no hidden/invisible .maintenance file (that’s what gives me the message “An automated WordPress update has failed to complete – please attempt the update again now,” right?)
How do I get rid of the “Briefly unavailable for scheduled maintenance. Check back in a minute” message?
I wish automatic updates were automatic. ??
Forum: Fixing WordPress
In reply to: Could not Create Directory (Installing a Plugin)Changing the permissions on the wp-config.php worked for me as well.
Hi, I find that the display will not switch from whatever is selected as the default view. If it is set as Calendar, clicking the List tab will have no effect. If I choose List as the default view, clicking on Calendar button has no effect.
I am using Thematic and WP 3.0 beta 1, but the plugin also has the same behavior in 2.9.
I don’t see any difference in the behavior whether I am logged in or not.
Thanks for any help or feedback.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] clicking on calendar does not show me eventsHi, I’m using 1.5.6 and I can see correct version of the code in the plugin. I’m still unable to get the grid/calendar view to show up when I click “calendar,” it just stays in list view. https://69.89.31.227/~arzanaor/category/events/
Somewhere else I should look? ack.
Forum: Plugins
In reply to: [Plugin: Connections] ERROR: The $_SESSION save path does not exist.Hi, I re-installed the previous version and the entries have re-appeared.
Checking permissions and they seem to be fine. I manually installed the connection_images directory in the wp-content folder, but had the same problem until I set the permissions to 777. Now all’s well.
I’m looking forward to getting the most out of this plugin – thank you. ??
Forum: Plugins
In reply to: [Plugin: Connections] ERROR: The $_SESSION save path does not exist.Hi, I was having the same error and I uploaded the new version, it seems to have wiped out my entries. Is there a special method for upgrading that I missed?
I’m still getting the message when attempting to upload an image:
ERROR: Uploaded image could not be saved to the destination folder.
What is the destination folder? Do I still need to add an .htaccess file?
I would really like to use this pluging but I’m not having much success. ??
Thanks for any help.
Forum: Fixing WordPress
In reply to: Error on BlogThis is what I did to resolve the problem…maybe it will help:
Following Samboli’s suggestions, I went to reset the Permalinks and got the “if your .htaccess were writeable” message. Went to search for the .htaccess file (in the root of the blog directory), which wasn’t there.
I created the .htaccess in the wp root, copied the permalink-provided code into it, (made it writeable,) and violà, it’s working again…
Good luck there…
Forum: Fixing WordPress
In reply to: 500 internal errorI had the same problem: I got the “Internal Server Error” message out of nowhere when accessing the blog page. As Samboli advsed, I went to reset the Permalinks, and got the “if your .htaccess were writeable” message. Went to search for the .htaccess file, which wasn’t there.
I created the .htaccess file, copied the permalink-provided code into it (made it writeable), and violà, it’s working again.
I don’t understand what happened, really; but we back in bidness. ??
Forum: Plugins
In reply to: [Plugin: The Events Calendar] sidebar disappeared in all viewsFirst caveat, I have no idea what I’m doing.
To get the sidebar to show up, I went to the events.css (in the resources folder) and added a width of 620px and a float: left to the #tec-content ID selector (about half-way down). I then added the <?php get_sidebar(); ?> just above the include for the footer in the single, list, and calendar views.
I am using Thematic and am trying to figure out the best way to make these overrides instead of plugin modifications…
Forum: Plugins
In reply to: [Plugin: The Events Calendar] sidebar disappeared in all viewsI have the same issue…
Forum: Plugins
In reply to: [Plugin: The Events Calendar] How to change languageJust in case it helps someone else, I changed the language of the WordPress installation by downloading the .mo and .po files, installing them in the languages folder in wp-content, modified wp-lang in the config file, and that worked for The Events Calendar aside from “View all events,” which I believe I can translate myself.
Avanti.
I don’t have the XML Google sitemap plug-in but do have cforms…
Revised the code as recommended by eric.fournier above and voilà, the problem disappeared.
Thank you, Eric.