Re: Can't seem to connect to the sutoloader

2017-04-05 Thread blair
Hmmm... that's not really what I am looking for. I'm looking to create a 
webpage that is directly accessed from a browser using a url that we 
already have established. I think I figured it out though... thanks.

On Tuesday, April 4, 2017 at 3:58:17 PM UTC-5, Vishal Vinayak (Adwords API 
Team) wrote:
>
> Hi, 
>
> PHP client library examples can be run from the browser by running the php 
> built-in web server (details available here 
> ). If you have 
> more questions particular to the PHP client library, I would suggest 
> creating a new issue here 
> .
>
> Regards,
> Vishal, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3ce2ed9d-6e43-45e4-83f4-e93e21470a31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't seem to connect to the sutoloader

2017-04-04 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, 

PHP client library examples can be run from the browser by running the php 
built-in web server (details available here 
). If you have 
more questions particular to the PHP client library, I would suggest 
creating a new issue here 
.

Regards,
Vishal, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c6600438-549f-4cc3-9671-fd94c5f5a258%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can't seem to connect to the sutoloader

2017-04-04 Thread blair
I installed composer and it seemed to work (it installed in the root 
directory of my server). Also installed the new version and moved the 
valid adsapi_php.ini into the home folder.  But I can't seem to get my code 
to find the vendor/autoloader.php file.

*Warning*: require(../../../../vendor/autoload.php): failed to open stream: 
No such file or directory in 
*/home/vcolmarc/public_html/googleapi/examples/AdWords/v201702/BasicOperations/GetCampaigns.php*
 on 
line *19*

This could be that
a) I did not install composer int he correct place
b) There was a comment about how these files may have been meant to run via 
command line and not a webpage
c) something else

I need these to run as web pages but I can;t see what the problem is with 
finding the autoloader. How do I get this file to load?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8ce9c2fc-60e2-4daf-8898-912a21ab88dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.