Questions tagged [kohana]
9 questions
36
votes
3 answers
nginx + php-fpm - where are my $_GET params?
I have a strange problem here. I just moved from apache + mod_php to nginx + php-fpm. Everything went fine except this one problem.
I have a site, let's say example.com. When I access it like example.com?test=get_param $_SERVER['REQUEST_URI'] is…
egis
- 507
- 1
- 4
- 8
3
votes
3 answers
PHP Kohana CentOS 5
Trying to deploy a Kohana based project in CentOS 5. Installed PHP 5.3.1 but still getting the following error.
Warning: preg_match() [function.preg-match]: Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0…
Undefined
2
votes
1 answer
Plesk Folder Structure Doesn't Allow Creating Folders
i use kohana framework which have 3 folders applications, system and public. I uploaded public folder to httpdocs but applications and system folders should be away from httpdocs. I should upload upper level of httpdocs but plesk structure doesn't…
user39110
- 173
- 6
1
vote
3 answers
White Screen, No Errors
So.. Interesting problem for you guys, As I'm completely lost as to what to do, or where to take the next step.
Server & Application Environment.
CentOS release 5.3 (Final)
Apache 2.2.3-22
EnableSendfile off
EnableMMAP off
ErrorLog…
grufftech
- 6,620
- 4
- 35
- 37
1
vote
3 answers
Apache Rewrite rules for SSL in sub domain
I have a web site deployed that uses kohana and URL rewriting to make the URLs more restful. This works fine.
I also have Moodle installed in a sub directory on the same server and a subdomain defined for this directory. So Moodle is installed in a…
Vincent Ramdhanie
- 36
- 6
0
votes
1 answer
Nginx conf with php-fpm alias not working
i cant get the kohana aplication working.
Server specs: ubuntu 14.04, nginx, php7.0-fpm
I have the following structure:
build: (static website)
,server: (php-kohana application)
|-- build
| |-- fonts
| |-- images
| |-- index.html
| |--…
Renato Prado
- 133
- 5
0
votes
1 answer
kohana 3.1 in subdirectory + ubuntu 14.04 + php-fpm + nginx 404 errors
i have an old kohana app that i'm trying to put on my VPS but can't seem to get it working. i've spent hours googling and looking at cached forum answers. i have tried them all and nothing seems to work. admittedly, i have no idea how to deal with…
gabereal
- 101
0
votes
1 answer
Nginx pass subdirectory as base url to Kohana
Having set up multiple Kohana applications on Nginx, I need to adjust the "base url" parameter for each application. Before when I was using Apache with .htaccess this was easy (RewriteBase) but in Nginx I have found the following solution:
location…
Alasjo
- 103
- 7
0
votes
1 answer
Virtual host error: client denied by server configuration
I try to setup kohana 3 project as virtual host.
Config:
DocumentRoot "D:/Devel/matysart/matysart_dev1"
ServerName matysart-one.local
ServerAlias www.matysart-one.local
DirectoryIndex index.php
Error…
Codium
- 123
- 1
- 10