Owncloud Plugin 7.0

Status
Not open for further replies.

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Now I get stuck here when running
  1. make install clean -C /usr/ports/devel/pecl-APCu what should I do on that stage?
pkg install m4. that question was already asked+answered on that thread.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Do I have to stop on that stage?
I don't know what u mean. just install m4 to get around the bug then continue.
Code:
pkg install m4
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Now I get stuck on that one:
lol, takes a lot of time screwing stuff up till it's easy.

those lines are supposed to be entered into the file /etc/rc.conf.local

EDIT
and it doesn't exist, I recommend easy editor
Code:
ee /etc/rc.conf.local
 

Freesnofla

Patron
Joined
Oct 27, 2013
Messages
216
I'm one step forward on that one but get stuck again

date.timezone = Europe/Berlin
cgi.fix_pathinfo=0
upload_max_filesize = 4096M
post_max_size = 4096M

unable to create file "/user/local/etc/php.ini"
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
you are creating /user/*, it's /usr/*
 

Freesnofla

Patron
Joined
Oct 27, 2013
Messages
216
Yes I see that was :confused:, but now I'm on the right place but have never worked with such files.
On which stage do I place the entries, is there any rule for that? Behind
PHP:
 or on the end of the file? I like to ensure that I did it correct the whole way trough my installation.

[QUOTE]
=====line 1 col 0 lines from top 1 ============================================
[PHP]

;;;;;;;;;;;;;;;;;;;
; About php.ini  ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.

; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
; 1. SAPI module specific location.
; 2. The PHPRC environment variable. (As of PHP 5.2.0)
; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
; 4. Current working directory (except CLI)
; 5. The web server's directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
; 6. The directory from the --with-config-file-path compile time option, or the
file "/usr/local/etc/php.ini", 1939 lines

[/QUOTE]
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Yes I see that was :confused:, but now I'm on the right place but have never worked with such files.
On which stage do I place the entries, is there any rule for that? Behind
PHP:
 or on the end of the file? I like to ensure that I did it correct the whole way trough my installation.

[QUOTE]
=====line 1 col 0 lines from top 1 ============================================
[PHP]

;;;;;;;;;;;;;;;;;;;
; About php.ini  ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.

; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
; 1. SAPI module specific location.
; 2. The PHPRC environment variable. (As of PHP 5.2.0)
; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
; 4. Current working directory (except CLI)
; 5. The web server's directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
; 6. The directory from the --with-config-file-path compile time option, or the
file "/usr/local/etc/php.ini", 1939 lines

[/QUOTE]
I think for those entries, the variables are already in the file. you should search for the variable and replace the values. uncomment where necessary.
 

Freesnofla

Patron
Joined
Oct 27, 2013
Messages
216
Sorry, I don't got the point I need to place the following entries, you mentioned that the entries are in the file can't find them.

  1. date.timezone = America/Los_Angeles
  2. cgi.fix_pathinfo=0
  3. upload_max_filesize = 512M
  4. post_max_size = 512M




into

^[ (escape) menu ^y search prompt ^k delete line ^p prev li ^g prev page
^o ascii code ^x search ^l undelete line ^n next li ^v next page
^u end of file ^a begin of line ^w delete word ^b back 1 char
^t top of text ^e end of line ^r restore word ^f forward 1 char
^c command ^d delete char ^j undelete char ^z next word
=====line 1 col 0 lines from top 1 ============================================
PHP:
;;;;;;;;;;;;;;;;;;;
; About php.ini  ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.

; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
; 1. SAPI module specific location.
; 2. The PHPRC environment variable. (As of PHP 5.2.0)
; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
; 4. Current working directory (except CLI)
; 5. The web server's directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
; 6. The directory from the --with-config-file-path compile time option, or the
; Windows directory (C:\windows or C:\winnt)

[/QUOTE]
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Sorry, I don't got the point I need to place the following entries, you mentioned that the entries are in the file can't find them.






into
Well I can't really help you find them. You don't know how to search for "date.timezone"?
 

Freesnofla

Patron
Joined
Oct 27, 2013
Messages
216
What I need to understand should I just c/p the entries or do I need to modify existing entries? I'm really not sure how I can go ahead. Of course I know what changes I have to do on the values, but how do I get them into the file?
 
Last edited:

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
What I need to understand should I just c/p the entries or do I need to modify existing entries? I'm really not sure how I can go ahead. Of course I know what changes I have to do on the values, but how do I get them into the file?
Yes, you modify existing entires.
You can use whatever method you want to get them into the file. The config values are there, that's as far as I help people.
 

Freesnofla

Patron
Joined
Oct 27, 2013
Messages
216
Well then I'm blind, I can't see any existing entries in that file after I opened the file with ee only see what I mentioned in #31. That's why I ask you if I have just to c/p the entries from your guide, but of course have to modify them based on my location and / or time zone.
 

Freesnofla

Patron
Joined
Oct 27, 2013
Messages
216
Finally I found the way around, just installed "Nano" then I found out that I could search in the file by CTRL+W.
 
Status
Not open for further replies.
Top