Post by thegeekz » Wed Feb 22, 2012 10:18 am

I face problem installing Apsona as well into my 1.5.1.3 OpenCart

It just doesn't seem to be able to install... as after I run the installation url... it either just returns with the homepage (fi .htaccess is not enabled) or It returns with Page not found.

I verified all the files required are in Admin folder and its subfolders respectively... Not sure what is the issue?

Please rectify.... Apsona is a great Mass edit tool, once I get it working! It was working before on my old OC!

No more using Apsona, as they are not updated.

  • Every upgrade -- rem. 2 reinstall vqmod & mindful of modules w/ VQmod -- E.g Import / Export Tool by MHC


Active Member

Posts

Joined
Tue Nov 02, 2010 10:24 am

Post by labeshops » Sun Mar 25, 2012 1:21 am

Reinstalling apsona after upgrading to 1.5.2.1, it didnt install the menu code into the footer. I did manually and apsona opens, though get an error when it starts:

Server error:
Subquery returns more than 1 row
URL: apsona_svc.php?token=e2de2944db2e5040ad3a21bbde9feb65&uri_offset=/get/data/_qry.js
SQL:
select symbol_left, symbol_right, code from oc_currency where code = (select value from oc_setting where `key` = 'config_currency')

Running Opencart v3.0.3.2 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by apsona » Sun Mar 25, 2012 5:42 am

labeshops - this is very likely because for some reason you have two different default currencies configured in your database. You will need to look in your oc_setting table to see why there is more than one such row.

Hope this helps.

New member

Posts

Joined
Sat Jan 15, 2011 3:23 am

Post by labeshops » Sun Mar 25, 2012 11:57 pm

I only have US Dollar installed - no other currencies are enabled in my stores at all. I've never used other currencies.

Running Opencart v3.0.3.2 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by apsona » Wed Mar 28, 2012 2:06 am

labeshops wrote:I only have US Dollar installed - no other currencies are enabled in my stores at all. I've never used other currencies.
Perhaps you can check that by using phpMyAdmin to look in the oc_setting table? The error message is clearly saying that the subquery is returning more than one value, and there would be no other reason why that would happen.

New member

Posts

Joined
Sat Jan 15, 2011 3:23 am

Post by thegeekz » Wed Mar 28, 2012 6:11 pm

This is a great tool, but like many others, I think there were no support for Product attribute or options or the new features of 1.5 -- AS shown in the attached.
Image 1.jpg

Image 1.jpg (21.01 KiB) Viewed 6013 times


Also if say I wanna try to create a custom / additional tab in the Product description, how would this be supported in ShopAdmin? -- similar to this that is pertaining to another free Export/Import Tool --> http://forum.opencart.com/viewtopic.php?t=45080

Please help!

No more using Apsona, as they are not updated.

  • Every upgrade -- rem. 2 reinstall vqmod & mindful of modules w/ VQmod -- E.g Import / Export Tool by MHC


Active Member

Posts

Joined
Tue Nov 02, 2010 10:24 am

Post by Beeflowers » Fri Mar 30, 2012 3:37 pm

thegeekz wrote:I face problem installing Apsona as well into my 1.5.1.3 OpenCart

It just doesn't seem to be able to install... as after I run the installation url... it either just returns with the homepage (fi .htaccess is not enabled) or It returns with Page not found.

I verified all the files required are in Admin folder and its subfolders respectively... Not sure what is the issue?
I'm facing the same problem, can't get into installation url. Please help, thank you.

Newbie

Posts

Joined
Fri Mar 30, 2012 3:35 pm

Post by thegeekz » Fri Mar 30, 2012 4:43 pm

do ask your Webhost for help.. I asked mine and they did something.. saying my security permissions for the .htaccess file is not correct.. .

No more using Apsona, as they are not updated.

  • Every upgrade -- rem. 2 reinstall vqmod & mindful of modules w/ VQmod -- E.g Import / Export Tool by MHC


Active Member

Posts

Joined
Tue Nov 02, 2010 10:24 am

Post by thegeekz » Fri Mar 30, 2012 11:53 pm

AS I'm telling you this now..

After I revamped my cart again... for 1.5.2.1.... Apsona Shopadmin doesn't install again.. same error!!

Don't know how to solve!! Must check with my web host again...

Something seems to be not compatible with Apsona?

No more using Apsona, as they are not updated.

  • Every upgrade -- rem. 2 reinstall vqmod & mindful of modules w/ VQmod -- E.g Import / Export Tool by MHC


Active Member

Posts

Joined
Tue Nov 02, 2010 10:24 am

Post by thegeekz » Sat Mar 31, 2012 12:15 am

Maybe this would help those who have problems.. -- .htaccess :

Code: Select all

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled. 

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

# Prevent Directoy listing 
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
 Order deny,allow
 Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ 

