I'm trying to execute demo php samples and when I run demo/03_update_home_collection.php then I get the following error: Array ( [code] => BadRequestException[message] => Attempting to set a bogus version= )
What's that?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Is the project that you set up a 1 top-level nav collection or 2 top-level nav collection? I am assuming that it is the latter. You can find out by going to the Project Settings rail > select the project > edit > go to App Navigation tab.
If so, please update the $collection_home_name variable (located in 20150810-DPS-Content Producer Service API-Examples/demo/demo_parameters.php) to either one of the following:
The demo will only target one of the top-level collections. You can also find this info in 20150810-DPS-Content Producer Service API-Examples/demo/README.md.
Views
Replies
Total Likes
Hi,
Is the project that you set up a 1 top-level nav collection or 2 top-level nav collection? I am assuming that it is the latter. You can find out by going to the Project Settings rail > select the project > edit > go to App Navigation tab.
If so, please update the $collection_home_name variable (located in 20150810-DPS-Content Producer Service API-Examples/demo/demo_parameters.php) to either one of the following:
The demo will only target one of the top-level collections. You can also find this info in 20150810-DPS-Content Producer Service API-Examples/demo/README.md.
Views
Replies
Total Likes
mike-o thank you very very much. I felt ashamed for not seeing this in the readme. Everything worked fine now.
Views
Replies
Total Likes
No worries, please let us know if you encounter any further issues/questions.
Views
Replies
Total Likes