|
|
|
System error
| error: |
Can't call method "name" on an undefined value at /home/vbarter.com/htdocs/www/catalog/itemdetail.html line 84.
|
| context: |
| ... |
|
| 80: |
} |
| 81: |
|
| 82: |
</%init> |
| 83: |
<head> |
| 84: |
<title><% $product->name() %></title> |
| 85: |
</head> |
| 86: |
|
| 87: |
% if ( defined $product ) { |
| 88: |
<& .validItem, product => $product, categories => $categories, user => $user, part_cash => $part_cash, &> |
| ... |
|
|
| code stack: |
/home/vbarter.com/htdocs/www/catalog/itemdetail.html:84
/home/vbarter.com/htdocs/www/autohandler:27
/home/vbarter.com/htdocs/www/inithandler:69
|
|