Hi i have installed Supplier Admin Area V0.2 in my website admin panel. after installing this addon i am facing an error on admin login page now. error is '
Fatal error: Call to undefined function tep_draw_button() in /home/bookport/public_html/shop/catalog/admin/login.php on line 163'. how do i rectify this error now.
Latest News: (loading..)
How do i Install Supplier Admin Area V0.2
Started by vaibhavdass, Jun 26 2012 10:57 AM
11 replies to this topic
#1
Posted 26 June 2012 - 10:57 AM
#2
Posted 26 June 2012 - 11:06 AM
@vaibhavdass
Hey Vaibhav,
Which osCommerce version are you using? It looks like you have tried to set up an add-on for v2.3.1 into an old version of osCommerce.
Praful
Hey Vaibhav,
Which osCommerce version are you using? It looks like you have tried to set up an add-on for v2.3.1 into an old version of osCommerce.
Praful
Like post..hit LIKE button.
osCommerce | Joomla | WordPress | Magento | SEO | CakePHP | CI
Guaranteed Website Speed Optimization!!
osCommerce | Joomla | WordPress | Magento | SEO | CakePHP | CI
Guaranteed Website Speed Optimization!!
#3
Posted 26 June 2012 - 04:13 PM
yes praful i donn remember actually but this is not the latest one. will u help me to update my version. i am not able to login admin.
#4
Posted 26 June 2012 - 04:17 PM
@vaibhavdass
I suggest restoring your backup files to allow you to access the admin area again. Then, you can work on installing the proper contribution.
Chris
I suggest restoring your backup files to allow you to access the admin area again. Then, you can work on installing the proper contribution.
Chris
#5
Posted 26 June 2012 - 04:22 PM
Hi Chris
I have restore all the files. now my admin is working. will u help me now. how do i update my oscommerce and how to install the same add on file
I have restore all the files. now my admin is working. will u help me now. how do i update my oscommerce and how to install the same add on file
#6
Posted 26 June 2012 - 04:33 PM
now "1146 - Table 'bookport_db.TABLE_PRODUCTS_IMAGES' doesn't exist
select image, htmlcontent from TABLE_PRODUCTS_IMAGES where products_id = '32319' order by sort_order
[TEP STOP]" this error is occuring on product info page. how do i rectify in database
pls help
select image, htmlcontent from TABLE_PRODUCTS_IMAGES where products_id = '32319' order by sort_order
[TEP STOP]" this error is occuring on product info page. how do i rectify in database
#7
Posted 26 June 2012 - 04:58 PM
@vaibhavdass
run this using PHPMYADMIN in your hosting account
DROP TABLE IF EXISTS products_images;
CREATE TABLE products_images (
id int NOT NULL auto_increment,
products_id int NOT NULL,
image varchar(64),
htmlcontent text,
sort_order int NOT NULL,
PRIMARY KEY (id),
KEY products_images_prodid (products_id)
);
Chris
run this using PHPMYADMIN in your hosting account
DROP TABLE IF EXISTS products_images;
CREATE TABLE products_images (
id int NOT NULL auto_increment,
products_id int NOT NULL,
image varchar(64),
htmlcontent text,
sort_order int NOT NULL,
PRIMARY KEY (id),
KEY products_images_prodid (products_id)
);
Chris
#8
Posted 26 June 2012 - 06:18 PM
Hey Chris
Thanq... now will u help me to update the version of oscommerce. actually the site is already running and i have added few extra fields in new product option (admin) now pls help me to upgrade bro
Thanq... now will u help me to update the version of oscommerce. actually the site is already running and i have added few extra fields in new product option (admin) now pls help me to upgrade bro
#9
Posted 26 June 2012 - 09:21 PM
@vaibhavdass
The Supplier Admin contribution would require changes to the files in the /supplier directory to make it functional with v2.3.1.
Chris
The Supplier Admin contribution would require changes to the files in the /supplier directory to make it functional with v2.3.1.
Chris
#10
Posted 27 June 2012 - 04:42 PM
Chris
will u tell me the procedure i am zero in PHP. either i have to upgrade the version or i have to make necessary changes in Supplier file. pls help me
will u tell me the procedure i am zero in PHP. either i have to upgrade the version or i have to make necessary changes in Supplier file. pls help me
#11
Posted 27 June 2012 - 06:43 PM
@vaibhavdass
I stated, all of the files within the /supplier directory will have to be updated to work with v2.3.1. If you have no PHP experience, I suggest hiring a developer to do the update for you.
Chris
I stated, all of the files within the /supplier directory will have to be updated to work with v2.3.1. If you have no PHP experience, I suggest hiring a developer to do the update for you.
Chris
#12
Posted 29 June 2012 - 08:28 AM
Hey Chris
i have update the oscommerce version now still a error is coming
Fatal error: Call to undefined function tep_href_link() in /home/bookport/public_html/main/catalog/admin/includes/application_top.php on line 160
as i am configuring Supplier
i have update the oscommerce version now still a error is coming
Fatal error: Call to undefined function tep_href_link() in /home/bookport/public_html/main/catalog/admin/includes/application_top.php on line 160
as i am configuring Supplier









