jdicecco
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t login using my admin user name and passwordI reset my password and it worked this time. I went in and reset it to the old password once I was on.
Thanks for you help.Forum: Fixing WordPress
In reply to: Can’t login using my admin user name and passwordI saw that. I got the email. I just can’t log on as the admin.
Forum: Fixing WordPress
In reply to: Can’t login using my admin user name and passwordThanks for your response, but no it did not take care of my problem. I still can’t log back in.
Forum: Installing WordPress
In reply to: Site Admin has a fatal error in version 2.7 upgrade.Dang, that was obvious. I upload the entire folder. I’m not sure why that file was missed. Thanks. I’m up and running now.
Forum: Installing WordPress
In reply to: Site Admin has a fatal error in version 2.7 upgrade.Thanks for the response. I’ve deleted all files, loaded fresh ones of version 2.7 and uploaded them.
Now I get:
Warning: main(/home/geekol2/public_html/blog/wp-includes/canonical.php) [function.main]: failed to open stream: No such file or directory in /home/geekol2/public_html/blog/wp-settings.php on line 307
Warning: main(/home/geekol2/public_html/blog/wp-includes/canonical.php) [function.main]: failed to open stream: No such file or directory in /home/geekol2/public_html/blog/wp-settings.php on line 307
Fatal error: main() [function.require]: Failed opening required ‘/home/geekol2/public_html/blog/wp-includes/canonical.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/geekol2/public_html/blog/wp-settings.php on line 307
I had problems with my last upgrade as well and eneded up rebuilding the site from scratch. I really don’t want to do that each time as it takes days to reconstruct the site.
Forum: Fixing WordPress
In reply to: Stuck in Maintenance Mode 2.5.1None of the above worked for me.
However, I discovered I had an index.htm and an index.php. I renamed the index.htm so it was not the defalt and I’m back in business.Forum: Plugins
In reply to: How to include Easy PHP Calendar on WP PageSorry, but I had to lock it for security reasons.
Trust me, this works.Forum: Plugins
In reply to: How to include Easy PHP Calendar on WP PageOoops. I changed my link to the above: https://geekologist.com/blog/schedule/
Forum: Fixing WordPress
In reply to: [Plugin WP Easy PHP Calendar Admin] integration updateHere’s a real simple way to include it in a page.
Create a new page
Use a simple iFrame to contain the calendar. Here’s the code I used to make mine work:<iframe height=”1500″ width=”745″ frameBorder=”0″ src=”https://www.YourDomain.com/calendar/demoTOC.php” style=”border: 0px”></iframe>
You many need to adjust the SRC to match your URL and file structure.
Here’s my Calendar using the demoTOC.php
Forum: Plugins
In reply to: How to include Easy PHP Calendar on WP PageHere’s a real simple way to include it in a page.
Create a new page
Use a simple iFrame to contain the calendar. Here’s the code I used to make mine work:<iframe height=”1500″ width=”745″ frameBorder=”0″ src=”https://www.YourDomain.com/calendar/demoTOC.php” style=”border: 0px”></iframe>
You many need to adjust the SRC to match your URL and file structure.
Here’s my Calendar using the demoTOC.php
Forum: Fixing WordPress
In reply to: image uploader, still! tried all fixesI get an error message “Specified file failed upload test“. It ends up in the gallery but I can’t access it. Since I’m new to this and started with version 2.5 I was wondering if version 2.3 worked any better.