I created an editview per readme for a page. When executed, it will not resolve on the server. (see attached). I checked the httpd log and their are no entries.
Do you have any suggestions or have you seen this issue before.?
Thanks in advance,
t4him
| Comment | File | Size | Author |
|---|---|---|---|
| nofoward.png | 8.62 KB | t4him |
Comments
Comment #1
Justin Freeman commentedThis sounds more like a problem with the Apache setup. Are any other Drupal modules (or Drupal itself) having problems? Can you explain in a bit more detail how Apache and the Virtual hosts has been configured?
Comment #2
t4him commented#1: my server docroot is /var/www/html ; (this is the root of www.example.com) and drupal is installed here.
#2: /var/www/example2 ; (this is where my second site is www.example2.com) and drupal is installed here.
#3: /var/www/example3 ; (this is where my third site is www.example3.com) and drupal is installed here.
I am not having any other problems with Drupal that I am aware of. (4.7.4).
The virtual Host are setup automagically when I create a domain sub-domain with my provider but they look correct.
ServerName example2.example.com
ServerAlias www.example2.example.com
DocumentRoot /var/www/example2
These are the basics. Please let me know if you need more information.
Thanks,
t4him
Comment #3
t4him commentedSOLVED .. .
I upgraded php from version 5.0.5 to 5.1.2
Comment #4
t4him commentedclosed