hughbris / grav-plugin-gyst

Get Your Sheet Together! Export Grav form data as a row in a cloud spreadsheet,
MIT License
2 stars 2 forks source link

Catch invalid spreadsheets IDs #3

Open hughbris opened 4 years ago

hughbris commented 4 years ago

Not getting much joy trying to catch the response using the official API. It would be handy to check for this and act appropriately (create one, for example).

w3servicesdotnet commented 4 years ago

After uploading plugin inside plugin folder, my website showing blank pages everywhere from home page to admin.

Please help.

From

Sunil YFounder & Cloud Solution Architect ----------------------------------------------------------------------- Tel. +91 9967222267 / 09300670068

https://members.w3services.net/viewticket.php?tid=233326&c=JBbCobNW&feedback=1

On Sun, Nov 10, 2019 at 3:08 PM Hugh Barnes notifications@github.com wrote:

Not getting much joy trying to catch the response using the official API. It would be handy to check for this and act appropriately (create one, for example).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hughbris/grav-plugin-gyst/issues/3?email_source=notifications&email_token=AHVPSULIIOHIP37NII34OR3QS7JBRA5CNFSM4JLLUIW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYHMBGQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHVPSUMW7ZNFBVXJ6MCUX4TQS7JBRANCNFSM4JLLUIWQ .

hughbris commented 4 years ago

Thanks for trying the plugin. This isn't part of this issue. We should message about this somewhere else if the suggestion below does not solve it for you ..

Have you installed followed the post install instructions and run as outlined in the README?

After either installation method, it is important to install the libraries required for your cloud spreadsheet provider. Presently only Google Sheets is supported, so please move into your plugin folder in a shell and type: composer require google/apiclient:^2.0. (You need PHP composer for that to work, too.)

If you can't do that, please enable showing errors on your test site so that you can see PHP errors on screen, and then please send me more details. You may also find PHP errors in the PHP or web server log files. I can't tell what the problem is without some error messages. White/blank screens are usually PHP errors which are being suppressed because of settings.

There will be other ways to help you install the library if that is a problem, but I would rather recommend this method.