Thanks for the help,
I did what you suggested, deactivated all plugins, except pHpHtmlLib. But now I got the following errors when attempting to activate SwimTeam:
Warning: require_once(/home/folder/domain.com//wp-config.php): failed to open stream: No such file or directory in /home/folder/domain.com/wp-
content/plugins/phphtmllib/widgets/data_list/WordPressSQLDataListSource.inc on line 16
Fatal error: require_once(): Failed opening required ‘/home/folder/domain.com//wp-config.php’ (include_path=’/home/folder/domain.com/wp-content/plugins/wp-swimteam/class::/home/folder/domain.com/wp-content/plugins/wp-swimteam/include:.:/usr/local/lib/php:/usr/local/php5/lib/pear’) in /home/folder/domain.com/wp-content/plugins/phphtmllib/widgets/data_list/WordPressSQLDataListSource.inc on line 16
(/home/folder/domain.com = server path)
Based on the error, seems like it can’t find the wp-config.php file, not sure. If that’s the case, I actually have that file somewhere else for security reasons. I am also noticing the extra slash on the path, seems kind of out of place, so I am not sure if that has to do with the issue also ( I am referring to the two slashes after the domain.com in the path before wp-config.php)
Thank you once again for your input, most appreciative.