I made it through the whole installation process without any difficulties. However, when I went to access the various amember pages I received this error: Fatal error: Failed opening required '//rconfig.inc.php' (include_path='') in //config.inc.php on line 35 Thanks in advance for your help on this.
Looks like there is an extra "/" in there. When you entered the root url in the configuration did you put http://www.example.com/amember/ It should be http://www.example.com/amember No trailing slash If you can access the admin CP you can change that in the Setup/Configuration screen.
No, it is not a solution. Instead, edit file config.inc.php and replace $config['root_dir'] = dirname(__FILE__); to full unix filesystem path to aMember Pro $config['root_dir'] = '/home/user/public_html/amember'; You may request free installation as well....