Re: VCL installation issues

2010-12-06 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nikhil, You are missing an entries in the resource table for your images. The following SQL should fix it: INSERT INTO resource (resourcetypeid, subid) VALUES (13, 1), (13, 2); Josh On Friday December 03, 2010, Nikhil Talpallikar wrote: mysql

Re: VCL installation issues

2010-12-03 Thread Nikhil Talpallikar
mysql select * from image;

VCL installation issues

2010-11-30 Thread Nikhil Talpallikar
Hi all, I am new to this list, so I do not know whether this question should go to VCL dev or VCL user list. I am trying to build a standalone VCL sandbox. I am using the following versions. Please let me know if there should be an incompatibility issue with the version numbers. mysql 5.0 php