orfilms
Member
Posted 3 years ago #
I just upgraded wordpress and am looking to import my ultimate tag warrior tags into the wordpress tags. I go to MANAGE > IMPORT and this is what I get:
----
Import
If you have posts or comments in another system, WordPress can import those into this blog. To get started, choose a system to import from below:
-----
The page doesn't load anything after "below:". I tried updating plugins. I even turned off a bunch of them hoping that would fix it, nothing. Anyone have any idea what could be wrong? How can I fix this problem?
No import choices may mean that the wp-admin/import folder is empty or doesn't exist or is not readable.
rubiqube
Member
Posted 3 years ago #
I had the exact same problem minutes ago. That's how I found this thread. For me it was a plugin that prevented the page from loading: wordTube. Disabled wordTube and Import worked like a charm.
Vaporhead
Member
Posted 3 years ago #
I have this problem on WordPress 2.6.2 with a MySQL version 5.0.32 backend. PHP is version 5.2.6 and its all run on Apache on an Debian server.
I've checked that the folder wp-admin/import is available and contain the right files. Folder and files seem to have correct permissions/rights (compared to a working installation).
I've also tried to disable all plugins (both through the management interface and by renaming the original /plugins folder and creating a new, empty one) to no avail.
Any additional help would be appreciated since this is annoying!
Brgds
Some servers you need to chmod 777 for it to work - not secure so don't leave it that way.
Vaporhead
Member
Posted 3 years ago #
Thanks for the rapid reply.
Unfortunately it didn't help me.
Is there any special PHP requirements for the import page?