Basically I created a MBtiles using Tilemill and it generates a map with six zooms. I implement it into tilestream. I added a layer on the openlayers module(Drupal) in XYZ:
site:8888/v2/geography-class/${z}/${x}/${y}.png
The problem is this URL sent by openlayers: site:8888/v2/geography-class/-1/x/x.png
Each time, whatever the zoom I am on the map, the zoom value always stays at -1, the others values are okay.
If I try to reach site:8888/v2/geography-class/1/1/1.png it works.
What did I miss?