Jump to content

n10mesas

Members
  • Posts

    1
  • Joined

  • Last visited

n10mesas's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I'm getting this error just in the folder /n10mesasweb/: SoftException in Application.cpp:267: File "/home/n10mesas/public_html/n10mesasweb/testconexion2.php" is writeable by group The issue is due to folder and files permission not properly set and cPanel not allowing them to run on user end. >> I've googled it, and the solution seems to be doing this: https://www.basezap.com/solved-softexception-in-application-cpp267-file-home-public_html-index-php-is-writeable-by-group/ (Worked whit Jonny host) <-- this is my testconexion2.php: <?php $servidor = 'localhost'; $usuario = 'n10mesas_user'; $password = '[redacted]'; $db_nombre = 'n10mesas_db'; $conexion = mysqli_connect($servidor,$usuario,$password,$db_nombre) or die("Problemas con la conexión"); ?> What should I do? or How can you help me? please. Thank you
×
×
  • Create New...