Show Posts


Messages - shop123

Pages: [1]
1
Support / Re: Admin login
« on: December 04, 2013, 09:36:42 AM »
Looks like I managed to fix it. Thank you guys.  :-*

2
Support / Re: Admin login
« on: December 04, 2013, 08:06:02 AM »
theres nothing before and after php tags :s :(

<?php

// Admin Section Configuration. You can change this value to any name. Will use ?s=name to access the admin
define('ADMIN_PATH', 'admin123');

// Database Configuration
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'digitals_usr');
define('DB_PASSWORD', 'pass');
define('DB_DATABASE', 'digitals_dta');
define('DB_PREFIX', 'ab_');
define('SALT', 'PnTw');
define('UNIQUE_ID', 'unique id');
?>

if i delete <? it gives me other error. Please help me somehow or else i'll have to start all over again ( adding products again :( )

If this can't be solved...is there any way to add only products and categories after a fresh install of AbanteCart? without customer, orders and others ??

3
Support / Re: Admin login
« on: December 03, 2013, 07:12:10 PM »
anyone?

 Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/digitals/public_html/core/lib/config.php on line 169
2013-12-03 15:43:58 - warning:  AbanteCart core v.1.1.7 session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/digitals/public_html/system/config.php:1) in <b>/home/digitals/public_html/core/lib/session.php</b> on line <b>77</b>
2013-12-03 15:43:58 - warning:  AbanteCart core v.1.1.7 session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/digitals/public_html/system/config.php:1) in <b>/home/digitals/public_html/core/lib/session.php</b> on line <b>77</b>
2013-12-03 15:43:58 - warning:  AbanteCart core v.1.1.7 Cannot modify header information - headers already sent by (output started at /home/digitals/public_html/system/config.php:1) in <b>/home/digitals/public_html/core/engine/language.php</b> on line <b>288</b>
2013-12-03 15:43:58 - warning:  AbanteCart core v.1.1.7 Cannot modify header information - headers already sent by (output started at /home/digitals/public_html/system/config.php:1) in <b>/home/digitals/public_html/core/lib/currency.php</b> on line <b>107</b>
2013-12-03 15:43:58 - warning:  AbanteCart core v.1.1.7 Cannot modify header information - headers already sent by (output started at /home/digitals/public_html/system/config.php:1) in <b>/home/digitals/public_html/core/engine/controller.php</b> on line <b>202</b>

4
Support / Re: Admin login
« on: December 02, 2013, 07:16:25 PM »
done the first step..

in php.ini this is what i get

magic_quotes_gpc = Off;
register_globals = Off;
default_charset   = UTF-8;
memory_limit = 64M;
max_execution_time = 18000;
max_upload_filesize = 100M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;

5
Support / Admin login
« on: December 02, 2013, 12:32:09 PM »
Hello.

I finally managed to move on other fresh and better hosting provider. Uploaded everything on the new host ( files and database), made changes in config.php and now I'm trying to login as admin on the website...
I'm gettin these errors while trying to login


2013-12-02 8:56:23 - App Warning:  AbanteCart core v.1.1.7 Warning: Accessing store with unconfigured or unknown domain ( new-domain.com/ ).
 Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/digitals/public_html/core/lib/config.php on line 169
2013-12-02 8:56:23 - warning:  AbanteCart core v.1.1.7 session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/digitals/public_html/system/config.php:1) in <b>/home/digitals/public_html/core/lib/session.php</b> on line <b>77</b>
2013-12-02 8:56:23 - warning:  AbanteCart core v.1.1.7 session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/digitals/public_html/system/config.php:1) in <b>/home/digitals/public_html/core/lib/session.php</b> on line <b>77</b>
2013-12-02 8:56:23 - warning:  AbanteCart core v.1.1.7 Cannot modify header information - headers already sent by (output started at /home/digitals/public_html/system/config.php:1) in <b>/home/digitals/public_html/core/engine/language.php</b> on line <b>288</b>
2013-12-02 8:56:23 - warning:  AbanteCart core v.1.1.7 Cannot modify header information - headers already sent by (output started at /home/digitals/public_html/system/config.php:1) in <b>/home/digitals/public_html/core/lib/currency.php</b> on line <b>107</b>
2013-12-02 8:56:23 - warning:  AbanteCart core v.1.1.7 Cannot modify header information - headers already sent by (output started at /home/digitals/public_html/system/config.php:1) in <b>/home/digitals/public_html/core/engine/controller.php</b> on line <b>202</b>



and white page after adding email address and password for admin login....anyone?

6
General Support / Re: I canno't access anything.
« on: October 14, 2013, 11:41:34 AM »
2013-10-14 9:39:30 - database error:  AbanteCart core v.1.1.7 Error: Could not make a database connection using ushopcom_aban678@localhost in <b>/home/ushopcom/public_html/core/database/mysql.php</b> on line <b>48</b>
2013-10-14 9:40:04 - warning:  AbanteCart core v.1.1.7 mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections in <b>/home/ushopcom/public_html/core/database/mysql.php</b> on line <b>46</b>
2013-10-14 9:40:04 - database error:  AbanteCart core v.1.1.7 Error: Could not make a database connection using ushopcom_aban678@localhost in <b>/home/ushopcom/public_html/core/database/mysql.php</b> on line <b>48</b>
2013-10-14 9:40:08 - warning:  AbanteCart core v.1.1.7 mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections in <b>/home/ushopcom/public_html/core/database/mysql.php</b> on line <b>46</b>
2013-10-14 9:40:08 - database error:  AbanteCart core v.1.1.7 Error: Could not make a database connection using ushopcom_aban678@localhost in <b>/home/ushopcom/public_html/core/database/mysql.php</b> on line <b>48</b>
2013-10-14 9:40:08 - warning:  AbanteCart core v.1.1.7 mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections in <b>/home/ushopcom/public_html/core/database/mysql.php</b> on line <b>46</b>
2013-10-14 9:40:08 - database error:  AbanteCart core v.1.1.7 Error: Could not make a database connection using ushopcom_aban678@localhost in <b>/home/ushopcom/public_html/core/database/mysql.php</b> on line <b>48</b>
2013-10-14 9:40:35 - warning:  AbanteCart core v.1.1.7 fread() [<a href='function.fread'>function.fread</a>]: Length parameter must be greater than 0 in <b>/home/ushopcom/public_html/core/lib/cache.php</b> on line <b>68</b>
2013-10-14 9:40:35 - warning:  AbanteCart core v.1.1.7 fread() [<a href='function.fread'>function.fread</a>]: Length parameter must be greater than 0 in <b>/home/ushopcom/public_html/core/lib/cache.php</b> on line <b>68</b>

7
General Support / I canno't access anything.
« on: October 14, 2013, 05:56:55 AM »
I'm gettin this error:

There has been an error processing your request
Please check error log for more info. You can check error log in the control panel if it is functional. Otherwise, refer to error log located in your web server

I canno't access error logs so I canno't post the errors. And it looks like I'm not the first person gettin' this error and no fix.

Pages: [1]

Powered by SMFPacks Social Login Mod