Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
BigY (Guest)
BigY (Guest)
After finally buying this product i stumbled upon a very annoying problem. Installation of the shop goes well. After install i want to make a new customer trough the website and this is what i get:
Catchable fatal error: Object of class va_record could not be converted to string in /home1/public_html/store2/includes/record.php on line 177
Installed it again, and still got this error over and over again. Anyone an idea?
 
BigY (Guest)
BigY (Guest)
Anyone?
 
HideMe (Guest)
HideMe (Guest)
Im new to this myself and after seraching the internet for the problem i couldnt find an answer. did a little research into the script.
 
so long as you have the paid for version as you cannot edit the free version
 
go into the record.php to line 177
where it says
 
unset ( $this->$this->parameters->$parameter_name );
 
remove the second $this->
so it looks like
 
unset ( $this->parameters->$parameter_name );
 
This has solved the problem on mine, however be carefull. and make backups of files before editing them.
 
HideMe (Guest)
HideMe (Guest)
Had the same problem too btw
 
Broad grin