• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem z Sqlite

DomosNew

cd /home/domos/
Joined
Apr 19, 2009
Messages
343
Reaction score
0
Location
Poland, Tarnów
Mam bazę Sqlite, ustawiłem dobrze config.lua
i wychodzi mi taki błąd w Gesior Accu:

Warning: Error parsing /home/domos/0.3.2/config.lua on line 127 in /home/domos/public_html/config-and-functions.php on line 28
Database error - can't open SQLite database. Possible reasons:
/home/domos/0.3.2/ - file isn't valid SQLite database.
/home/domos/0.3.2/ - doesn't exist.
Wrong PHP configuration. Default PHP does not work with SQLite databases!

Jeśli ktoś wie jak zrobić poprawnie Sqlite w Gesior Accu, to niech mi pomoże.

Za pomoc reput!
 
wyraźnie ci pisze w ostatniej linijce wrong php configuration Masz złą konfiguracje używasz xamppa? jak tak to sprubuj wersją 1.6.8 jest najstabilniejsza, albo acc maker nie jest do tej wersji silnika
 
Code:
apt-get install php5-sqlite
/etc/init.d/apache2 restart
Pewnie debian :d jak nie to przekompiluj php :) z use="sqlite"
 
nom strasznie bym chciał przekompilować php
i zresetować jednak ja nie jestem rootem, tylko normal userem.

domos@s4:~$ apt-get install php5-sqlite
E: Nie udało się otworzyć pliku blokady /var/lib/dpkg/lock - open (13 Brak dostępu)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
domos@s4:~$ /etc/init.d/apache2 restart
Restarting web server: apache2Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/tibia/public_html/] does not exist
Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/tibia/public_html/] does not exist
(13)Permission denied: make_sock: could not bind to address [::]:80
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
failed!
domos@s4:~$ /etc/init.d/apache2 restart
Restarting web server: apache2Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/tibia/public_html/] does not exist
Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/drobny/public_html/vt/] does not exist
Warning: DocumentRoot [/home/tibia/public_html/] does not exist
(13)Permission denied: make_sock: could not bind to address [::]:80
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
failed!

ale i tak dzięki poproszę administatora to zrobi może ;d
 
Last edited:
Back
Top