Help please

I installed Nginx on my server and this has happened.....

 Permission denied in/home/pizzang/public_html/inc/classes/BxDolCacheFile.php on line 55


any ideas?!?

All for one and one for all....ah sod it who am i kidding!
Quote · 22 Jun 2013

It appears you may have a problem with permission of the cache folders.

Check to make sure the folders cache, cache_public and tmp are writable and remove all files from those 3 folders except for any .htaccess file that may be in there.

You did not mention if you transferred an existing site to a server with Nginx or if you just replaced Apache with Nginx.

When setting up Nginx did you follow the steps in this http://www.boonex.com/trac/dolphin/wiki/TutorialHowToInstallDolphinOnNginx

https://www.deanbassett.com
Quote · 22 Jun 2013

I installed nginx with a on the server to replace apache and im wishing i hadnt now, there seems to be a few different issues :(

All for one and one for all....ah sod it who am i kidding!
Quote · 22 Jun 2013

Great stuff, that worked - i did change the permissions of the cache folders when i first seen the access denied messages it was the tmp folder i forgot to do...just got to figure out why cometchat and my mibew messenger is acting up now, probably the same things...

All for one and one for all....ah sod it who am i kidding!
Quote · 22 Jun 2013

I am running Nginx on my sever with Dolphin and I am very happy with it.  If you have questions concerning Nginx I may be of some help.  One thing you need to do if you haven't is to make sure you set up php-fpm as it needs to be.  For example, the proper number of child processes; I think it defaults to five and that is way too low.

Geeks, making the world a better place
Quote · 22 Jun 2013

Nginx does not use .htaccess files.  However, you can still set it up in the Nginx configuration to deny access to any directory with a .htaccess file located within.  It does nothing with the contents of the file, it just takes action based on the file existing in the directory.

Geeks, making the world a better place
Quote · 22 Jun 2013

Actually geek_girl i WOULD like your help with it , im not overly familiar with it all and wouldnt know where to start

All for one and one for all....ah sod it who am i kidding!
Quote · 22 Jun 2013

If I can, I will be happy to help.  Are you using the sites-available and sites-enabled or did you just include everything in the config file; either or both ways are OK.  Just let me know what you may need help with and if I can, I will help.  I just started using Nginx when I set up the dedicated back last summer or so.

Geeks, making the world a better place
Quote · 22 Jun 2013

I have no idea lol

i followed this:

cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller install

 

so im presuming i have not configured anything.

 

 

All for one and one for all....ah sod it who am i kidding!
Quote · 22 Jun 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.