I am in aMember Pro Configuration : Joomla and I am trying to configure the following for joomla. joomla Db and Prefix database name (if other database) plus joomla tables prefix, like Joomla.jos_ here joomla database is Joomla and tables prefix is jos_ my database name is getyourproduct and the user on the database table is gyp_joomla So how do I configure the line next to joomla Db and Prefix database name (if other database) plus joomla tables prefix, like Joomla.jos_ here joomla database is Joomla and tables prefix is jos_
ok I got this figured out! But I am running into another issue instead of amember as the main root file we are using members so I am getting this error Cannot connect to MySQL: Access denied for user 'yourbux'@'localhost' (using password: YES) when attempting to access these links http://www.getyourproduct.com/amember/signup.php http://www.getyourproduct.com/amember/login.php?amember_redirect_url=/joomla/index.php
ok I got by that one also........ I had to make a change in the amember.php file. mambots/system/ ... folder I changed $amemberRoot = "/amember"; $amemberRoot = "/members";