I used the deploy procedure and I produced the .zip file correctly, I extracted the zip file under my directory c:xampphotdcsexamples but when I tried to launch my applicazion
http://localhost/examples/index.php I received this error : “common library not found : c:xampphtdocsexamplesprod”.
Into the zip file I have _lib and Index directories only, the prod directory is a subdirectory of _lib, I tried moving the prod directory from _lib to examples but nothing happens.
I tried also to download the prod zip file from a sc link and extracted under examples directory but I received again the same problem.
I tried also to edit the mysql connection in prod env but is all ok.(check ok)
What is the correct procedure of deploy and what I need to check to understand that is all ok ?
I’m using as development env win xp but after I will move the prod env on the ubuntu, in that case there are other actions to do ?