Error: Joomla tables not found
-
I feel like I must be missing a step.
I have done this:
1. With phpMyAdmin, export the Joomla database into a SQL file.
2. Still with phpMyAdmin but on the WordPress host, import this SQL file. So you will have both the Joomla and the WordPress databases on the same host.
3. Then on the plugin screen, you must fill in the database settings: Hostname, Port, Database, Username, Password, Joomla Table Prefix. You can find them in the WordPress file wp-config.php, except the table prefix that stays the Joomla one.
I am able to connect to the Joomla database in WordPress. The error I get is about the tables:
=== START test_database 2019-11-06 00:07:04 ===
[ERROR] Joomla tables not found. Please make sure you have entered the right Joomla database name and table prefix.If I make any changes to the database name in the plugin, it will not connect to the database, which tells me I have the database name correct.
I opened the .sql file created by Joomla and verified the tables do use the default jos_ prefix.So if the database is correct because I can log in, and the table prefixes are the same, why can it not find the Joomla tables? Do I have the .sql file in the wrong folder? I have it in the main database directory which is a long line of numbers and letters. Should it be in the html folder or maybe the wp-admin folder?
- The topic ‘Error: Joomla tables not found’ is closed to new replies.