View Single Post
  #4  
Old 1st October 2017, 11:27
RIAS's Avatar
RIAS RIAS is offline
Member
 
Join Date: Aug 2011
P2P
Posts: 14
Default
Missing phpmailer folder, install.unlock file and error path in common.php on line 111 !

How install and fix this:
Before install, upload the folder phpmailer and install.unlock file in your public_html after that edit common.php on line 111:

PHP Code:
include_once($THIS_BASEPATH.'/include/phpmailer/class.phpmailer.php'); 
replace with

PHP Code:
include_once($THIS_BASEPATH.'/phpmailer/class.phpmailer.php'); 
Open http://yoursite.com/install.php and follow steps for finish installation.
After complete installation,if you have problem with registration change in phpAdmin user: Admin, email adress with yours and recover password!

Sorry for my bad english.


Missing bloks, this script it's not full
Attached Files
File Type: zip phpmailer.zip (206.2 KB, 201 views)
File Type: zip install.zip (380 Bytes, 204 views)

Last edited by RIAS; 1st October 2017 at 12:44.
Reply With Quote