Instalare phpbb

Rezolvări la problemele apărute la instalarea, actualizarea sau conversia forumului phpBB 3.2.x.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
xStefaN
Nou venit
Mesaje: 4
Membru din: 18-Iul-2017, 11:35:49
Versiune: 3.2.0
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Neexperimentat
Contact:

Instalare phpbb

Mesaj de xStefaN »

Salut! Am o problema legata de instalarea phpBB pe wb host-ul meu. Am incercat sa instalez phpbb, dar nu reusesc. Prima data am incercat sa instalez manual, adaugand o baza de date noua, un user cu full acces si uploadand prin ftp fisierul phpBB3 in folderul public_html. Apoi, am redenumit folderul in forum si am incercat sa accesez domeniulMeu/forum. Am fost redirectionat pe pagina domeniulMeu/forum/install, unde se fac primii pasi pentru instalarea si setarea phpbb, dar am primit o eroare, legata de un fisier filesystem, negasit si legata de un fisier din forum\vendor\symfony.

Apoi am incercat sa instalez phpbb din optiunile cpannel-ului, dar cand se instala, desi am facut setarile necesare, aparea o eroare legata de baza de date si de prefixul tabelei.

Ma puteti ajuta ?


Erorile:


instalare din cpannel : Instalare: Error: A database query has failed. Is the entered database information correct? Does the account have available disk space? type = mysql host = localhost database = gamerswo_bb1 username = gamerswo_bb1 password = **HIDDEN** Technical information: method = query errstr = MYSQL ERROR 1146: Table 'gamerswo_bb1.bb_users' doesn't existUPDATE `bb_users` SET `user_lang`='ro'

instalare manuala : Warning: include(/home/gamerswo/public_html/phpBB3/vendor/symfony/filesystem/Filesystem.php): failed to open stream: No such file or directory in /home/gamerswo/public_html/phpBB3/vendor/composer/ClassLoader.php on line 412

Warning: include(): Failed opening '/home/gamerswo/public_html/phpBB3/vendor/symfony/filesystem/Filesystem.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gamerswo/public_html/phpBB3/vendor/composer/ClassLoader.php on line 412

Fatal error: Class 'Symfony\Component\Filesystem\Filesystem' not found in /home/gamerswo/public_html/phpBB3/phpbb/filesystem/filesystem.php on line 50
Avatar utilizator
Sylver Cheetah 53
Utilizator înregistrat
Mesaje: 544
Membru din: 12-Apr-2008, 21:33:22
Versiune: 3.0.14
Ext: Da
Server: Windows
Nivel phpBB: Experimentat
Nivel php: Puţin experimentat
Localitate: Milky Way
Contact:

Re: Instalare phpbb

Mesaj de Sylver Cheetah 53 »

S-ar putea sa nu ai suficient spaţiu pe server sau să existe alte limitări. PhpBB 3.2 are nevoie de anumite resurse. Vezi aici: https://www.phpbb.com/support/docs/en/3.2/ug/
Poţi încerca să instalezi phpBB 3.1 sau 3.0. Dar pentru 3.0 nu se mai oferă suport.
Succes!
My Forum ||►My Blog ||►My MODs
Mîndru că sînt ateu!
xStefaN
Nou venit
Mesaje: 4
Membru din: 18-Iul-2017, 11:35:49
Versiune: 3.2.0
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Neexperimentat
Contact:

Re: Instalare phpbb

Mesaj de xStefaN »

Pana la urma am reusit, am uitat sa spun si aici. Hostul nu imi dadea destule resurse asa ca am luat altul. Multumesc :)
Avatar utilizator
orynider
Autor de ExtensiiAutor de Extensii
Mesaje: 259
Membru din: 17-Noi-2005, 19:39:36
Versiune: 3.3.0-a1
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Foarte experimentat
Nivel php: Foarte experimentat
Localitate: Arad, România
Contact:

Re: Instalare phpbb

Mesaj de orynider »

Salut,

Am avut o problemă similară şi au trebuit schimbate "Resource Limits" în php.ini. Am găsit rezolvarea pe
https://www.phpbb.com/community/viewtop ... #p14766321
Toxyy scrie: 23-Iun-2017, 08:05:25 I've had a few clients who's forums had this error because they had very large databases. I forget which file does the trick, you only need one of these, but I use them all because I'm too lazy to figure it out.

So here is the problem: the server php settings have a maximum time for php scripts. For large boards it takes a while, but you run into the time limit, so you run into a timeout setting.

Here is what has worked and fixed the issue on every single one:

Add this somewhere in your .htaccess in your root directory:

Cod: Selectaţi tot

<IfModule php5_module>
   php_flag allow_url_fopen On
   php_flag allow_url_include On
   php_flag asp_tags Off
   php_flag display_errors Off
   php_value max_execution_time 1500
   php_value max_file_uploads 500
   php_value max_input_time 900
   php_value max_input_vars 1000
   php_value memory_limit 228M
   php_value session.gc_maxlifetime 14400
</IfModule>
Add a file named php.ini to your root directory with this:

Cod: Selectaţi tot

allow_url_fopen = On
allow_url_include = On
asp_tags = Off
display_errors = Off
enable_dl = Off
file_uploads = On
max_execution_time = 1500
max_file_uploads = 500
max_input_time = 900
max_input_vars = 1500
memory_limit = 228M
session.gc_maxlifetime = 1440
upload_max_filesize = 228M
Add a file named .user.ini to your root directory with this:

Cod: Selectaţi tot

[PHP]
allow_url_fopen = On
allow_url_include = On
asp_tags = Off
display_errors = Off
max_execution_time = 1500
max_file_uploads = 500
max_input_time = 900
max_input_vars = 1500
memory_limit = 228M
session.gc_maxlifetime = 1440
upload_max_filesize = 228M
This will fix your issue. If it still doesn't, add a 0 on some of the input times and that will fix it. I don't know which one actually fixes it.

To check if it actually updated your settings, add a file named phpinfo.php with this:

Cod: Selectaţi tot

<?php
   phpinfo();
?>
visit the file, and you can find your variables to see if they've updated.

Good luck!

The Mx-Publisher CMS Project | Mx-Publisher@github | Mx-Publisher CMS
Demo Styles: phpBB3 | | |
Scrie răspuns

Înapoi la “3.2.x Instalare, actualizare, conversie”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 9 vizitatori