Chetan Sachdev
Chetan Sachdev
Log after running the following command ``` phpbrew install 7.0 -- \--with-zlib-dir=`brew --prefix zlib` ``` Console output ``` ❯ phpbrew install 7.0 -- \--with-zlib-dir=`brew --prefix zlib` ===> phpbrew will now...
Getting few more exceptions:  I am trying to use this [pdf](http://kannadapraadhikaara.karnataka.gov.in/storage/pdf-files/%E0%B2%95%E0%B2%A8%E0%B3%8D%E0%B2%A8%E0%B2%A1%20%E0%B2%B8%E0%B3%8D%E0%B2%B5%E0%B2%AF%E0%B2%82%20%E0%B2%AD%E0%B3%8B%E0%B2%A6%E0%B2%A8%E0%B3%86%20(%E0%B2%87%E0%B2%82%E0%B2%97%E0%B3%8D%E0%B2%B2%E0%B3%80%E0%B2%B7%E0%B3%8D%20-%20%E0%B2%95%E0%B2%A8%E0%B3%8D%E0%B2%A8%E0%B2%A1).pdf) but couldn't get it to split in a sequence. Configured the pages as shown in screenshot below: 
No, its intel x86.
@taylortom Could you please advise on how to achieve this functionality in Adapt Authoring.
@cal2195 Could you please help me with the right branch name to get this feature?
@gemmi-arts I have a similar issue, have you figured out a solution to this?
@gemmi-arts I have figured out, although I had to downgrade to v4.0.2. I looked into the code base and test cases to figure out a solution. I had to use...
Having the same issue, have you figured out any solution @glispiger
Same issue, how can I download without auth?
A quick fix, is to update the records in users collection. Here is a sample script which can be executed in mongo shell. ``` show dbs; use adapt-tenant-master; db.users.find({}).forEach(function(doc){ var...