Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site moved from one folder to another – Now no media@eaglekeeper22: Tara’s link is the method to move WordPress installs from a subfolder to root; it works fine if you follow it carefully.
What doesn’t work with your site?
Do not offer or share site logins in these forums. See http://codex.wordpress.org/Forum_Welcome#The_Bad_Stuff
Forum: Fixing WordPress
In reply to: Notice: Undefined index: name in wp-includes/class-wp-roles.phpThat’s a PHP warning notice, and not an error or critical error. There are different levels of notices and errors: http://php.net/manual/en/function.error-reporting.php
You can really ignore it and turn off debugging to not fill the log. But if you want to fix it, you need to deductively find the theme or plugin that is causing it by deactivating all plugins and reactivating them one at a time; same with the theme.
Forum: Fixing WordPress
In reply to: WordPress could not establish a secure connection to WordPress.orgBoth pages are incredibly slow, but eventually do work…Our instance of WordPress is on a closed network with no internet connection.
Your server, network or firewall is delaying outgoing http requests to wordpress.org. You need to add an exception to a firewall, router or check that the server allows outgoing https requests so that those requests are not delayed.
Forum: Fixing WordPress
In reply to: Wierd problem with Media Uploading“write” permision is not enough; you need to check the Windows equivlents of owners and groups, i.e. https://wordpress.org/support/topic/the-correct-permissions-for-wordpress-on-iis?replies=6
Forum: Fixing WordPress
In reply to: Wierd problem with Media UploadingForum: Fixing WordPress
In reply to: Guide for Plugin PTENo one has any idea of what you’re talking about. What is PTE?
Forum: Networking WordPress
In reply to: Images not displaying following a migrationPlease read the posts fully before commenting
If you expect help around here, clearly answer the questions posed by the people trying to help.
Did you use both the interconnect script and then do the find/replace outlined at wpmudev?
From the looks of the image links, you replaced the domain not with the new domain but with a php function that calls the domain from the database.
Forum: Fixing WordPress
In reply to: Unable to Allocate MemoryChanging hosts probably would help. The WordPress team has provided a list of recommended hosting providers. For more details and other recommendations, please search through the forums or via Google (or your preferred search engine).
Forum: Fixing WordPress
In reply to: Unable to Allocate MemoryThat is a host issue; tell them to look at http://stackoverflow.com/questions/3723316/what-is-causing-unable-to-allocate-memory-for-pool-in-php
An error like “Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 ….” you can do something about in your own WordPress install; see https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
But that’s not the error here; they need to look at their server.
Forum: Networking WordPress
In reply to: Images not displaying following a migrationWhat exactly did you follow at https://premium.wpmudev.org/blog/move-multisite-new-domain/ ? Everything? Or just the wp-config edits? Did you also ‘Search and Replace for Other Tables”?
Forum: Networking WordPress
In reply to: Images not displaying following a migration[Moved from troubleshooting to multisite]
Replaced the original server name with the new one in the DB using the search and replace script….
This is probably what broke. What script did you use? I’m seeing the php template tag that calls the URL, not the URL itself.
Multisite uses differetn table prefixes for each site in the mutlisite; you have to take this into account when using a find/replace script.
Changed the URL In the wp-config.php file…
What are these lines in wp-config.php? This is what also may have broken things. If you changed URLs correctly in the database, you don’t need this anymore.
Forum: Fixing WordPress
In reply to: WP IMport All Import BrokenYou’re really out of luck here. The plugin is throwing the error, and we don’t support premium plugins. If debug shows nothing, you need to look in your server php error and mysql error logs for more debugging info, but that means digging into your server, and these are not server admin forums. There are some useful answers on Stack Overflow via Google: http://www.google.com/search?q=ERROR:+Could+not+insert+post+into+the+database
Forum: Fixing WordPress
In reply to: WP IMport All Import BrokenWhere did you get the plugin WPImportAll? Commercial plugins are not supported here.
Have you asked your host for other logs? Have you tried Debug? https://codex.wordpress.org/WP_DEBUG
Forum: Fixing WordPress
In reply to: Telephone numbers look small in SafariForum: Fixing WordPress
In reply to: Telephone numbers look small in SafariSorry, you’re using a premium/paid theme not supported in these forums. It’s best to go to Themeco for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products