Search found 101 matches

by Darkness_demoN
Mon Mar 28, 2022 10:01 am
Forum: [3.3.x] Support Forum
Topic: no port in upstream "php" using default nginx conf
Replies: 5
Views: 5351

Re: no port in upstream "php" using default nginx conf

NGINX Configuration with working SSH # Sample nginx configuration file for phpBB. # Tested with: # - nginx 0.8.35 # - nginx 1.17.7 (mainline) # # Filename: /etc/nginx/sites-available/example.com.conf # # Replace example.com with your own domain name. # If you want to use the X-Accel-Redirect featur...
by Darkness_demoN
Fri Mar 04, 2022 2:34 pm
Forum: [3.3.x] Support Forum
Topic: no port in upstream "php" using default nginx conf
Replies: 5
Views: 5351

Re: no port in upstream "php" using default nginx conf

working nginx configuration without ssl # Sample nginx configuration file for phpBB. # Tested with: # - nginx 0.8.35 # - nginx 1.17.7 (mainline) # # Filename: /etc/nginx/sites-available/example.com.conf # # Replace example.com with your own domain name. # If you want to use the X-Accel-Redirect feat...
by Darkness_demoN
Fri Mar 04, 2022 2:29 pm
Forum: [3.3.x] Support Forum
Topic: no port in upstream "php" using default nginx conf
Replies: 5
Views: 5351

Re: no port in upstream "php" using default nginx conf

found solution again # Sample FastCGI server configuration. # Filename: /etc/nginx/conf.d/php.conf # upstream php { server unix:/run/php-fpm/php-fpm.sock; } must be: # Sample FastCGI server configuration. # Filename: /etc/nginx/conf.d/php.conf # upstream php { server unix:/run/php/php-fpm.sock; }
by Darkness_demoN
Fri Mar 04, 2022 2:22 pm
Forum: [3.3.x] Support Forum
Topic: no port in upstream "php" using default nginx conf
Replies: 5
Views: 5351

Re: no port in upstream "php" using default nginx conf

Not completely solved

now i got

Code: Select all

[crit] 47449#47449: *1 connect() to unix:/run/php-fpm/php-fpm.sock failed (2: No such file or directory) while connecting to upstream, 
by Darkness_demoN
Fri Mar 04, 2022 2:13 pm
Forum: [3.3.x] Support Forum
Topic: no port in upstream "php" using default nginx conf
Replies: 5
Views: 5351

Re: no port in upstream "php" using default nginx conf

Found a solution
Uncoment

Code: Select all

# Sample FastCGI server configuration.
# Filename: /etc/nginx/conf.d/php.conf
#
  upstream php {
      server unix:/run/php-fpm/php-fpm.sock;
  }
by Darkness_demoN
Fri Mar 04, 2022 1:54 pm
Forum: [3.3.x] Support Forum
Topic: no port in upstream "php" using default nginx conf
Replies: 5
Views: 5351

no port in upstream "php" using default nginx conf

Hi im trying to install fresh phpbb 3.3.5 linux ubuntu 20.04 nginx version: nginx/1.18.0 (Ubuntu) PHP 7.4.3 (cli) (built: Mar 2 2022 15:36:52) ( NTS ) i copy the nginx conf from phpbb3/docs directory than i restart my nginx server and i got this error in my log 2022/03/04 15:50:10 [emerg] 47056#4705...
by Darkness_demoN
Tue Sep 05, 2017 9:24 pm
Forum: [3.2.x] Support Forum
Topic: Copy Premissions Bug?
Replies: 9
Views: 933

Re: Copy Premissions Bug?

Also, every dropdown on the internet works the same way as this one. With that im not agree because Parent forum is a dropdown menu but it saves option that you give it to it. I'm wheeling to agree about reasons why this drop down menu didn't save given option to it with @Ibedejo and his post . P.s...
by Darkness_demoN
Tue Sep 05, 2017 9:14 pm
Forum: [3.2.x] Support Forum
Topic: Hiding Subforum, Subforum's from index.
Replies: 5
Views: 761

Re: Hiding Subforum, Subforum's from index.

So can i make things that i want or i will need a extension or change my code in some way ?
by Darkness_demoN
Sun Sep 03, 2017 6:41 pm
Forum: [3.2.x] Support Forum
Topic: Hiding Subforum, Subforum's from index.
Replies: 5
Views: 761

Re: Hiding Subforum, Subforum's from index.

List subforum in parent-forum’s legend: No The problem i have now is that i don't see those subforum's on my subforum legend. Indeed. That is what the setting is for. But if i turn on this option i will see that subforum on index page too. Is it there a way to show only subforum witout his subforums?
by Darkness_demoN
Sun Sep 03, 2017 2:41 pm
Forum: [3.2.x] Support Forum
Topic: Hiding Subforum, Subforum's from index.
Replies: 5
Views: 761

Hiding Subforum, Subforum's from index.

Hi all. Ive trying to hide my Subforum, Subforum's from index. I found this post and i set my Subforum and his Subforum's from example below. for the subforum: List subforums in legend: Yes List subforum in parent-forum’s legend: Yes for the sub/sub forum you need the settings as such: List subforum...
by Darkness_demoN
Sat Sep 02, 2017 4:36 pm
Forum: [3.2.x] Support Forum
Topic: Copy Premissions Bug?
Replies: 9
Views: 933

Re: Copy Premissions Bug?

Is there will be update or something that will save last give option on premission dropdown menu ?
by Darkness_demoN
Sat Sep 02, 2017 2:35 pm
Forum: [3.2.x] Support Forum
Topic: Newbie Issues - how do I admin?
Replies: 5
Views: 556

Re: Newbie Issues - how do I admin?

KevC wrote: Sat Sep 02, 2017 2:23 pm
Darkness_demoN wrote: Sat Sep 02, 2017 2:02 pm I think there are 2 optiosn for you.
Far quicker just to upload a new config.php file and /install folder and start all over again.
I dont know there is such a option :/
by Darkness_demoN
Sat Sep 02, 2017 2:02 pm
Forum: [3.2.x] Support Forum
Topic: Newbie Issues - how do I admin?
Replies: 5
Views: 556

Re: Newbie Issues - how do I admin?

I think there are 2 optiosn for you. Option 1 if you remember which e-mail address you put when you installing forum and if you have access to it i recommend you to try reseting password option. In username field write a username that you use during instalation process, in e-mail field write the e-m...

Go to advanced search