_bigfudge
Forum Replies Created
-
As far as I know it is not possible as the theme relies on the Ajax to load the pages with java.
I didn’t move the domain, when having the XML option active there is just a link missing pointing to my uploads directory looking for a /wp-google-maps/ which isn’t there of course. I wasn’t prompted to do that in the first place.
What should I do I can’t really follow at the moment.
It is already on database.
I just saw that the Blog itself throws the same error https://www.xn--gemischtette-mlb.de/geschichten/
This is just the page showing the blog posts overview, there are no google maps displayed. I really don’t know what do do anymore.Hi jerry
I went through that and got that link posted earlier. Didn’t help unfortunately.
Still no clue what it is.
Best
SimonStill no solution. I deactivated all plugins, still same problem. I looked for API calls in the theme, there are none. I don’t know what else to do.
Good to hear that your plugin isn’t the problem. Thanks for helping out.
Thanks for the link, but I couldn’t find any code line referring to the maps API in my theme. Not the functions, header or footer .php. How might this appear then?
That is weird. Actually yes, the post still behaves as described. Please see this screenvid for reference: https://www.dropbox.com/s/pfzttzg7dd4oluv/wpmaps.mov?dl=0
Forum: Fixing WordPress
In reply to: Image Upload Error after Update to 4.2.2Solution for me:
Logged in to PHPmyAdmin and started a repair of all SQL tables.
Voilà.Forum: Fixing WordPress
In reply to: Image Upload Error after Update to 4.2.2I went through all the described possible solutions, non of it worked.
I was all the way setting up a clients installation with a self styled theme. From one minute to the other the image uploading wasn’t possible anymore.
I’m not very keen on setting up three days of work from scratch here.Here is a screenshot of the Error
That roughly translate to “There was an error when uploading. Please try again later.”
I didn’t got that message in 10 years of wordpress. Not a very specific description of an error. WP 4.2.2 fresh on a self hosted server running the latest PHP as suggested.Forum: Fixing WordPress
In reply to: adding media in posts not working?Same problem here. Self hosted WP installation, image uploads worked just fine yesterday. I already tried deactivating all plugins to see if a plugin causes the problem.
Same story.When uploading images the bar goes to full 100% an the an Error message pops up.
Error MessageThe images are being displayed as emtpy thumbs. On the FTP there are the files uploaded but no other filesizes as created automatically.
Unfortunately I can’t access my error_log from work.Since the error occurs no changes to the installation were made, just adding content and categories since.
Forum: Networking WordPress
In reply to: Network Dashboard-Link misses a directoryI figured the code on top
RewriteEngine on RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) - [PT,L] RewriteRule ^(.+) index.php
lead to the error, by just deleting it, it works now.