(06-25-2014 04:07 AM)Jamzman AKA Shurikn Wrote: [ -> ]Check if you had these requirements.
System Requirements
[*]A web site hosted with a working domain name
[*]PHP5.2.1 or greater
— register_globals OFF
— safe_mode OFF
— max_execution_time = 0
— cgi.fix_pathinfo = 1 (for CGI/FastCGI)
— mysql extension
— cURL extension
— GD extension
— Open SSL extension
— JSON extension
[*]MySQL 5.1 or greater (InnoDb type used)
[*]FTP access for installing and
[*]configuring arpReach
[*]Ability to create and run "command line" cron/scheduled tasks
(http / wget not suitable)
[*]Local MTA (Sendmail, Exim etc), or local or remote SMTP provider
I'am hostgator. Did the necessary changes in php.ini, but it still doesn't work. Any more suggestions?
thanks... i install this but when you go to
http://www.yourdomain.com/a.php/cli/auto
it will says :
14-Jul-2014 21:44:08 WIB k38z8n --- Start
14-Jul-2014 21:44:08 WIB k38z8n --- Debug is off
14-Jul-2014 21:44:08 WIB k38z8n --- License not found
14-Jul-2014 21:44:08 WIB k38z8n --- End
it is nulled ?
thankss before
Thanks newave and Jamzman AKA Shurik'n for nulling this baby!
I downloaded this awhile ago, but just now installed it, and I got the same error.
Gary
what would be the line cronjobs.?
(07-15-2014 12:44 AM)Kuangz Wrote: [ -> ]thanks... i install this but when you go to http://www.yourdomain.com/a.php/cli/auto
it will says :
14-Jul-2014 21:44:08 WIB k38z8n --- Start
14-Jul-2014 21:44:08 WIB k38z8n --- Debug is off
14-Jul-2014 21:44:08 WIB k38z8n --- License not found
14-Jul-2014 21:44:08 WIB k38z8n --- End
it is nulled ?
thankss before
I was having the same error and the cron job wouldn't work. Had to decode a few files to find out that when you enter the license details in the settings they don't get saved in the database for some reason. So I had to manually enter a record in the database.
Here's how you can do that;
cPanel -> phpMyAdmin -> your arpReach database -> arpr_softwarelicense -> insert ( lies on top menu besides search and export )
Fill in these details:
Code:
id = 1
stamp_create = 0
stamp_update = 0
stamp_activation = 0
license_number = 1234
license_password = 1234
activation_code = 1234
stamp_contact_update = 0
linkback = 0
click go and that is it.
Please Help Me. I follow through the installation manual. But i Get this error installation. Can any one help me pls
A PHP Error was encountered
Severity: Warning
Message: session_start(): Cannot send session cache limiter -
headers already sent (output started at
/home/megamobi/public_html/application/libraries/admin_controller.php:15)
Filename: core/MY_Controller.php(1) : eval()'d code(3) : eval()'d code
Line Number: 16
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by
(output started at
/home/megamobi/public_html/application/libraries/admin_controller.php:15)
Filename: libraries/Session.php
Line Number: 671
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by
(output started at
/home/megamobi/public_html/application/libraries/admin_controller.php:15)
Filename: helpers/url_helper.php
Line Number: 543
Ok so check Req's.
Upload.
Unzip.
Install + Confirn Req's.
Update database by inserting rows to table: arpr_softwarelicense (as you said)
Is that it?
Thanks.
I will upload and share v1.3 once nulled and installing easily too....
Talk about badly coded! :P
Flipmode
(07-28-2014 04:48 PM)scorcher Wrote: [ -> ]I was having the same error and the cron job wouldn't work. Had to decode a few files to find out that when you enter the license details in the settings they don't get saved in the database for some reason. So I had to manually enter a record in the database.
Here's how you can do that;
cPanel -> phpMyAdmin -> your arpReach database -> arpr_softwarelicense -> insert ( lies on top menu besides search and export )
Fill in these details:
Code:
id = 1
stamp_create = 0
stamp_update = 0
stamp_activation = 0
license_number = 1234
license_password = 1234
activation_code = 1234
stamp_contact_update = 0
linkback = 0
click go and that is it.