Quote:
Originally Posted by aamirkhj
Well I am not that techy person can you please explain how to run script and from where to verify the path, are you suggesting to check through ssh from my plesk for the exact path ?? if yes than that I already checked.
a quick question, do I need to put the same full path in the acp of photoplog as I did in the config.php??
Thanks for your assistance.
|
It's something Calorie mentions in the trouble shooting guide. What you do is you take this code:
PHP Code:
<?php
echo getcwd();
?>
And save it as a PHP file. Name it whatever you wish, upload it to the folder you keep your forum in. Then type in the location of that file in your browser. So, say you name it
filepath.php. That means that if your forum is located in the folder you named
baithak, you would upload it to that folder, and then type in
http://meraraabta.com/site/baithak/filepath.php into your browser window. That will give you the full file path that you should put in your Photoplog config.php file.
As for your question about the ACP, no, in the Admin CP you'll want to put the full
URL of your Photoplog, which will look very different from the full
File Path of your forum.