Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by tf2012
at 2024-11-07 05:27:20
Point:500 Replies:2 POST_ID:828781USER_ID:11687
Topic:
WordPress;;
I'm trying to import an xml file that came with a theme forest theme and the xml import process is show nearly all attempts fail.. see below.
I've tried the 7zip/gzip solution and it doesn't work. All plugins are deactivated, theme is installed and activated. Any ideas how to complete the xml file import?
wp 3.7x
I've tried the 7zip/gzip solution and it doesn't work. All plugins are deactivated, theme is installed and activated. Any ideas how to complete the xml file import?
wp 3.7x
Attachment:sample.jpg
Author: tf2012 replied at 2024-11-10 17:38:20
Thanks
Accepted Solution
Expert: duncanb7 replied at 2024-11-07 05:42:15
500 points EXCELLENT
I just guess it might casue by memory limit setting,
please change it to higher number in php.ini
memory_limit = 64M; //or higher 128M if you can ith your VPS or hosting company
Pleae take a look
http://wordpress.org/support/topic/getting-error-in-importing-wordpress-xml-file
Also, it is good article
http://www.tjkelly.com/wordpress-import-failed-how-to-fix-it/
please change it to higher number in php.ini
memory_limit = 64M; //or higher 128M if you can ith your VPS or hosting company
Pleae take a look
http://wordpress.org/support/topic/getting-error-in-importing-wordpress-xml-file
Also, it is good article
http://www.tjkelly.com/wordpress-import-failed-how-to-fix-it/