Questions tagged as 'xampp'

1
answer

I can not access phpmyadmin and the container gives me an error

This is the image of my current container link As you can see, below gives me a strange error that I do not know if it is normal to leave ... in any case, I can not access phpmyadmin (problem of which, I created a post previously, but they gav...
asked by 07.05.2017 / 23:27
0
answers

problem create user in mysql database

Well I get this box when I try to add a new user is in the phpmyadmin of XAMPP (it's the first time I have this problem)     
asked by 21.04.2017 / 03:55
0
answers

Server Windows Server 2012 does not allow the output of Emails using Apache Server

Good afternoon Community I have a problem that has been tormenting my life as administrator of this server, we have a Cloud Server in 1and1.com, the server is Windows Server 2012 ( we took it in windows because initially we were going to use...
asked by 15.04.2017 / 19:47
0
answers

Copy files from a server to a PC Xampp

I have a carusel of images and videos that come from a request in JQuery and are hosted on a shared xXmpp server on the LAN My problem is when the link is far away, the video is lost and I was wondering if there is any way to copy the files t...
asked by 15.02.2017 / 18:06
1
answer

Problem with PHP routes

I have a problem with the routes (I think) since I am working with Xampp in Windows and the project works well, but when uploading it to a hosting, Mark me an error:    Fatal error: Class '\ App \ Controllers \ Home' not found in /home...
asked by 14.03.2017 / 04:06
1
answer

apache xampp permissions

I have a problem, after having installed xampp on a PC where we have a print server that basically throws a page in html where you can access several files in csv I can only see the main page but also does not load the css and links to see the o...
asked by 12.12.2016 / 23:53
0
answers

mysqli not Fount in wamp

Hi, I have wamp installed, but when I run a connection, it does not work for me, it says it does not work. mysqli private function connectDB(){ $this->link = new mysqli($this->host, $this->user, $this->pass, $this->dbname);...
asked by 10.09.2016 / 18:06
3
answers

Error in localhost mysql with xampp

Good evening users, I am new to programming and in class we have all the same problem, I have installed MY SQL WORKBENCH 6.3 AND XAMPP , start of xampp for mysql okey , but when I try to connect to my localhost that appears in the workbench,...
asked by 27.04.2017 / 01:34
1
answer

I have this problem: Warning: count (): Parameter must be an array or an object that implements Countable in ... any solution?

<?php $datos = array("idUsuario"=>"", "idProducto"=>$infoproducto["id"]); $comentarios = ControladorUsuarios::ctrMostrarComentariosPerfil($datos); $cantidad = 0; foreach ($comenta...
asked by 09.05.2018 / 18:00