View Single Post
Old 09-25-2017, 07:29 PM  
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
my best thought it to run that script you are having all those issues with in a php cli

Code:
$ cd /path/to/script/
PHP Code:
<?php
/*comment out for production*/
//error_reporting(E_ALL);
//ini_set( 'display_errors', true );
/**********************************/
put full error reporting on
Code:
$ php scriptname.php
maybe you will get some troubleshooting clues ...
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote