Upgrade to v3.0 failed - Joomla! Forum - community, help and support
i have limited joomla knowledge , have been trying upgrade website customer past 2-3 weeks , after numerous other challenges, got upgraded 2.5 3.0.... but, whole other load of challenges.
it uses chronoforms , clearly, it's not working in v3.0 odd because checked joomla extensions directory , compatible.
hopefully here can see what's happening below , see if i've missed or if i'm not doing properly?
first error encountered:
i checked code , ds has lost it's definition in v3??? not sure how or why happen but, added following line top of chronoforms.php fixed error
but, got error:
so tried commenting line out , got error:
now i'm extremely inexperienced in joomla appears chronoforms not loading core classes needs - how, why, where, help?
it uses chronoforms , clearly, it's not working in v3.0 odd because checked joomla extensions directory , compatible.
hopefully here can see what's happening below , see if i've missed or if i'm not doing properly?
first error encountered:
warning: require_once(public_htmldsincludesdsdefines.php) [function.require-once]: failed open stream: no such file or directory in public_html/plugins/content/chronoforms/chronoforms.php on line 4
fatal error: require_once() [function.require]: failed opening required 'public_htmldsincludesdsdefines.php' (include_path='.:/usr/lib/php') in public_html/plugins/content/chronoforms/chronoforms.php on line 4
i checked code , ds has lost it's definition in v3??? not sure how or why happen but, added following line top of chronoforms.php fixed error
code: select all
define('ds','/');
but, got error:
fatal error: class 'jparameter' not found in public_html/plugins/content/chronoforms/chronoforms.php on line 17
so tried commenting line out , got error:
fatal error: class 'jparameter' not found in public_html/components/com_chronoforms/libraries/chronoform.php on line 68
now i'm extremely inexperienced in joomla appears chronoforms not loading core classes needs - how, why, where, help?
the error message class jparameter not found originates joomla 2.5 version of chronoforms because class not exist in joomla 3.x. did upgrade chronoforms, too?it uses chronoforms , clearly, it's not working in v3.0 odd because checked joomla extensions directory , compatible.
Comments
Post a Comment