Post by jasonc310771 » Tue Mar 17, 2015 1:58 am

Hi,

I have a fresh install of OC2.0.1.1 and after 'not reading the instuctions' and uploading the files I realised my mistake. So completely removed everything and started with a fresh install of OC and then used the Extensions > Extension Installer to upload the zip file as instucted in the readme file. But I get an overlay box pop up with...

Code: Select all

Method Not Implemented
Method Not Implemented
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>501 Method Not Implemented</title>
</head><body>
<h1>Method Not Implemented</h1>
<p>GET to /cart/admin/index.php not supported.<br />
</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
Please can you advise what I might be doing wrong ?

Thank you

EDIT: I have just read a previous message about the 'QUICKFIX' seems to have uploaded via the extension installer.

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm

Post by cyberauto » Tue Mar 17, 2015 11:34 pm

I have a different issue.

OC Version 2.0.1.1
Latest Import/Export

I had some trouble during the installation but figured it out (pathing issue etc). It's installed and I have added the user permissions as that shows properly. It's listed under modifications and everything looks great (no errors in logs etc). However, it's simply not showing up. I assume it will be under Tools but I don't see it?

Code: Select all

Apparently you do have to "refresh" the modifications tab regardless of whether or not it is visible. When I did that the import/export displayed. I'm leaving this here in case it helps someone else.
Thanks for continually supporting this Addon!
Last edited by cyberauto on Wed Mar 18, 2015 12:03 am, edited 1 time in total.

Newbie

Posts

Joined
Thu Aug 25, 2011 6:21 am

Post by jasonc310771 » Tue Mar 17, 2015 11:55 pm

Have you refreshed the modifications after adding it, also just to be sure I also went in to the vqmod and cleared the cache and then it showed in Tools.

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm

Post by cyberauto » Wed Mar 18, 2015 12:04 am

