troubleshooting.html 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Troubleshooting</title>
  6. <meta name="author" content="Jonny W">
  7. <!-- Enable responsive viewport -->
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
  10. <!--[if lt IE 9]>
  11. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  12. <![endif]-->
  13. <!-- Le styles -->
  14. <link href="http://jonnnnyw.github.io/php-phantomjs/assets/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  15. <link href="http://jonnnnyw.github.io/php-phantomjs/assets/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  16. <link href="http://jonnnnyw.github.io/php-phantomjs/assets/resources/syntax/syntax.css" rel="stylesheet">
  17. <link href="http://jonnnnyw.github.io/php-phantomjs/assets/css/style.css" rel="stylesheet">
  18. <!-- Le fav and touch icons -->
  19. <!-- Update these with your own images
  20. <link rel="shortcut icon" href="images/favicon.ico">
  21. <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
  22. <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
  23. <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
  24. -->
  25. <link rel="alternate" type="application/rss+xml" title="" href="http://jonnnnyw.github.io/php-phantomjs/feed.xml">
  26. <script>
  27. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  28. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  29. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  30. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  31. ga('create', 'UA-53289013-1', 'auto');
  32. ga('send', 'pageview');
  33. </script>
  34. </head>
  35. <body>
  36. <nav class="navbar navbar-default visible-xs" role="navigation">
  37. <!-- Brand and toggle get grouped for better mobile display -->
  38. <div class="navbar-header">
  39. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  40. <span class="sr-only">Toggle navigation</span>
  41. <span class="icon-bar"></span>
  42. <span class="icon-bar"></span>
  43. <span class="icon-bar"></span>
  44. </button>
  45. <iframe src="http://ghbtns.com/github-btn.html?user=jonnnnyw&repo=php-phantomjs&type=fork&count=true"
  46. allowtransparency="true" frameborder="0" scrolling="0" width="85" height="20" class="nav-link last"></iframe>
  47. <iframe src="http://ghbtns.com/github-btn.html?user=jonnnnyw&repo=php-phantomjs&type=watch&count=true"
  48. allowtransparency="true" frameborder="0" scrolling="0" width="85" height="20" class="nav-link"></iframe>
  49. <a class="navbar-brand" href="http://jonnnnyw.github.io/php-phantomjs/">
  50. <img src="http://jonnnnyw.github.io/php-phantomjs/assets/media/phantomjs-small.png" class="img-circle" />
  51. PHP PhantomJs
  52. </a>
  53. </div>
  54. <!-- Collect the nav links, forms, and other content for toggling -->
  55. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  56. <ul class="nav navbar-nav">
  57. <li class="active"><a href="http://jonnnnyw.github.io/php-phantomjs/">Home</a></li>
  58. <li><a href="http://jonnnnyw.github.io/php-phantomjs/installation.html">Installation</a></li>
  59. <li><a href="http://jonnnnyw.github.io/php-phantomjs/usage.html">Usage</a></li>
  60. <li><a href="http://jonnnnyw.github.io/php-phantomjs/advanced.html">Advanced</a></li>
  61. <li><a href="http://jonnnnyw.github.io/php-phantomjs/troubleshooting.html">Troubleshooting</a></li>
  62. </ul>
  63. </div><!-- /.navbar-collapse -->
  64. </nav>
  65. <!-- nav-menu-dropdown -->
  66. <div class="btn-group hidden-xs" id="nav-menu">
  67. <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
  68. <i class="fa fa-bars"></i>
  69. </button>
  70. <ul class="dropdown-menu" role="menu">
  71. <li><a href="http://jonnnnyw.github.io/php-phantomjs/"><i class="fa fa-home"></i>Home</a></li>
  72. <li><a href="http://jonnnnyw.github.io/php-phantomjs/installation.html"><i class="fa fa-folder"></i>Installation</a></li>
  73. <li><a href="http://jonnnnyw.github.io/php-phantomjs/usage.html"><i class="fa fa-folder"></i>Usage</a></li>
  74. <li><a href="http://jonnnnyw.github.io/php-phantomjs/advanced.html"><i class="fa fa-folder"></i>Advanced</a></li>
  75. <li><a href="http://jonnnnyw.github.io/php-phantomjs/troubleshooting.html"><i class="fa fa-folder"></i>Troubleshooting</a></li>
  76. <li class="divider"></li>
  77. <li><a href="#"><i class="fa fa-arrow-up"></i>Top of Page</a></li>
  78. </ul>
  79. </div>
  80. <div class="col-sm-3 sidebar hidden-xs">
  81. <! -- sidebar.html -->
  82. <header class="sidebar-header" role="banner">
  83. <a href="http://jonnnnyw.github.io/php-phantomjs/">
  84. <img src="http://jonnnnyw.github.io/php-phantomjs/assets/media/phantomjs.png" class="img-circle" />
  85. </a>
  86. <h3 class="title">
  87. <a href="http://jonnnnyw.github.io/php-phantomjs/">PHP PhantomJs</a>
  88. </h3>
  89. </header>
  90. <div id="bio" class="text-center">
  91. Run PhantomJS scripts through PHP
  92. </div>
  93. <div id="contact-list" class="text-center">
  94. <ul class="list-unstyled list-inline">
  95. <li>
  96. <iframe src="http://ghbtns.com/github-btn.html?user=jonnnnyw&repo=php-phantomjs&type=watch&count=true"
  97. allowtransparency="true" frameborder="0" scrolling="0" width="83" height="20"></iframe>
  98. </li>
  99. <li>
  100. <iframe src="http://ghbtns.com/github-btn.html?user=jonnnnyw&repo=php-phantomjs&type=fork&count=true"
  101. allowtransparency="true" frameborder="0" scrolling="0" width="83" height="20"></iframe>
  102. </li>
  103. </ul>
  104. </div>
  105. <! -- sidebar.html end -->
  106. </div>
  107. <div class="col-sm-9 col-sm-offset-3">
  108. <div class="page-header">
  109. <h1>Troubleshooting </h1>
  110. </div>
  111. <article>
  112. <div class="col-sm-10">
  113. <div class="article_body">
  114. <p>This documentation page will be up in the next couple of days.</p>
  115. </div>
  116. </div>
  117. <div class="clearfix"></div>
  118. <hr>
  119. <ul class="pager">
  120. <li class="previous"><a href="http://jonnnnyw.github.io/php-phantomjs/advanced.html" title="Advanced Usage">&larr; Advanced Usage</a></li>
  121. </ul>
  122. </article>
  123. <footer>
  124. <hr/>
  125. <p>
  126. &copy; 2014 PHP PhantomJs. Theme: Modified <a href="https://github.com/dbtek/dbyll">dbyll</a> by dbtek.
  127. </p>
  128. </footer>
  129. </div>
  130. <script type="text/javascript" src="http://jonnnnyw.github.io/php-phantomjs/assets/resources/jquery/jquery.min.js"></script>
  131. <script type="text/javascript" src="http://jonnnnyw.github.io/php-phantomjs/assets/resources/bootstrap/js/bootstrap.min.js"></script>
  132. <script type="text/javascript" src="http://jonnnnyw.github.io/php-phantomjs/assets/js/app.js"></script>
  133. </body>
  134. </html>