alternateroute
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The page www.domainname isn’t working. HTTP 500 errorI checked the two files in the error and they were declaring the same function. I look up the documentation for the wp_convert_hr_to_bytes and saw that it had been moved from media.php to load.php in version 4.6.0.
Somehow that copy of the file must not have copied over properly during the upgrade. (on all four sites!)
I remmed out the function in media.php and the website is now back on line.
Ideally I should compare all of the files and see which others haven’t copied across, but getting the site up was the important thing.Forum: Fixing WordPress
In reply to: The page www.domainname isn’t working. HTTP 500 errorThere are four sites in all. All are set to auto update wordpress and autoupdate plugins.
I am pretty sure they were still working after the update to 4.6.1 but not 100% sure.
I have not added a new plugin to any of the sites lately.Forum: Fixing WordPress
In reply to: Warning: ini_get_all() has been disabled for security reasonsHey Samual,
What specifically is the request I should put to my host?
i.e. What do I asked them to enable/disable, block/unblock?Forum: Fixing WordPress
In reply to: Warning: ini_get_all() has been disabled for security reasonsI’ll just add my name to the list of people with this same problem.
So is the definitive solution to ensure WordPress is running PHP 5.6 or higher?Forum: Plugins
In reply to: [The Events Calendar] fonts much smaller in eventsUnfortunately All in One doesn’t remember venues or organisers, so I couldn’t use it.
Played around a bit more with the plugin settings.
Changed the default template to be Default Page Template (it had previously been Default Events Template) and the font size increased to a readable size.
Try this out graphicome and let me know how you go.Forum: Plugins
In reply to: [The Events Calendar] fonts much smaller in eventsI ended up switching to the All in one Event Calendar instead.
Forum: Plugins
In reply to: [The Events Calendar] fonts much smaller in eventsHey graphicome, did you work out the problem? I have the exact same problem. I tried a number of the options under Settings>Display but to no avail.
Not sure which CSS classes to change or where to find them.
Here is an example by the way.
http://www.hartleyvalley.org.au/event/hartley-hikers-descend-coxs-road-20th-may/In USC 2.7.10 the line to be changed has moved to 709.
Forum: Plugins
In reply to: [Broken Link Checker] Broken Link Checker installation failed.I completely deleted the plugin and then reinstalled it. So far the problem hasn’t come back.
Forum: Plugins
In reply to: [Broken Link Checker] Broken Link Checker installation failed.I am having the same problem in a single installation.
Here is the full log that appears.
Broken Link Checker installation failed. Try deactivating and then reactivating the plugin.Installation log follows :
Plugin activated at 2013-05-14 18:57:10.
Installation/update begins.
Upgrading the database…
Database schema updated.
Database successfully upgraded.
Cleaning up the database…
… Deleting invalid container records
… 0 synch records deleted
… Deleting invalid link instances
… 0 instances deleted
… 0 more instances deleted
… Deleting orphaned links
… 0 links deleted
Notifying modules…
… Updating module cache
… Notifying module “http”
… Notifying module “link”
…… Parser “link” is marking relevant items as unsynched
…… Executing query: UPDATE hv_blc_synch SET synched = 0 WHERE (container_type = ‘page’ AND last_synch >= ‘2013-05-14 18:57:05’) OR (container_type = ‘post’ AND last_synch >= ‘2013-05-14 18:57:05’) OR (container_type = ‘comment’ AND last_synch >= ‘2013-05-14 18:57:05’)
…… 0 rows affected
… Notifying module “image”
…… Parser “image” is marking relevant items as unsynched
…… Executing query: UPDATE hv_blc_synch SET synched = 0 WHERE (container_type = ‘page’ AND last_synch >= ‘2013-05-14 18:57:05’) OR (container_type = ‘post’ AND last_synch >= ‘2013-05-14 18:57:05’) OR (container_type = ‘comment’ AND last_synch >= ‘2013-05-14 18:57:05’)
…… 0 rows affected
… Notifying module “metadata”
…… Parser “metadata” is marking relevant items as unsynched
…… Executing query: UPDATE hv_blc_synch SET synched = 0 WHERE (container_type = ‘custom_field’ AND last_synch >= ‘2013-05-14 18:57:05’)
…… 0 rows affected
… Notifying module “url_field”
…… Parser “url_field” is marking relevant items as unsynched
…… Executing query: UPDATE hv_blc_synch SET synched = 0 WHERE (container_type = ‘comment’ AND last_synch >= ‘2013-05-14 18:57:05’)
…… 0 rows affected
… Notifying module “comment”
…… Deleting synch. records for removed comments
…… 0 rows affected
…… Creating synch. records for new comments
…… 0 rows affected
… Notifying module “post”
…… Deleting synch records for removed posts
…… 0 rows deleted
…… Marking changed posts as unsynched
…… 0 rows updated
…… Creating synch records for new posts
…… 0 rows inserted
… Notifying module “page”
…… Skipping “page” resyncyh since all post types were already synched.
… Notifying module “dummy”
Updating server load limit settings…
Optimizing the database…
Completing installation…
Configuration saved.
Installation/update completed at 2013-05-14 18:57:10 with 28 queries executed.Apparently if you replace the libmeta.php file with the version from 1.9.10 it works again.
I don’t have that file anymore, so I haven’t tested it myself. It would be good if Photocrati could put out a quick fix for this.That worked. Thanks a lot!
Forum: Plugins
In reply to: [Geo2 Maps Add-on for NextGEN Gallery] Worldmap not displaying@frest.de
Thanks for the advice.
I have preview pics selected for each gallery. I even went and changed a few of the previews to try and kick-start it, but they still didn’t display.
Although Frank mentioned I was in the Southern Hemisphere, I have photos taken in Switerland and Italy. I selected a new preview pic for this gallery as well and it still didn’t appear.
In case it was the theme interfering, I changed the theme (to Twenty Twelve) and it didn’t make a difference.
Do you have any other suggestions?Thanks Jeff, that makes sense, however since the makers of the Ultimate Security Plugin specifically recommend your code, you would think that that would have some way of detecting it.
Thanks for the quick replies from both of you.Forum: Plugins
In reply to: nextgen geo – map not displayingWell spotted jinxiaojun, deleting those lines worked.
Although I am a bit confused. I would have thought that once the ?> tag was reached the computer would stop trying to read the file. How does reading empty lines break the plugin?