Zee
Forum Replies Created
-
Great, should I replace all instances of the URL in the SQL file?
Other questions:
1. It copied lots of html pages to the uploads folder, for example:
https://gdftest.co.cc/wordpress/wp-content/uploads/2007/07/Amy-s-Single-Serving-Pizzas-Roasted-Vegetable-Vegan-Soy-Free.html
2. Okay, I will make a note to change internal links manually in posts.
3. This is hard to explain, I emptied the wordpress content to test some import issues but don’t want to upload the half a GB of images again. I noticed when I “Skip media” the image urls in the posts do not change. Is there a way to skip media but have the urls change to the upload folder where the images have already been uploaded?
Forum: Plugins
In reply to: [FG Joomla to WordPress] [Plugin: FG Joomla to WordPress] Media does not copySo I uploaded a php.ini file with “allow_url_fopen = On” and I got
Fatal error: Class ‘PDO’ not found in /home/magicjac/public_html/gdftest.Co.CC/wordpress/wp-content/plugins/fg-joomla-to-wordpress/fg-joomla-to-wordpress.php on line 424
It looks like the solution is adding a php.ini in wp-admin directory with the following:
allow_url_fopen = On
extension=pdo.so
extension=pdo_mysql.soI will have to try it later since my webhost’s firewall blocked me
Forum: Plugins
In reply to: [FG Joomla to WordPress] [Plugin: FG Joomla to WordPress] Media does not copyWarning: copy() [function.copy]: URL file-access is disabled in the server configuration in /home/magicjac/public_html/gdftest.Co.CC/wordpress/wp-content/plugins/fg-joomla-to-wordpress/fg-joomla-to-wordpress.php on line 570
Warning: copy(https://www.godairyfree.org/images/stories/soldout.jpg) [function.copy]: failed to open stream: no suitable wrapper could be found in /home/magicjac/public_html/gdftest.Co.CC/wordpress/wp-content/plugins/fg-joomla-to-wordpress/fg-joomla-to-wordpress.php on line 570
Looks like I need to enable fopen
Forum: Plugins
In reply to: [FG Joomla to WordPress] [Plugin: FG Joomla to WordPress] Media does not copyOriginal permission
755
Changed to
777
Still same errorIt seems to write the correct directories but does not download any content.
It very well could be a misconfigured host, here is the php info
https://gdftest.co.cc/wordpress/phpinfo.php