I'm using the symfony framework in xampp to make an application. I tried pointing stylizer to it, but the css runs into a timeout (although the page displays perfectly... w/ the css...!). Is it maybe because the framework in debug mode inserts a long inline style tag after the <link> tag to the stylesheet I need?
Skybound Support Forum
Add New Post-
Posted 6 months ago #
-
It could be a variety of things...can you post a link to the site? Or send it into support?
Posted 6 months ago # -
I also tried a cakePHP app, it also doesn't work... Is it the frameworks, or maybe the fact that a configured the vhost improperly in Apache? Here's my entries (the xampp one seems to work, the second one doesn't; even the Allow, Deny seems to be right... and I'm not using any particular .htaccess further down, otherwise the page should display w/o any css styling at all, whereas all that is happening here is that the css is not being loaded into the grid although the name of the files appear...):
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot "D:/Programs/xampp/htdocs"
<Directory "D:/Programs/xampp/htdocs">
Order Allow,Deny
Allow from All
AllowOverride All
</Directory>
</VirtualHost><VirtualHost 127.0.0.1>
ServerName kosherartgallery.loc
DocumentRoot "D:/Customers/.../sfSite/.../web"
Options Indexes FollowSymLinks Includes ExecCGI
DirectoryIndex index.php
<Directory "D:/Customers/.../sfSite/.../web">
Order Allow,Deny
Allow from All
AllowOverride All
</Directory>Alias /sf "D:\Customers\...\sfSite\...\lib\vendor\symfony\data\web\sf"
<Directory "D:\Customers\...\sfSite\...\lib\vendor\symfony\data\web\sf">
Order Allow,Deny
Allow from All
AllowOverride All
</Directory>
</VirtualHost>Posted 5 months ago # -
Are you able to pull http://kosherartgallery.loc through your web browser?
Posted 5 months ago # -
Yes but not through chrome (since it ignores the windows hosts file and I'm using names not ports). What's funny in this whole story is that in my old vista computer, this setup works fine - when I moved things over to my new windows 7 computer, the only thing that changed was that I'm using the newest version of xampp... Did you try this kind of install, did it work for you?
Posted 5 months ago # -
Chrome doesn't ignore the windows host file...Chrome is all we use here, and all our local development web sites use host headers, without issues. We don't use XAMPP, we use IIS.
I think you've got a configuration issue not related to Stylizer. I would first start by trying to get Chrome to open up your local web site.
Posted 5 months ago # -
How come on FF and IE things work, also try googling this 'hosts' topic, I saw that chrome does ignore the hosts file... maybe because you're working on IIS, there might be some difference...?
Also why is it that the page is displayed in stylizer w/ the css whereas the grid doesn't manage to load the file, if it's just a configuration problem on my side...?
Posted 5 months ago # -
Dave,
I'm all out of guesses...from this point, we would need to have access to the actual web site reproducing the error to do further diagnostics.Posted 5 months ago # -
The best organization and OO. symfony components are one of the best structures of php code.
Posted 5 months ago # -
I'm not using any particular .htaccess further down, otherwise the page should display w/o any css styling at all, whereas all that is happening here is that the css is not being loaded into the grid although the name of the files appear.
Posted 2 months ago # -
The style sheets on http://howtoplanaweddingebook.com/ load fine for me. Can you please post a screenshot?
Posted 2 months ago # -
Works fine from here too
Posted 2 months ago #
Reply
You must log in to post.