Show Posts


Messages - onyxnz

Pages: 1 [2]
16
Support / Re: Content pages
« on: March 16, 2017, 04:05:33 AM »
Yes, URL not filling after Link button chooses content page.
Watching the Network inspector in FF shows no XHR requests when changing the Link drop down, for either Content or Categories.
Version 1.2.9

17
Support / Re: Content pages
« on: March 16, 2017, 03:38:44 AM »
All content is set to ON.
The url doesn't automatically fill.
No error messages in AC error logs, other than that at Javascript console which is on every admin page;
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help <external link to whatwg> jquery.min.js:4:25645
Using FF52 on linuxmint 18.1

18
Support / Re: Content pages
« on: March 15, 2017, 05:57:27 PM »
I am having same trouble, but also read in the documentation here:
 docs.abantecart.com/pages/design/menu.html
that Link to Page at bottom of menu entry is supposed to work. It does not stick after saving.

Also my the Content pages should have an ID field on them (read-only of course) so that we can see what ID number they are instead of interpreting the URI
eg /index.php?rt=design/content/update&content_id=0_1&s=admin&token=blahblah

Unfortunately, the ID of 0_1 doesn't work for me either, nor 0 nor 1....

19
Installation and Configuration / Re: DB_DRIVER [solved]
« on: March 14, 2017, 08:05:51 AM »
AHA!

So the '=' are required, which is totally different from the documentation inside cli_install.php which says:

 * Command line tool for installing AbanteCart
 *
 * Usage:
 * cd install
 *
 *    php cli_install.php install
 *                               --db_hostname localhost
 *                                --db_username root
 *                                --db_password pass
 *                                --db_database abantecart
 *                                --db_driver mysqli
 *                                --db_port 3306
 *                                --username admin
 *                                --password admin
 

So now I have managed to install, thanks.

20
Installation and Configuration / Re: DB_DRIVER
« on: March 13, 2017, 03:05:12 PM »
Tried that with same results -
FAILED! Pre-installation check failed: Invalid E-Mail!
   Error: Could not load database file 1!

21
Installation and Configuration / Re: DB_DRIVER
« on: March 13, 2017, 05:52:11 AM »
is there a sample config.php file somewhere ?
I want to try with that written manually

22
Installation and Configuration / Re: DB_DRIVER
« on: March 13, 2017, 05:42:38 AM »
Yes I did, and noticed that the comment documentation in the header of that file is very wrong, too.

php cli_install.php install --db_host localhost --db_user onyx --db_password mariadb --db_name abantecart --db_prefix hk1_ --admin_path onyx_hkadmin --db_driver mysqli --db_port 3306 --username onyx --password mypassword --email myemail @ gmail.com

had to remove --http_server directive for this post due to defeat inability to post external links! and added spaces to email address
results in:
FAILED! Pre-installation check failed: Invalid E-Mail!
   Error: Could not load database file 1!


23
Installation and Configuration / DB_DRIVER
« on: March 12, 2017, 03:41:24 PM »
I am having trouble installing latest version on localhost, where I do all my dev work;
LinuxMint18.1 with Nginx and PHP7-FPM with MariaDB.
I get to /install/index.php?rt=install&runlevel=1 after submitting the config form, and it starts the progress scroller, then this:

Following error has occurred during installation:
OK:
Name   Info
10000::database error
Error: Could not load database file DB_DRIVER! in /home/onyx/htdocs/AbanteCart/public_html/core/lib/db.php on line 46


Config.php is writeable.
I have tried by Mysqli and PDO options for database, but it is still just using the POST field name DB_DRIVER to search for the database driver...wot the?

Pages: 1 [2]

Database Error

Please try again. If you come back to this error screen, report the error to an administrator.