| 
	
		
		
		
		
		 
			
			@mariosips & vlad59 Thanks for the suggestions 
 
checkconfig looks ok (copy of output at the bottom) 
 
@vlad59 
 
I just checked and I have php5.4.19 installed (also just tried 5.3.9) 
 
Looks like it may be more complex than I hoped! 
 
I have tried the previous version as well. The error in both cases points to the same sections of book.php i.e 
 
public function getAuthorsName () { 
        return implode (", ", array_map (function ($author) { return $author->name; }, $this->getAuthors ())); 
 
Iain 
 
 
Check if GD is properly installed and loaded 
OK 
Check if Sqlite is properly installed and loaded 
OK 
Check if libxml is properly installed and loaded 
OK 
Check if the rendering will be done on client side or server side 
Client side rendering 
Check if Calibre database path is not an URL 
OK 
Check if Calibre database file exists and is readable 
OK 
Check if Calibre database file can be opened with PHP 
OK 
Check if Calibre database file contains at least some of the needed tables 
OK
		 
		
	
		
		
		
		
		
		
		
		
		
		
		
			
				  
				
					
						Last edited by demig; 01-05-2014 at 06:07 PM.
					
					
						Reason: added 5.3.9 comment
					
				
			
		
		
	
	 |