Stefan2902
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Manually backup and restore postsYeah I will stick to the database dump and file copies. Thanks. Will mark as complete.
Forum: Localhost Installs
In reply to: WP 5.4.1 self hosted access via Android appSolved it myself by installing php-xml on my server
Forum: Localhost Installs
In reply to: Restore old WordPress siteFixed it now. Thanks for the support! Used older version of all in migration tool to import the backup.
Forum: Localhost Installs
In reply to: Restore old WordPress siteI have followed your instructions so far and managed to use the old site. Now I have installed all in one migration tool but the export stops saying that size is beyond 1GB. Is there any way to increase size limits for export?
Forum: Localhost Installs
In reply to: Restore old WordPress siteThanks again for the quick response. With binaries I meant all files underneath the /var/www/html/wordpress folder.
So if I understand you right I should import the sql file to re-create the old database and it’s settings and afterwards copy over the wp-content folder right? Will check that tomorrow morning.
Forum: Localhost Installs
In reply to: Restore old WordPress siteThanks for the swift reply. Unfortunately I no longer have access to the old site. I only have the binaries (folder) as well as a MySQL export dump. The site is not available anymore and I somehow need to deal with that. Hence exports of old site is not possible anymore. Hence I am seeking for the least complex solution to import content (pictures / movies) and posts?
Forum: Fixing WordPress
In reply to: Self-hosting WP on Raspberry PI3BI could fix some things by applying the following changes:
1. sudo a2enmod rewrite
2. Adding<Directory “/var/www/html”>
AllowOverride All
</Directory>To the Apache Config.
My issue is now that the blog is reachable via the external domain but when I change to http://mydomain.de/wp-login.php then I get then empty page. This may also be the reason why my iPhone wordpress app cannot add the self hosted blog.
Anyone an Idea how to fix this?
Forum: Fixing WordPress
In reply to: Google map does not appear in post previewHi “CrouchingBruin”,
Thanks for your quick reply. I’ve been on vacation and therefore my answer is pretty late. Apologize for that. I’ve tried using the “EXCERPT” field as you’ve described but unfortunately when entering the following piece of code in the excerpt field it will be displayed as pure text and the map won’t be shown as a map in the preview:
[map style="width: auto; height:400px; margin:20px 0px 20px 0px; border: 1px solid black;" maptype="OSM" gpx="http://www.mysite.com/wp-content/uploads/2013-10-15_16-56-07-1.gpx"]Furthermore I’ve tried to move this topic to the correct category as proposed by yourself. Unfortunately I do not seem to be able to change the forum category. Am I right in saying that I need to delete this one and create a new one in the correct category?
Best Regards,
Stefan