Posts by icejack • 123 points
8 posts
-
1
votes1
answer1866
viewsQ: How to disable mysql password validation with Zoneminder: ERROR 1819 (HY000)
I loaded the password validation plugin in Mysql 5.7 on Ubuntu Server 16.04 to leave the system with more protection, but it seems that this plugin forces all passwords to comply with certain rules…
-
2
votes1
answer1866
viewsA: How to disable mysql password validation with Zoneminder: ERROR 1819 (HY000)
Solution: Type in the Linux terminal (Ubuntu), then enter the Linux Root(administrator) password: sudo mysql -h localhost -u root -p It will enter inside Mysql, see: Now, inside mysql type:…
-
0
votes1
answer108
viewsQ: Fatal error Class 'Tidy' not found with Wamp + PHP 5.5.12
On a project I’m working on in my current job, I came across some problems that are really giving me a headache: Follows code line of the file TransformDoc.inc.php public function validatorXHTML() {…
-
0
votes1
answer108
viewsA: Fatal error Class 'Tidy' not found with Wamp + PHP 5.5.12
Suppose you are using Wampserver 2.0. With it already open (running) you just need to follow this path and click on the Wamp Server icon with the right mouse button on your system tray>PHP>PHP…
-
1
votes1
answer234
views -
1
votes1
answer234
views -
3
votes1
answer518
viewsQ: Problem in Google Maps Javascript API V3 with MVC Webapp
I want to make a simple Map appear when the user clicks on (Menu>Find), the problem is that the controller receives the data and sends me and does not return the Map. I am using in my design, MVC…
-
4
votes1
answer5195
viewsQ: Sublime Text 2 - Encoding UTF-8 does not work
I’m having trouble editing the code, I can’t modify Encoding to UTF-8 according to what’s in my code right below. I select the option in Sublime "File> Reopen with Encoding > UTF-8" but it…