Errors of the version 1.28.3
Posted:
08 Feb 2019, 19:15
by support
Errors of the version 1.28.3
Re: Errors of the version 1.28.3
Posted:
12 Feb 2019, 07:35
by kklab
Used another new sub-domain to make a try. Got this message:
"Error 503
The message is not sent ErrorInfo: Invalid address (From): root@localhost" when send the contact message out.
-------------------------------------
But works fine when using 1.28.0. Not know why?
Anyone can make a help?
---------------------------------------------------
Under debug mode:
Got such message:
374 throw new CHttpException(503, tt('message_not_send', 'notifier') . ' ErrorInfo: ' . $mailer->getError());
257 $this->_processEvent($rules, $model, param('adminEmail'));
55 $notifier->raiseEvent('onNewContactform', $model);
182 $widget->run();
63 return parent::widget($className, $properties, $captureOutput);
63 return parent::widget($className, $properties, $captureOutput);
9 $this->widget('ContactformWidget', array('page' => 'contactForm'));
213 return parent::render($view, $data, $return);
44 $this->render('contactform');
27 Yii::createWebApplication($config)->run();
Re: Errors of the version 1.28.3
Posted:
12 Feb 2019, 16:03
by Foton
Please enable Debug-mode as described by this
link and send us error screenshot
Re: Errors of the version 1.28.3
Posted:
13 Feb 2019, 06:40
by octrends
I followed the installation steps and tried to access the URL to finish the installation but getting the following error
Not Found
The requested URL /proplyte/install was not found on this server.
When i try to access the direct URL as specifed in .htaccess, then also it throws some invalid error url
/proplyte/index.php?r=install/main/index
then it shows the following:
The requested URL /proplyte/en/install/main/config was not found on this server.
I did try adding RewriteBase / in the .htaccess file but that doesn't work as well.
What could be wrong? Any advise?
Thanks
oc
Re: Errors of the version 1.28.3
Posted:
14 Feb 2019, 16:30
by Foton
Please try to ask you hosters about this prolem.
Re: Errors of the version 1.28.3
Posted:
14 Feb 2019, 19:43
by octrends
Foton wrote:Please try to ask you hosters about this prolem.
sorry don't understand, its a AWS ubnutu server and do have root access.
Re: Errors of the version 1.28.3
Posted:
14 Feb 2019, 20:30
by Xpycm
Hello,
which web server you use nginx or apache ?
if nginx:
open .htacess file and
https://www.google.com/search?q=htacces ... +converter
Re: Errors of the version 1.28.3
Posted:
15 Feb 2019, 21:24
by Xpycm
Re: Errors of the version 1.28.3
Posted:
15 Feb 2019, 23:53
by octrends
yes i have a phpinfo() in a page to see the server level details and mod_rewrite is loaded
Loaded Modules core mod_so mod_watchdog http_core mod_log_config mod_logio mod_version mod_unixd mod_access_compat mod_alias mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_host mod_authz_user mod_autoindex mod_deflate mod_dir mod_env mod_filter mod_mime prefork mod_negotiation mod_php7
mod_rewrite mod_setenvif mod_status
Also i ran the following command to make sure its enabled
sudo a2enmod rewrite
I get the following:
Module rewrite already enabled