jasonc310771 wrote:Have you refreshed the modifications after adding it, also just to be sure I also went in to the vqmod and cleared the cache and then it showed in Tools.
Yes that was my problem. I think during my installation woes I neglected that step because I saw it displayed in modifications. I thought that was good enough but apparently that refresh is mandatory (regardless of whether you logout/login etc, the display doesn't update).

Newbie

Posts

Joined
Thu Aug 25, 2011 6:21 am

Post by jasonc310771 » Wed Mar 18, 2015 12:43 am

just to clarify, is the extention showing/working for you ?

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm

Post by cyberauto » Wed Mar 18, 2015 1:57 am

jasonc310771 wrote:just to clarify, is the extention showing/working for you ?
Yes after installation, everything showed up including the module listed under the modifications tab. I didn't realize you would have to hit the refresh button to make it show up under the tools tab. To me, logically, with it displayed under modifications, that was good enough. Had it not shown under modifications then I would have thought a refresh would be necessary. Regardless, I'm already using the import/export successfully and greatly appreciate the creator keeping it updated.

Newbie

Posts

Joined
Thu Aug 25, 2011 6:21 am

Post by jasonc310771 » Wed Mar 18, 2015 2:23 am

great, with 'any' modification extention you upload, you 'must' do a refresh for it to work.

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm

Post by JNeuhoff » Wed Mar 18, 2015 3:56 am

The whole OpenCart installer needs to be redone IMHO. Amongst other things, the installer should do a 'refresh' automatically. Also, we need a proper uninstall which simply doesn't exist at the moment.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by jasonc310771 » Wed Mar 18, 2015 4:14 am

agrees, an uninstaller would be a valuable assett. But for this OC would need to store the file names that were added, then on top of this a backup of the actual files that might be overwritten.

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm

Post by jasonc310771 » Wed Mar 18, 2015 4:34 am

I admit that I have not read much about the extension installer, but does it ever overwrite any core files, or does it use some filename altering system to prevent core files from being altered ?

Reason I ask is that I fancy a challange and was thinking how an uninstaller would actually work. If it was to overwrite core files or other extension's files, then the uninstaller would need to use the system restore method, where it stores in order what happens and can only unstall in reverse order to the point of removing the extension that is not required, then have the user re-add the extentions that were removed to make way for the removal of the unwanted extension.

!

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm

Post by Goinea92 » Thu Mar 19, 2015 6:50 am

Hello again!

Everything works fine with Export / Import, but one thing: After I import products they appear on the store (Frontend) but there's no entry in the Backend (Catalog > Products). How can I fix that?

It wouldn't have been a problem, but I wanted to add Filters on the products, and that was the only way I could add them.

Thanks,
Andy

Newbie

Posts

Joined
Mon Mar 16, 2015 4:56 am

Post by Ystei » Thu Mar 19, 2015 7:25 am

Hi!

I just updated to the 2-23 version on my OC 2.0.1.1 and when then tried to import. i get a "Success" message in the backadmin but when i look at the products in the pront end 12 of 200 products are not showing any picture or information and when i go to the product page i get only "Product not found!".

Not sure if this is caused by the update or not.. i just discovered it now.. I have two languages..

The address is like this

Code: Select all

/index.php?route=product/product&path=62_200&product_id=

The address for the products that shows up normal looks like this

Code: Select all

/index.php?route=product/product&path=64_223&product_id=8078
Very thankful for all clues!


Error log shows this when importing categories:

Code: Select all

2015-03-18 23:15:32 - PHP Warning:  mysqli::query(): (21000/1242): Subquery returns more than 1 row in install_folder/system/library/db/mysqli.php on line 18


2015-03-18 23:15:32 - PHP Notice:  Error: Subquery returns more than 1 row<br />Error No: 1242<br />SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '8161' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' in install_folder/system/library/db/mysqli.php on line 40


2015-03-18 23:15:32 - PHP Notice:  Trying to get property of non-object in install_folder/catalog/model/catalog/product.php on line 10


2015-03-18 23:15:35 - PHP Warning:  mysqli::query(): (21000/1242): Subquery returns more than 1 row in install_folder/system/library/db/mysqli.php on line 18


2015-03-18 23:15:35 - PHP Notice:  Error: Subquery returns more than 1 row<br />Error No: 1242<br />SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '8018' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' in install_folder/system/library/db/mysqli.php on line 40


2015-03-18 23:15:35 - PHP Notice:  Trying to get property of non-object in install_folder/catalog/model/catalog/product.php on line 10

And this when importing products:

Code: Select all

2015-03-18 23:16:40 - PHP Warning:  mysqli::query(): (21000/1242): Subquery returns more than 1 row in install_folder/system/library/db/mysqli.php on line 18


2015-03-18 23:16:40 - PHP Notice:  Error: Subquery returns more than 1 row<br />Error No: 1242<br />SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '8006' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' in install_folder/system/library/db/mysqli.php on line 40
2015-03-18 23:16:40 - PHP Notice:  Trying to get property of non-object in install_folder/catalog/model/catalog/product.php on line 10
2015-03-18 23:17:08 - PHP Warning:  mysqli::query(): (21000/1242): Subquery returns more than 1 row in install_folder/system/library/db/mysqli.php on line 18
2015-03-18 23:17:08 - PHP Notice:  Error: Subquery returns more than 1 row<br />Error No: 1242<br />SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '8006' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' in install_folder/system/library/db/mysqli.php on line 40


2015-03-18 23:17:08 - PHP Notice:  Trying to get property of non-object in install_folder/catalog/model/catalog/product.php on line 10


2015-03-18 23:19:19 - PHP Warning:  mysqli::query(): (21000/1242): Subquery returns more than 1 row in install_folder/system/library/db/mysqli.php on line 18


2015-03-18 23:19:19 - PHP Notice:  Error: Subquery returns more than 1 row<br />Error No: 1242<br />SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '8015' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' in install_folder/system/library/db/mysqli.php on line 40


2015-03-18 23:19:19 - PHP Notice:  Trying to get property of non-object in install_folder/catalog/model/catalog/product.php on line 10


2015-03-18 23:19:41 - PHP Warning:  mysqli::query(): (21000/1242): Subquery returns more than 1 row in install_folder/system/library/db/mysqli.php on line 18


2015-03-18 23:19:41 - PHP Notice:  Error: Subquery returns more than 1 row<br />Error No: 1242<br />SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '8168' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' in install_folder/system/library/db/mysqli.php on line 40


2015-03-18 23:19:41 - PHP Notice:  Trying to get property of non-object in install_folder/catalog/model/catalog/product.php on line 10


2015-03-18 23:20:26 - PHP Warning:  mysqli::query(): (21000/1242): Subquery returns more than 1 row in install_folder/system/library/db/mysqli.php on line 18


2015-03-18 23:20:26 - PHP Notice:  Error: Subquery returns more than 1 row<br />Error No: 1242<br />SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '8316' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' in install_folder/system/library/db/mysqli.php on line 40


2015-03-18 23:20:26 - PHP Notice:  Trying to get property of non-object in install_folder/catalog/model/catalog/product.php on line 10

Newbie

Posts

Joined
Thu Mar 19, 2015 7:05 am

Post by jasonc310771 » Thu Mar 19, 2015 2:51 pm

Just a guess, did you make sure that you set the correct permissions in you admin area...

System/User/User Group select the user you are accessing admin with (normally Administrator) then click 'select all' for both Access/Modify, then click the save icon top right.

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm

Post by Goinea92 » Thu Mar 19, 2015 4:22 pm

The "tool export/import" was checked in both access and modify. Doesn't work. Thanks for the idea though.

Newbie

Posts

Joined
Mon Mar 16, 2015 4:56 am

Post by jasonc310771 » Thu Mar 19, 2015 5:54 pm

ok, try to delete the Export/Import from your modifications page, and then once removed do a refresh then re-add it again.

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm

Post by Goinea92 » Thu Mar 19, 2015 10:09 pm

I did that, it didn't work either. I think I know what I did wrong. I changed the cell type (right click -> format cells). And I changed the types to text i think.

Why I'm thinking of this is because the price is the only thing that's showing besides the picture.
I added a print screen so that you can see how my products look like.


Could you please send me a copy of your excel file? Or maybe post a list with the cell types for each column.

Thanks for your help so far!

Attachments

proof.PNG

proof.PNG (157.19 KiB) Viewed 33406 times

Last edited by Goinea92 on Thu Mar 19, 2015 10:27 pm, edited 1 time in total.

Newbie

Posts

Joined
Mon Mar 16, 2015 4:56 am

Post by jasonc310771 » Thu Mar 19, 2015 10:23 pm

for security reasons for yourself more so, it would be best if you make a backup of your excel files (categories and products) that you have, the one that is not working. Then remove all categories and products from your site, special offers everything. all via your admin area. Once you have an empty cart, add a dummpy item to the site via admin and a dummpy category and link that category to the item. Then grab an export of your dummy site. and use this as your new template once you have removed the item and the category from the excel files you get.

To add your products from your backup excel files to the template file, make sure you use the 'paste and keep destination format' in paste special. that way you copy all the text but keep the format the same as it should be in excel file you are now creating. Once you have copied and pasted all products and categories in to the related files, save them and make another backup of them before uploading these to your site, using the overwrite option in Import/Export page in your admin area.

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm

Post by Goinea92 » Thu Mar 19, 2015 10:29 pm

jasonc310771 wrote:for security reasons for yourself more so, it would be best if you make a backup of your excel files (categories and products) that you have, the one that is not working. Then remove all categories and products from your site, special offers everything. all via your admin area. Once you have an empty cart, add a dummpy item to the site via admin and a dummpy category and link that category to the item. Then grab an export of your dummy site. and use this as your new template once you have removed the item and the category from the excel files you get.

To add your products from your backup excel files to the template file, make sure you use the 'paste and keep destination format' in paste special. that way you copy all the text but keep the format the same as it should be in excel file you are now creating. Once you have copied and pasted all products and categories in to the related files, save them and make another backup of them before uploading these to your site, using the overwrite option in Import/Export page in your admin area.
Seems like the best idea. Trying it as we type

Newbie

Posts

Joined
Mon Mar 16, 2015 4:56 am

Post by jasonc310771 » Thu Mar 19, 2015 10:47 pm

I have a theory what you might have done wrong, please can you copy all the column names from your product excel file here, do not worry about formatting it nicely, just copy the whole column and paste it as is in a reply. I think you have missed part of the column names out.

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm

Post by Goinea92 » Thu Mar 19, 2015 10:52 pm

here are the column names from the first sheet of the products file

product_id name(ro) categories sku upc ean jan isbn mpn location quantity model manufacturer image_name shipping price points date_added date_modified date_available weight weight_unit length width height length_unit status tax_class_id seo_keyword description(ro) meta_title(ro) meta_description(ro) meta_keywords(ro) stock_status_id store_ids layout related_ids tags(ro) sort_order subtract minimum


Ok, here's something strange. I tried doing as you said, I deleted everything from the store (products and categories) and after creating a test category and a test product and exported the file BOOM: My products that I previously uploaded and didn't show up in the admin area were in the file... Something's fishy

Newbie

Posts

Joined
Mon Mar 16, 2015 4:56 am
Who is online

Users browsing this forum: No registered users and 5 guests