Hi All,
I have installed Google Checkout v 1.5 into my highly modifed store.
Unfortunately I am getting the following error messgage:-
"Fatal error: Cannot intantiate non-existant class:filenames
in .../googlecheckout/gcheckout.php on line 371"
Here's The code from a few lines before the troublesome bit...
362 $module_info = array();
363 $module_info_enabled = array();
364 for ($i = 0, $n = sizeof($directory_array); $i < $n; $i++) {
365 $file = $directory_array[$i];
366
367 include_once (DIR_FS_CATALOG .DIR_WS_LANGUAGES . $language . '/modules/shipping/' . $file);
368 include_once ($module_directory . $file);
369
370 $class = substr($file, 0, strrpos($file, '.'));
371 $module = new $class;
I have made a temporary fix by commenting out line 370 and a '}' further down the page.
Does anybody know where the "non-existant class:filenames" Should be?
Thanks
Simon
nb both filenames.php are in thier respective directories
Latest News: (loading..)
simonhornby
Member Since 18 May 2009Offline Last Active Dec 11 2011, 14:43






Find content
Not Telling
