SilverBoy
07-20-2019, 05:07 PM
Dears
I had bought vbover iReviews too many years ago, and as you know vbcover products are encrypted using IonCube, so after changing my domain I suspended using this product because my copy licensed to my old domain name, and sadly the owner of vbcover passed away from many years.
Now I encoded the files, but unfortunately the files contains some syntax errors, and the most important issue, it is not compatible with the modern PHP version.
So, could you please help me in fixing my files?
For now, I get this error that I don't know how I can deal with !!
The error message says "Warning: Attempt to assign property of non-object in [path]\includes\ireviews_showthread.php on line 61"
And here is the block of code that contain line 61 ..
if ($show['form']) {
require_once( DIR . '/includes/ireviews_functions.php' );
$ireviewsbits = ireviewsConstructFields( $foruminfo['ireviewscriteria'], '', 2 );
$templater = vB_Template::create( 'ireviews_reviewform' );
$templater->register( 'ireviewsbits', $ireviewsbits );
$templater->register( 'threadid', $threadid );
$reviewform .= $templater->render( );
$template_hook->showthread_above_posts .= $reviewform;
}
and the line 61 is this line
$template_hook->showthread_above_posts .= $reviewform;
Any help?
I had bought vbover iReviews too many years ago, and as you know vbcover products are encrypted using IonCube, so after changing my domain I suspended using this product because my copy licensed to my old domain name, and sadly the owner of vbcover passed away from many years.
Now I encoded the files, but unfortunately the files contains some syntax errors, and the most important issue, it is not compatible with the modern PHP version.
So, could you please help me in fixing my files?
For now, I get this error that I don't know how I can deal with !!
The error message says "Warning: Attempt to assign property of non-object in [path]\includes\ireviews_showthread.php on line 61"
And here is the block of code that contain line 61 ..
if ($show['form']) {
require_once( DIR . '/includes/ireviews_functions.php' );
$ireviewsbits = ireviewsConstructFields( $foruminfo['ireviewscriteria'], '', 2 );
$templater = vB_Template::create( 'ireviews_reviewform' );
$templater->register( 'ireviewsbits', $ireviewsbits );
$templater->register( 'threadid', $threadid );
$reviewform .= $templater->render( );
$template_hook->showthread_above_posts .= $reviewform;
}
and the line 61 is this line
$template_hook->showthread_above_posts .= $reviewform;
Any help?