Strange behaviour with C5

Permalink
I have multiple hosting accounts all which host C5 sites with same hosting company. I am only have problems with one of the sites. I built a C5 site in the root and it worked fine. I then added an additional C5 site in a sub domain of that site. Sub domain was built using CPanel. I added content to both sites and all seemed well. I went to the sub domain site this week to add content and I am getting random log outs, access denied errors, and am not able to edit or add content. I checked the site in the root which is now displaying similiar behaviour.

I have attached a avi movie of the behaviour.

Help please.

2 Attachments

 
Pritam replied on at Permalink Reply
did you check whether the .htaccess files are proper for these sites you are having problems with. Please check if the friendly url is enabled and that the proper code has been pasted into the .htaccess files
carsonms replied on at Permalink Reply
Both the sub domain concrete5 install and the root concrete5 install have pretty URL's installed and the .htaccess files for both have the correct code

Root .htaccess code

# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --

subdomain .htaccess code
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --
carsonms replied on at Permalink Reply
You can access the phpinfo athttp://iwc.vmanage.ca/phpinfo.php....
carsonms replied on at Permalink Reply 2 Attachments
Attached are the C5 debug file from the working site forerunners.ca and the non working site iwc.vmanage.ca

I note that problematic site is using PHP version 5.2.13 and the working site is using PHP version 5.3.6. In the 5.3.6 version there is a value for safe_mode_exec_dir - /usr/local/php/bin and in the 5.2.13 there is a value of safe_mode_include_dir - <i>no value</i>.

Help would be greatly appreciated
Pritam replied on at Permalink Reply
I checked the phpinfo.php file you put there on your domain, and everything seems fine to me. Can you try disabling friendly url's from the dashboard for the site you set-up on the sub-domain and see if the editing works properly and you aren't logged out.

I suspect this is an issue related to the .htaccess file
carsonms replied on at Permalink Reply
Thanks for the reply...

I have turned off pretty URL's on both sites. Still experiencing the behaviour.

You can see from this avi file that I can edit the content block but it does not consistently change.

http://www.vmanage.ca/edit3.avi...

Thanks