Andrew, the application/config/config.lc file is configured according to documentation...
put "http://myserver.local/" into gConfig["baseUrl"] put "index.lc" into gConfig["indexPage"] I think it is correct because revigniter files are on the root of my web server. The file " /Library/WebServer/Documents/index.lc/system/revigniter/RevIgniter.blog " does not exists, while the browser is supposed to open file "http://myserver.local/system/application/controllers/blog.lc ". But it doesn't . Thanks Paolo On Thu, Jan 31, 2013 at 3:30 PM, Andrew Kluthe <[email protected]> wrote: > Not sure exactly, but from the error message I would gather that it > expects to find > (/Library/WebServer/Documents/index.lc/system/revigniter/RevIgniter.blog) > and it can't. I'd start checking paths to make sure files are there > and check your application/config/config.lc file to make sure things > are configured properly. > > > > On Thu, Jan 31, 2013 at 8:16 AM, paolo mazza <[email protected]> > wrote: >> Hi all, >> I just installed revIgniter Version 1.5.19b . >> I installed revIgniter on the root of our web server, I set up the >> config.lc file accordingly, and I was able to open the file index.lc >> >> Following documentation, I created a file ... >> >> http://myserver.local/system/application/controllers/blog.lc >> >> but when I tried to open the URL >> >> http://myserver.local/index.lc/blog/ >> >> I got this answer: >> >> file "/Library/WebServer/Documents/index.lc" >> row 123, col 1: include: could not find file >> (/Library/WebServer/Documents/index.lc/system/revigniter/RevIgniter.blog) >> >> >> Any idea what is wrong with my installation? All the best. >> >> Paolo >> >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > > > -- > Regards, > > Andrew Kluthe > [email protected] > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
