Quote:
Originally Posted by Lynne
Get rid of the ending slash:
PHP Code:
chdir('/var/www/html/forum');
|
Got rid of the trailing slash but still no cigar. (I had actually tried this previously as well)
--------------- Added [DATE]1230061351[/DATE] at [TIME]1230061351[/TIME] ---------------
Quote:
Originally Posted by supergper
Got rid of the trailing slash but still no cigar. (I had actually tried this previously as well) 
|
OK, I figured out a workaround, however I don't like the workaround. It's trying to add the additional directory to the filepath of the images. So instead of being forum/images/styles/mystyle/misc/header.png for the header, it's looking at forum/directory/images/styles/mystyle/misc/header.png. My workaround is to copy my forum/images directory into the forum/directory/ directory (I know, that's not confusing right

).
Is there a way to include that images directory some how?