AcidCell
05-01-2006, 07:08 PM
Hello,
After upgrading to 4.6.6.1 from 1.3.3 by overwriting all of the files and uploading the product with overwright checked, I'm getting an error on the top of every single page
warning: getimagesize() [function.getimagesize]: Read error! in /***/***/articles/includes/theme.inc on line 475.
On top of administer > modules, under mission and footer message in administer > settings I'm getting code on the top of the page
>" . t("For All Time") . "\n"; } else { $html .= "" . t("For the past ") . $interval . "\n"; } foreach($pops[$interval] as $list) { $nodelink = l($list['title'], 'node/' . $list['nid']); $html .= "" . $nodelink . "" . $list['totalcount'] . " " . t("reads") . "\n"; } } $html .= "\n"; return $html; } ?>
On top of administer > theme, I am getting
\n"; $output .= "
". theme('links', array_merge($submitted, $links)) ."
\n"; $output .= "\n"; return $output; } ?> global $xtemplate; $xtemplate->template->assign(array( "title" => $title, "content" => $content)); $xtemplate->template->parse("box"); $output = $xtemplate->template->text("box"); $xtemplate->template->reset("box"); return $output; } ?>
Also, drupal generated images (theme previews, those little icons in admin logs, etc) are missing, and when I try to view those images in the browser, I get the url of the image. The images do exist in the file system.
The product, when enabled in vBulletin takes out showthread and messes up admin login.
Sorry I couldn't get line breaks between the code blocks, but any help would be appreciated.
Thanks
After upgrading to 4.6.6.1 from 1.3.3 by overwriting all of the files and uploading the product with overwright checked, I'm getting an error on the top of every single page
warning: getimagesize() [function.getimagesize]: Read error! in /***/***/articles/includes/theme.inc on line 475.
On top of administer > modules, under mission and footer message in administer > settings I'm getting code on the top of the page
>" . t("For All Time") . "\n"; } else { $html .= "" . t("For the past ") . $interval . "\n"; } foreach($pops[$interval] as $list) { $nodelink = l($list['title'], 'node/' . $list['nid']); $html .= "" . $nodelink . "" . $list['totalcount'] . " " . t("reads") . "\n"; } } $html .= "\n"; return $html; } ?>
On top of administer > theme, I am getting
\n"; $output .= "
". theme('links', array_merge($submitted, $links)) ."
\n"; $output .= "\n"; return $output; } ?> global $xtemplate; $xtemplate->template->assign(array( "title" => $title, "content" => $content)); $xtemplate->template->parse("box"); $output = $xtemplate->template->text("box"); $xtemplate->template->reset("box"); return $output; } ?>
Also, drupal generated images (theme previews, those little icons in admin logs, etc) are missing, and when I try to view those images in the browser, I get the url of the image. The images do exist in the file system.
The product, when enabled in vBulletin takes out showthread and messes up admin login.
Sorry I couldn't get line breaks between the code blocks, but any help would be appreciated.
Thanks