07-16-2016, 07:04 AM
Pages: 1 2
07-16-2016, 07:04 AM
07-16-2016, 09:20 AM
WoW, Fantastic!!!
I'll check it out tomorrow.
I'll check it out tomorrow.
07-16-2016, 09:45 AM
Nice. Thx 4 share.
07-16-2016, 03:16 PM
woowwww A great share...
07-16-2016, 09:24 PM
i got error :
where is .sql file ? because, the installation not create table on DB
Code:
Fatal error: Uncaught ActiveRecord\DatabaseException: PDOException: SQLSTATE[HY000] [1049] Unknown database 'fc2' in D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php:239 Stack trace: #0 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php(239): PDO->__construct('mysql:host=loca...', 'root', 'r4h45ia?', Array) #1 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php(101): ActiveRecord\Connection->__construct(Object(stdClass)) #2 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\ConnectionManager.php(33): ActiveRecord\Connection::instance('mysql://root:r4...') #3 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Table.php(103): ActiveRecord\ConnectionManager::get_connection('default') #4 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Table.php(80): ActiveRecord\Table->reestablish_connecti in D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php on line 241
07-16-2016, 10:15 PM
(07-16-2016 09:24 PM)olipiskandar Wrote: [ -> ]i got error :
where is .sql file ? because, the installation not create table on DBCode:
Fatal error: Uncaught ActiveRecord\DatabaseException: PDOException: SQLSTATE[HY000] [1049] Unknown database 'fc2' in D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php:239 Stack trace: #0 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php(239): PDO->__construct('mysql:host=loca...', 'root', 'r4h45ia?', Array) #1 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php(101): ActiveRecord\Connection->__construct(Object(stdClass)) #2 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\ConnectionManager.php(33): ActiveRecord\Connection::instance('mysql://root:r4...') #3 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Table.php(103): ActiveRecord\ConnectionManager::get_connection('default') #4 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Table.php(80): ActiveRecord\Table->reestablish_connecti in D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php on line 241
Don't know what's that error but I suggest you to make sure you have created the DB called fc2.
Also, if you need help, please support the developer and ask him.
07-17-2016, 12:46 AM
(07-16-2016 09:24 PM)olipiskandar Wrote: [ -> ]i got error :
where is .sql file ? because, the installation not create table on DBCode:
Fatal error: Uncaught ActiveRecord\DatabaseException: PDOException: SQLSTATE[HY000] [1049] Unknown database 'fc2' in D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php:239 Stack trace: #0 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php(239): PDO->__construct('mysql:host=loca...', 'root', 'r4h45ia?', Array) #1 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php(101): ActiveRecord\Connection->__construct(Object(stdClass)) #2 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\ConnectionManager.php(33): ActiveRecord\Connection::instance('mysql://root:r4...') #3 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Table.php(103): ActiveRecord\ConnectionManager::get_connection('default') #4 D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Table.php(80): ActiveRecord\Table->reestablish_connecti in D:\laragon\www\freelance\sparks\php-activerecord\0.0.3\vendor\php-activerecord\lib\Connection.php on line 241
This would seem to be the case, I get the same error. Needs to be installed with a valid code to create a database file for everyone else to use. I think it's pulled from the server on install after you enter your code.
07-17-2016, 04:25 AM
(07-17-2016 12:46 AM)cr0nus Wrote: [ -> ]This would seem to be the case, I get the same error. Needs to be installed with a valid code to create a database file for everyone else to use. I think it's pulled from the server on install after you enter your code.
You are totally right. I didn't pay much attention to the code and now I found out it does what you said.
Here's a new nulled version which around line #552 required an external json file, which I put into the same folder and required with a local call at line #553.
It now should work fine. Let me know if that's ok for you guys!
New Nulled Package
Code:
https://mega.nz/#!xZp3nSAb!NoXSoOz9vP9sKuvfvKfvrrar8bT3_hCX2_1YSg4pCfo
07-17-2016, 04:47 AM
Fantastic! Just tried your new version and it seems to install and work wonderfully. I had to adjust my .htaccess file but that's no biggy.
Thank you very much.
Thank you very much.
07-24-2016, 02:32 PM
Thanks you very much!
Pages: 1 2