Alright, so i have a problem.
Im creating a app from my local computer using sqlite as database (works like a charm).
The computer i need the exe on is on a network drive. G:\ or network named vv.com\
I successfully did this with the built in mysql.
Now im changing to sqlite database and i ran into som problems.
Before i used exo_getglobalvariable(‘HEPubStorageLocation’, ‘’); to get the path to my exe.
I could upload imaged using exo_getglobalvariable and into another folder in my exe home folder.
(Used virtual G\Data\ at the time, exe would throw “no input file specified”)
Now when i tried to execute my exe i got an error, when i try no virtual folder i get “no input file specified” and when i go virtual folder i get xxxxx
Tried to echo’ing getglobalvariable and get a folder to computers drive C:\USERS…\exeoutput… where all “cookies” are stored and sqlite error that it cant search for the db.
Anyway, im going to try $_SERVER[‘DOCUMENT_ROOT’]; tomorrow but only way for that is to NOT use virtual path for the data folder, and then i get the “no input file specified”…
I cant be the only one putting an exe on a network drive using sqlite ?
How would a guy go about it ?
I also just put the app on the computers drive C:\ and still would not work and threw getglobalvariable to the wrong place…
Dont know what i changed, but something got messed up between switching from mysql to sqlite.
Im creating a app from my local computer using sqlite as database (works like a charm).
The computer i need the exe on is on a network drive. G:\ or network named vv.com\
I successfully did this with the built in mysql.
Now im changing to sqlite database and i ran into som problems.
Before i used exo_getglobalvariable(‘HEPubStorageLocation’, ‘’); to get the path to my exe.
I could upload imaged using exo_getglobalvariable and into another folder in my exe home folder.
(Used virtual G\Data\ at the time, exe would throw “no input file specified”)
Now when i tried to execute my exe i got an error, when i try no virtual folder i get “no input file specified” and when i go virtual folder i get xxxxx
Tried to echo’ing getglobalvariable and get a folder to computers drive C:\USERS…\exeoutput… where all “cookies” are stored and sqlite error that it cant search for the db.
Anyway, im going to try $_SERVER[‘DOCUMENT_ROOT’]; tomorrow but only way for that is to NOT use virtual path for the data folder, and then i get the “no input file specified”…
I cant be the only one putting an exe on a network drive using sqlite ?
How would a guy go about it ?
I also just put the app on the computers drive C:\ and still would not work and threw getglobalvariable to the wrong place…
Dont know what i changed, but something got messed up between switching from mysql to sqlite.