Show Posts


Messages - abolabo

Pages: 1 ... 119 120 [121] 122 123 ... 146
1801
Upgrade / Re: Help with upgrade from 1.1.4 to 1.1.5
« on: June 14, 2013, 06:14:32 AM »
yes. your c:\xampp\htdocs\abantecart_mantismoon\public_html is document root directory of web-server.
When you enable ftp for upgrading abantecart will try to find it. It's also looking for directories with those names like htdocs, www, public_html

1802
General Support / Re: maintenance mode or coming soon page
« on: June 14, 2013, 04:57:02 AM »
button "view file @ ....". mouse right click -> save as
there a few files..
but you can wait a bit time and upgrade to 1.1.6.
We will release soon

1803
Support / Re: about upgrade to AbanteCart 1.1.5
« on: June 13, 2013, 10:24:44 AM »
abantecart upgrade package DO NOT change any custom data. Only core's and default template files
We are always recommend to users do full backup of your site (files + mysql dump) before upgrade.
If you want to upgrade to latest version I would recommend to wait a bit  and do upgrade to version 1.1.6 too that will be released soon.

1804
General Support / Re: Banner Manager problem
« on: June 13, 2013, 05:34:00 AM »
1. create banners
2. create banner block. You can do this directly from design-layouts. Choose layout where do you plan paste block and click "create new block". Then choose tab banner block.
3. fill fields and choose banners for block.
set status "on" and save.
4 check

1805
General Support / Re: maintenance mode or coming soon page
« on: June 12, 2013, 06:32:17 PM »
it's a bug. Commit with all changed files  here
https://github.com/abantecart/abantecart-src/commit/0ecf6ef979ea42327f7bf1b7475b977cf40962a2
you can just replace old files by changed.
Note: bug fix is only for v1.1.5 and goes to version 1.1.6 that will be released soon

1806
Extension Support / Re: Cannot connect to upgrade.
« on: June 12, 2013, 10:19:40 AM »
this mean that hosting provider forbids to connect to our server.
You can download upgrade package manually and upload it by tab extension upload in menu extension->install extension

1807
General Support / Re: maintenance mode or coming soon page
« on: June 12, 2013, 04:41:00 AM »
try to search word "maintenance" in admin

1808
Template Support / Re: text alignment in custom block
« on: June 11, 2013, 05:15:12 AM »
open file storefront/view/default/template/blocks/listing_block_column_left.tpl
and replace style margin-top: 12%; for element
by this
margin-top: 12%; margin-left:auto; margin-right:auto; float:none; text-align:center

also do the same with storefront/view/default/template/blocks/listing_block_column_right.tpl

1809
Upgrade / Re: Help with upgrade from 1.1.4 to 1.1.5
« on: June 11, 2013, 04:03:24 AM »
regarding dual boot. You do not have to. You can to create bootable usb-flash drive and tune all what you need there, i mean l.a.m.p..
But agreed to create a testcase for the OS, which differs from the OS of hosting provider it at least strange.
Windows is bad os for realtime tasks, especially vista.

could you try to set your document_root directory(root of webserver) as home directory for ftp user ?
We tune ftp mode for common cases, by another words, for hosting providers. As i see in filezilla log abantecart try to find your document root directory bu ftp-search and not found directory that  needed.

regarding backup error. it's automatic backup before upgrade but if user do full backup manually it's not needed. You can igrore.

1810
Upgrade / Re: Help with upgrade from 1.1.4 to 1.1.5
« on: June 10, 2013, 05:52:47 AM »
...damn windows.. probably error related to xammp on this os. who knows ??? try to google it
p.s What about linux? 
i use it on my localhost and have no any problems.
ubuntu + apache + php + mysql + phpstorm ide

1811
Automatically - no.
I overview this stuff. I think you can convert it very quickly. On storefront side it's only model and language
On admin side i see only compounding  config.xml file that describe settings of extension and language.
You can download our developer tools and then create new with type shipping. It will generate folder with your extension_txt_id and structure...also config.xml and main.php file..
then you will only transfer model, languages, and build the config.xml.


1812
Upgrade / Re: Help with upgrade from 1.1.4 to 1.1.5
« on: June 10, 2013, 04:01:10 AM »
so what should I do to get past this and have the upgrade finish? Thanks.

set permissions for all files  to 700 except .htaccess, php.ini and index.php.
If ftp mode still enabled push cancel button and try again.
I don't see another way to run upgrade script. "manual" mode is terrible:)
what os is on server windows or unix?

1813
General Support / Re: Home Page Slider
« on: June 08, 2013, 03:18:21 PM »
slider is banner block. banner block have banner's. Every banner have image. look into menu design->banner manager

1814
General Support / Re: Can open the admin page.
« on: June 08, 2013, 03:15:04 PM »
Error code: ssl_error_rx_record_too_long

usually this mean that server responsing plain text via ssl-connection.. something wrong with ssl-settings of web-server..
also check permission for files index.php and php.ini in hosting provider's CPanel .. if it have 777 change it to 644 and then check.
If it will not solve ask hosting provider support about this.

1815
General Support / Re: see the sku
« on: June 07, 2013, 10:24:29 AM »
try to write

echo $orders['products']['sku'];

controller $this->data['orders'] become $orders variable inside tpl..

Pages: 1 ... 119 120 [121] 122 123 ... 146

Powered by SMFPacks Social Login Mod