This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

keonovic
keonovic

Hi, I'm trying to deploy a site using Digital Ocean as my provider, I have pulled my repository over and by modifying the security permissions on a few folders and creating some folders inside of the 'storage' directory, I was able to finally retrieve the home page of my site, however, whenever I navigate to any routes I receive a white screen.

I have tried on an apache server and then installing Nginx and using a configuration I found on this forum, however, both web servers have given me the same results...

Can anyone help me fix this?

Thanks!

Tschallacka
Tschallacka

what's your php version on the deploymentserver?
do your folders have read write permission for php/httpd user/group?
does your deploymentserver use same database engine/setup?

Last updated

keonovic
keonovic

Tschallacka said:

what's your php version on the deploymentserver?

PHP 5.5.9-1ubuntu4.14 (cli) (built: Oct 28 2015 01:34:46) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies

do your folders have read write permission for php/httpd user/group?

I don't know, can you give me the correct path which you are referring to?

does your deploymentserver use same database engine/setup?

Yes, I am using MySQL on this server also.

Last updated

Tschallacka
Tschallacka

do your folders have read write permission for php/httpd user/group?

I don't know, can you give me the correct path which you are referring to?

http://serverfault.com/questions/357108/what-permissions-should-my-website-files-folders-have-on-a-linux-webserver

does your deploymentserver use same database engine/setup?

Yes, I am using MySQL on this server also.

Does it have the same database, with same database user and password? is it accessible via same database path(localhost?) and port.

Lamnk
Lamnk

Hi, i ran into almost same issue yesterday trying to install October.

Chown the codebase to the user of Apache web server (in my CentOS, it is 'apache') resolved the problem.

1-5 of 5

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.