Help with php style sheet.
I have a strange problem, that I need some inout on.
Here's the situation.
I am using wordpress 2.7 with a theme called flexibility. I have installed this theme a number of times without difficulty manually. I am currently using an installation script to automate wp installs. This appears to be where the problem begins.
In short, if I install using any theme except flexibility everything works. The problem comes when I install and/or switch to the flexibility theme. The theme files are loaded, but the reference to the style sheet: domain.com/wp_content/themes/flexibility/style.php, returns an HTML document and NOT a style sheet. In fact, executing the style sheet link in a browser displays the blog with document not found message ( less the style sheet ).
It appears as though the stylesheet php file is not found as a valid document by the browser and as a result, loads a wp 404 document not found error, so no styles are applied.
However, I can edit the style.php script in the wp application and I've checked all the permissions, so I am at a loss as to how resolve the problem.
Any suggestions would be greatly appreciated.
Thanks,
Phil Alger
admin@advancedleadgeneration.com
Paul Turner