I am trying to integrate photo post with a Wordpress site. I've followed all the steps for installing Photopost on my server and everything seemed fine - I got the message that it was successfully installed - and then when I clicked on the adm-index.php link I got the error message shown below. It sounds to me like I need to insert something on line 94 of the wp-config.php file in forums but I'm unsure of what and where to insert the missing path. Here are some details
1. I am hosting on Host Gator on a shared server.
2. I followed the instructions for testing my web server for compatibility - and everything was as it should be.
3. PHP version is 5.2.17
4. GD 2.3.11
7. mySQL 5.5.23
Here is the warning I got:
Code:
Content visible to verified customers only.
Here is the contents of line 94 of the wp-config.php file that was in /forums
require_once(ABSPATH . 'wp-settings.php');
Do I replace it with this:
Code:
Content visible to verified customers only.
Or is that a generic (sample) path and I need to change out some of the values with my own site specifics?
I am pretty new at all of this - no formal training/education - just learning as I do.
Thanks,
Andrea