-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vladimir,
When you tried to load the VCL site and got an error message, the site should have emailed the address you have set for ERROREMAIL in conf.php. If you don't have that set, try setting it and loading the page again to see if you get an email. Also, if you enable php error logging, you should see the php error in the logs. I usually either set it to log to /tmp/php_errors.log or to log to syslog. Try that, and then send us the php error. Make sure to sanatize any passwords it may contain. Josh On Friday, September 8, 2017 1:17:14 PM EDT Vladimir Aguilar wrote: > Josh, > > All the test are correct, except of the part that I showed you. I printed > the error code that the abort function has as a parameter and it throws me > the value 101. > > Here it is the test of the mysql connection: > > [image: Imágenes integradas 2] > > Vladimir > > 2017-09-08 10:53 GMT-06:00 Josh Thompson <[email protected]>: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Vladimir, > > > > It sounds like it may not be connecting to the database correctly. Does > > the > > rest of the testsetup.php script return that things are successful? > > Particularly, you should be seeing: > > > > Testing mysql connection ... > > > > Successfully connected to mysql on localhost > > Successfully selected database (vcl) on localhost > > > > "localhost" may be different if you have your database on a different > > server. > > > > Josh > > > > On Friday, September 8, 2017 12:27:14 PM EDT Vladimir Aguilar wrote: > > > Josh, > > > > > > Thanks for the welcome! > > > > > > I made the change and the error is still appearing. It is the message: > > > > > > [image: Imágenes integradas 1] > > > > > > I made some prints in the abort function in utils.php to see what is > > > happening and I got this: > > > > > > [image: Imágenes integradas 2] > > > > > > Once again, thanks! I am happy to be part of this community. > > > > > > Vladimir > > > > > > 2017-09-08 9:57 GMT-06:00 Josh Thompson <[email protected]>: > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > > > > > > Hi Vladimir, > > > > > > > > Welcome to the VCL user list! > > > > > > > > I just discovered a typo in the testsetup.php script. On line 329, > > > > change > > > > > > global $aboarting; > > > > > > > > to > > > > > > > > global $aborting; > > > > > > > > Then load the testsetup.php page again and let us know what it says. > > > > > > > > Josh > > > > > > > > On Thursday, September 7, 2017 5:53:18 PM EDT Vladimir Aguilar wrote: > > > > > Hello to all! > > > > > > > > > > I am working with the "Universidad de Costa Rica" to implement the > > > > VCL > > > > > > > on > > > > > the university cloud, but I have some issues installing the Web > > > > > > > > Components. > > > > > > > > > I follow all the instructions but when I am going to first time > > > > enter to > > > > > > > the site with the browser, appeared to me this message: > > > > > > > > > > An error has occurred. If this problem persists, please email > > > > > [email protected] <[email protected]?Subject=Problem%20With%20VCL> > > > > for > > > > > > > further assistance. Please include the steps you took that led up to > > > > > this > > > > > problem in your email message. > > > > > > > > > > Also, in the testsetup.php on the Checking asymmetric encryption key > > > > for > > > > > > > this web server appeared to me this message: Error: > > mysql_fetch_assoc() > > > > > > > expects parameter 1 to be resource, boolean given. > > > > > > > > > > There is something that I am doing wrong or could you help me with > > > > this? > > > > > > > Thank you for your help! > > > > > > > > > > Best regards, > > > > > > > > > > Vladimir > > > > > > > > - -- > > > > - ------------------------------- > > > > Josh Thompson > > > > VCL Developer > > > > North Carolina State University > > > > > > > > my GPG/PGP key can be found at pgp.mit.edu > > > > > > > > All electronic mail messages in connection with State business which > > > > are sent to or received by this account are subject to the NC Public > > > > Records Law and may be disclosed to third parties. > > > > -----BEGIN PGP SIGNATURE----- > > > > > > > > iF0EARECAB0WIQRMIdRtWXideTZDK31X8tBw1209AwUCWbK92QAKCRBX8tBw1209 > > > > A7YAAJ9/7ebatsBvqXmFS6LJ5onibiN+VgCeL0Osv2bPPugfU2ZbEuDYUMqIppE= > > > > =ZDSX > > > > -----END PGP SIGNATURE----- > > > > - -- > > - ------------------------------- > > Josh Thompson > > VCL Developer > > North Carolina State University > > > > my GPG/PGP key can be found at pgp.mit.edu > > > > All electronic mail messages in connection with State business which > > are sent to or received by this account are subject to the NC Public > > Records Law and may be disclosed to third parties. > > -----BEGIN PGP SIGNATURE----- > > > > iF0EARECAB0WIQRMIdRtWXideTZDK31X8tBw1209AwUCWbLK/AAKCRBX8tBw1209 > > AzMBAJsHaz5FX/a5N2mhSS55DlfTnRpbigCeOhX77QkwP3rIvk9H4DJ4zIoHePo= > > =tcXr > > -----END PGP SIGNATURE----- - -- - ------------------------------- Josh Thompson VCL Developer North Carolina State University my GPG/PGP key can be found at pgp.mit.edu All electronic mail messages in connection with State business which are sent to or received by this account are subject to the NC Public Records Law and may be disclosed to third parties. -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQRMIdRtWXideTZDK31X8tBw1209AwUCWbLV8gAKCRBX8tBw1209 Ay2XAJ96t5JsHcqdIBxWKcez6Q1DaS7s1wCfZy9gRLsNG6tCRQRwnDtCJ+pv7CA= =59dK -----END PGP SIGNATURE-----
