(2014-03-21, 01:18:05)hameau Wrote:(2014-03-20, 06:10:47)Oleg06 Wrote: can not see thumbnails
I have no thumbnails, too. There are no errors shown with debug on; no thumbnails are generated (SPE thumb directory is empty except for .htaccess and index.php).
GS error log says:Code:PHP Warning: substr() expects parameter 2 to be long, string given in plugins/SpecialPagesExtras/thumb/index.php on line 35
Perhaps plugins/SpecialPagesExtras/thumb/index.php line 35:
Code:--- $requested_path = substr($requested_path, '', - strlen($requested_file));
+++ $requested_path = substr($requested_path, 0, - strlen($requested_file));
which works (v1.03).
Edit: you're working too fast! ;-) Error now in line 42 (v1.04).
Ok, now (1.06) should really work
http://flexphperia.net - my portfolio