Infuriating Problem
-
I installed and activated Wp-cycle Plugin. When I’m uploading images, I’m facing with this warning:
Warning: basename() expects parameter 1 to be string, object given in /home/medicalt/public_html/wp-content/plugins/wp-cycle/wp-cycle.php on line 148
Related line to wp-cycle.php file is here:
// make the thumbnail
$thumb_height = round((100 * $wp_cycle_settings[‘img_height’]) / $wp_cycle_settings[‘img_width’]);
if(isset($upload[‘file’])) {
$thumbnail = image_resize($file, 100, $thumb_height, true, ‘thumb’);
$thumbnail_url = $upload_dir_url . basename($thumbnail); Line 148
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Infuriating Problem’ is closed to new replies.