Hi all, I'm a complete noob to this and would appreciate some help...
I'm on step 2 of the instructions for the installation of this module and keep getting errors on the import.
2. Update your database with the provided SQL updates located in the "sql" directory.
Import dhl_create_table.sql first. It will create a table to hold information for the labels.
Import dhl_add_countries.sql into the jos_vm_country table.
Import dhl_add_states.sql into the jos_vm_state table.
I'm using PHPMyAdmin/MySQL...so what I did was
1. Select the database to import these files to
2. Clicked on "Import" which takes me to the Import page:
a. Browse to location of the file (selected the "dhl_create_table.sql" file)
b. Unchecked the "Allow Interupt"
c. Format of imported file SQL checked
d. SQL compatibility mode: NONE
3. Clicked "Go"
Then I get Navigation to Page was Cancelled: Refresh
When I refresh I get this ERROR: Error
You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit.
I know that the file is not too large...it's quite small :-)
So I opened the "dhl_create_table.sql" and changed the "mos_" to "jos_" because all my tables are jos_
I then tried to import via the SQL page querie...and recieved the same ERROR.
I was able to import the other 2 .sql files for countries and states (once I change the mos_ to jos_)
Can someone
please help me to "dhl_create_table.sql" imported without ERROR?
Thanks,
TheWebGuy