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

CommentFileSizeAuthor
nofoward.png8.62 KBt4him

Comments

Justin Freeman’s picture

This 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?

t4him’s picture

#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

t4him’s picture

SOLVED .. .

I upgraded php from version 5.0.5 to 5.1.2

t4him’s picture

Status: Active » Closed (fixed)

closed