RewriteBase /
RewriteRule sitemap.xml /index.php?route=feed/google_sitemap
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers 
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200
I'm not sure what's the difference though but this is the .htaccess ile code that helped me!


Its all gibberish to me!

No more using Apsona, as they are not updated.

  • Every upgrade -- rem. 2 reinstall vqmod & mindful of modules w/ VQmod -- E.g Import / Export Tool by MHC


Active Member

Posts

Joined
Tue Nov 02, 2010 10:24 am

Post by thegeekz » Sat Mar 31, 2012 12:38 am

Particularly noticed:

Line 22 onwards has some difference on original opencart provided .htaccess.txt

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

See the difference in the provided .htaccess file I posted one post up?

I don't really know what the difference -- 2 lines removed.. will make. .cos I do not know what those 2 lines of code do! Anyone?

No more using Apsona, as they are not updated.

  • Every upgrade -- rem. 2 reinstall vqmod & mindful of modules w/ VQmod -- E.g Import / Export Tool by MHC


Active Member

Posts

Joined
Tue Nov 02, 2010 10:24 am

Post by Tybalt » Sun Apr 22, 2012 6:10 am

How would this work if I want to upload something in 2 languages?
For example spanish and english?
Would I do an update in the 2nd language?

Anyone tried this?

Newbie

Posts

Joined
Sat Apr 14, 2012 5:34 am

Post by yddraggsill » Fri Apr 27, 2012 2:21 pm

Hello, i just installed ShopAdmin and it all worked fine (I imported manufacturers, categories), but i cannot import products.
The error goes with WEIGHT_CLASS. I tried virtually ANY possible option, but it always says: ... is not valid option.
  • I have 3 weight class in my DB, ShopAdmin does not show any option in dropdown in the column Weight_class
  • I have checked the DB for extra spaces in Weight_class_description.
  • Even when i export some product and want to import it again, it says: ... is not valid option.
What am I supposed to fill? Wat am I doing wrong? Where is the bug?
thank you very much.

Newbie

Posts

Joined
Thu Aug 27, 2009 9:39 pm

Post by susanjoy » Sat Apr 28, 2012 7:17 am

Dear Apsona people :)

I have been using Apsona for about a year, and it is really great! Thank you for creating it. I actually emailed you this question but never heard back, so hopefully you will be checking this... I would like to add the "SEO Keyword" to the spreadsheet as it would really help to be able to add those in bulk as we upload new products. Is this possible?

Thank you,
Susan

Newbie

Posts

Joined
Mon Nov 29, 2010 11:44 am

Post by apsona » Sat Apr 28, 2012 11:40 pm

susanjoy - Is the SEO keyword a field in the product table?

New member

Posts

Joined
Sat Jan 15, 2011 3:23 am

Post by susanjoy » Sun Apr 29, 2012 4:10 am

Yes, in the admin, if editing a product, it is in the "data" tab above where you add your main image, as shown in the screenshot below:

Image

I believe in the database table it is "meta_url" ???

Thank you!
Susan

Newbie

Posts

Joined
Mon Nov 29, 2010 11:44 am

Post by grahamp » Mon May 28, 2012 6:01 am

Is there any indication as to when Apsona will be updated with new features, and to work with OpenCart 1.5.2+? This is the only thing stopping me from upgrading to 1.5.3.1.

New member

Posts

Joined
Sun May 27, 2012 5:08 am

Post by stoneycurtis » Wed May 30, 2012 10:02 pm

I've installed Apsona ShopAdmin and it works great! My problem is that when creating a new Customer report, not all fields are available for inclusion. Why doesn't ShopAdmin see fields that have been added to the database?

User avatar
Newbie

Posts

Joined
Wed Sep 21, 2011 5:02 am

Post by NickATGateways » Sat Jun 23, 2012 1:16 am

After install, I enabled access to tool/apsona_sa.php

When navigating to the Apsona ShopAdmin menu I was immediately presented with this popup:

Server error:
Subquery returns more than 1 row
URL: apsona_svc.php?token=b6081cc86bfd3722be44b272e84b85c6&uri_offset=/get/data/_qry.js
SQL:
select symbol_left, symbol_right, code from currency where code = (select value from setting where `key` = 'config_currency')

Here is the screenshot:
Image


Posts

Joined
Sat Jun 23, 2012 1:08 am

Post by apsona » Sun Jun 24, 2012 3:52 am

NickATGateways - This issue seems to be related to the multi-store support in recent versions of OpenCart. We don't yet support this feature in ShopAdmin. Please take a look here: http://apsona.com/doc/some-common-issue ... tallations

If my understanding is incorrect, however, please let me know.

Thanks.

Apsona

New member

Posts

Joined
Sat Jan 15, 2011 3:23 am
Who is online

Users browsing this forum: No registered users and 37 guests