brianrivet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Image Thumbnails Sizes and Edit File Not WorkingIt turns out GD2 wasn’t installed on the server, for anyone who might also have this problem. Once GD2 is installed the thumbnails were able to be created.
Thanks! That helped a lot. I didn’t have php-xml installed.
ok, we were able to locate the log file. I’m getting the following error in the log every time I try to import:
PHP Fatal Error: Class ‘DOMDocument’ not found in /var/www/wp-content/plugins/wordpress-importer/parsers/php?import=wordpress
Does this mean there is a problem with the plugin itself or with the XML file I’m trying to upload?
I’ll do that, is it possible a permission issue could be the cause? I think there may be a permission issue with the uploads folder. Do you know if that is where it tries to put the XML file when it uploads it?
Tried raising both to 240. It had no effect. Is there a log file where any errors that might be getting thrown could be seen?
I just checked it and the max post size is set to 8M (my XML file is 698K). The memory limit is 128M. The max execution time is set to 30 and the max input time is set to 60. I am not a php expert, but that seems like that should be enough for what I’m trying to import, does that sound right to you?