Jump to content



Latest News: (loading..)

- - - - -

How do i Install Supplier Admin Area V0.2


  • Please log in to reply
11 replies to this topic

#1   vaibhavdass

vaibhavdass
  • Members
  • 8 posts
  • Real Name:Vaibhav Dass

Posted 26 June 2012 - 10:57 AM

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.

#2   Praful Kamble

Praful Kamble
  • Members
  • 264 posts
  • Real Name:Praful
  • Gender:Male
  • Location:Pune, India

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
Like post..hit LIKE button.

osCommerce | Joomla | WordPress | Magento | SEO | CakePHP | CI

Guaranteed Website Speed Optimization!!

#3   vaibhavdass

vaibhavdass
  • Members
  • 8 posts
  • Real Name:Vaibhav Dass

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   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,720 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

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
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#5   vaibhavdass

vaibhavdass
  • Members
  • 8 posts
  • Real Name:Vaibhav Dass

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

#6   vaibhavdass

vaibhavdass
  • Members
  • 8 posts
  • Real Name:Vaibhav Dass

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


#7   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,720 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

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
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#8   vaibhavdass

vaibhavdass
  • Members
  • 8 posts
  • Real Name:Vaibhav Dass

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

#9   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,720 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

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
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#10   vaibhavdass

vaibhavdass
  • Members
  • 8 posts
  • Real Name:Vaibhav Dass

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

#11   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,720 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

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
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#12   vaibhavdass

vaibhavdass
  • Members
  • 8 posts
  • Real Name:Vaibhav Dass

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