Page 1 of 1

Notice: Undefined index: meta_title

Posted: Wed Oct 22, 2014 8:34 am
by SavSiteDesign
Upgraded from 1.5.6 to 2.0 and now I am getting the following - any help is appreciated

Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15Notice: Undefined index: meta_title in /home/www/mysite.net/catalog/model/catalog/product.php on line 15

Re: Notice: Undefined index: meta_title

Posted: Tue Nov 04, 2014 1:43 pm
by DaBrainz
Hope this is not to late,

I was getting this error for the following two tables:

oc_category_description

oc_product_description

I just added a varchar(255) to each table called "meta_title" under the Description column.

Good Luck ;)

Re: Notice: Undefined index: meta_title

Posted: Tue Mar 03, 2015 6:29 pm
by gbisqit
DaBrainz, what is the full code you used for that? Thanks

Re: Notice: Undefined index: meta_title

Posted: Wed Apr 29, 2015 10:25 pm
by WCS
I had the same problem and this solution worked.

I used phpMyAdmin. For each of the tables, I clicked the +sign next to them, then clicked on columns. In the main screen on the right, below the listing of columns, I clicked Change and then Go (a couple of lines lower). Then just follow the instructions above. I ticked the option Null as I don't know whether or not this field is required.

Andrew