|
Attention: Last reply in this thread was more than 16 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
Photoplog 4 a dummy :How should i bring to work
Hi There,
http://forum.mydomain.net and the photoplog directory is in the root directory of the vbulletin forum. "/forum/photoplog" But it is not working. when i call the url http://forum.mydomain.net/photoplog All i get is a blank page. thanx in advance for any help/ideas/hints |
#2
|
||||
|
||||
Probably you did not set your Forum Path. Open the config.php within the photoplog directory...
Code:
Content visible to registered users only. Code:
Content visible to registered users only. |
#3
|
|||
|
|||
openbasedir
I finaly found out what was wrong. Since this was a kind of tricky i will post this here.
There is a php setting which will configured in the httpd.conf php_admin_value open_basedir The value sets the directories which could be read by php. If the value is set to a subdirectory of your webspace php is not able to process the complete forumpath. In this case the secound if condition (!is_dir(dorumpath)) in the cmps_index.php fails. This value can not be set in a htacces file it must be configured in the httpd.conf or in one of its includes files or in the php.ini of your server if you want that the configured value works for all subdirectories you must set the value to the parent directory without a trailng slash |
#4
|
|||
|
|||
again
I finaly found out what was wrong. Since this was a kind of tricky i will post this here.
What was wrong was my php_admin_value which was set (restricted) to my html subdirectory The result was that the skript (forumpath.php) returnded my full forum path but the cmps_index.php could not access the path because it was not allowed to do so. What was responsible There is a php_admin_value setting which will configured in the httpd.conf php_admin_value open_basedir The value sets the directories which could be read by php. If the value is set to a subdirectory of your webspace php is not able to process the complete forumpath. In this case the secoud if condition "if (!is_dir($forumpath))" in the cmps_index.php fails. Code:
Content visible to registered users only. if you want that the configured value works for all subdirectories you must set the value to the parent directory without a trailng slash So if you have problems with your forum path configuration you shoud chec phpinfo.php if openbasedir is set Example for configuration in httpd.conf Code:
Content visible to registered users only. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Work on next Photoplog version | eden | Feedback & Suggestions | 19 | 09-26-2008 12:57 PM |
vBa CMPS Thumbs work with Photoplog Pro? | Sodacider | Pre-Sale Questions | 2 | 07-23-2007 06:57 AM |