tried to follow the steps of symfony-project tutorial with Propel:
http://www.symfony-project.org/jobeet/1_4/Propel/en/03
I am running Lubuntu with nginx. The project jobeet is running on chrome, but the pages are missing the pictures and the css styles.
I'm trying to get Symfony1.4 and Symfony2 working on the same host in Apache (2.2.22) - I think the problem is that both are using mod_rewrite to direct the request to a php controller/script.
When I use netstat command it shows..
tcp 0 0 localhost:18056 localhost:mysql TIME_WAIT
tcp 0 0 localhost:16683 localhost:mysql TIME_WAIT
tcp 0 0 localhost:16701 localhost:mysql TIME_WAIT
tcp 0 0 localhost:16888 localhost:mysql TIME_WAIT
tcp 0
I am running Fedora 12 32 bit version. I have httpd running, but in a browser when I go to http://localhost, it gives me the apache page. When I put in http://localhost/html, I get a 404 error. In the httpd.conf file for the ServerName, I have localhost:80.
I installed apache with apt-get install apache2 then tried wget localhost and got:
--2012-09-21 23:12:29-- http://localhost/
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80...
I am at a complete lost as to what to do about this, using IIS is very new to me so bare with me, I am trying to get my site to show up on the localhost, I have asp and asp.net installed in windows features and IIS does seem to work, however the problem is when I go to the site itself on the localhost I get this error
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accesse
Symfony 2 config keeps saying
Major problems have been detected and must be fixed before continuing
: Change the permissions of the "app/cache/" directory so that the web
server can write into it.
i have the resources shared with another project. The pictures of the products i will show, are stored in a folder out of my new project for which im using symfony...
In my symfony project, in the /web/images folder, i created a symbolic link to the folder where my pictures are stored.
I have a localhost (XAMPP) on an old pc. I need the MySQL database on my new mac with a localhost (MAMP). Issue is, pc doesn't have internet connection. Any way I can move the database over? Detailed instructions are highly welcomed as I am by no means a server expert. Thanks