I'm getting the following when importing the xml file into my database:
SQL query:
#1044 - Access denied for user 'cpses_baor6zseuz'@'localhost' to database 'combu_addons'
Sean
I see there is 'combu_addons' in the files setup_database.xml of both Forum and Issue Tracker addons, I will see if I can fix this in their next updates, for now you could edit those files and replace the database name in the line where you see: '<pma:database name="combu_addons"....>'.
FRANCESCO CROCETTI @ SKARED CREATIONS
I changed it to '<pma:database name="myserver_mydb-name"....>' and it imported correctly, for anyone else that has this issue.
Really need an install script for updating the existing Combu database and include a method for any prefixes that needed to be added.
Sean
How did you import the add-on table? The pages at /_setup should have theoretically done this for you, may be you imported with phpMyAdmin instead?
FRANCESCO CROCETTI @ SKARED CREATIONS
Yes, I imported it through phpMysql.
Sean
Ah ok, that was why you had the issue above, if you had used /_setup (and select the addon from the dropdown list) then you shouldn't have had any issue and it should take care of any database prefix you had in your config.php (the same page where you created the tables, unless you used phpMyAdmin for the main tables too).
FRANCESCO CROCETTI @ SKARED CREATIONS
Oh... I had removed the _setup folder after I set up combu, didn't understand it need to be there and would find the add-on xml... understand now. TY
Sean
Yes you should delete /_setup for security reason after you have done with setup, creations etc. Anyway running on phpMyAdmin is fine too, just it needs you to make changes to the XML file and include database name and eventually table prefixes yourself (as we did earlier here).
FRANCESCO CROCETTI @ SKARED CREATIONS
Ok, thank you.
Sean