• 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!

xampp problem with htdocs, how can i fix it ?

01346302

New Member
Joined
Jun 30, 2013
Messages
10
Reaction score
0
Hello,
ive problem with this, file database.sql from engine is in phpmyadmin and i dont now why not display my acc maker :/Przechwytywanie.PNG
 
Lot's of things to say, but lets keep things basic.
You kinda NEVER want to install programs (let alone XAMPP) in your user folder/desktop...
Try to reinstall it on C: root or D: root and see how that works.
 
The error tells you where to look and what is incorrect

You defined something as "yes" which is incorrect
in config.php on line 34

maybe post that line here so we can look at that, to start with, and also what else would help is what aac you are using
 
Lot's of things to say, but lets keep things basic.
You kinda NEVER want to install programs (let alone XAMPP) in your user folder/desktop...
Try to reinstall it on C: root or D: root and see how that works.
not working, problem is same
The error tells you where to look and what is incorrect

You defined something as "yes" which is incorrect
in config.php on line 34

maybe post that line here so we can look at that, to start with, and also what else would help is what aac you are using
Thats source code from config.php... u need all ?
# Emails Config
$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "";
$config['site']['smtp_enabled'] = true;
$config['site']['smtp_host'] = "poczta.interia.pl";
$config['site']['smtp_port'] = 587;
$config['site']['smtp_auth'] = yes;
$config['site']['smtp_user'] = "";
$config['site']['smtp_pass'] = "";
when write "true" instead of "yes" on that in website display more errors but in database.php file
look at this:
Przechwytywanie.PNG
 
Show results of (but seems like you get a deprecation warning as you're on PHP 8.x):
PHP:
<?php
phpinfo();
?>

I'd go with nginx + php-fpm
 
Back
Top