[Release] PServerCMS a Website for your PServer

06/06/2018 22:31 KoKsPfLaNzE#331
Quote:
Originally Posted by TrashBag View Post
after trying the new update when I used the default layout from Github nav bar style get broken so I had to use the normal layout from the site itself
last update, the layout get an update to bs4, please check the complete changes.
06/09/2018 08:00 TrashBag#332
Quote:
Originally Posted by KoKsPfLaNzE View Post
last update, the layout get an update to bs4, please check the complete changes.
i did I had to reclone u cant update an old verg and still use the old layout
06/09/2018 08:57 KoKsPfLaNzE#333
Quote:
Originally Posted by TrashBag View Post
i did I had to reclone u cant update an old verg and still use the old layout
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

both get an update to Support it.

also in release is written about it, [Only registered and activated users can see links. Click Here To Register...]
06/09/2018 18:18 davenerob#334
please could someone help me set this up been trying for a days but still no look
06/09/2018 23:37 KoKsPfLaNzE#335
Quote:
Originally Posted by davenerob View Post
please could someone help me set this up been trying for a days but still no look
if you have a Problem, than you should post your problem or jointhe gitter chat and descripe your problem
07/14/2018 05:23 Worshiper#336
easy to add it 'agree to the terms of use and rules' ? in Register page?

[Only registered and activated users can see links. Click Here To Register...]
07/14/2018 09:02 KoKsPfLaNzE#337
yes, set it in register form and add a dynamic page
07/22/2018 20:15 TrashBag#338
how does the secret question thing work?
07/22/2018 22:19 KoKsPfLaNzE#339
Quote:
Originally Posted by TrashBag View Post
how does the secret question thing work?
[Only registered and activated users can see links. Click Here To Register...]

and add questions in the adminpanel
07/23/2018 21:55 TrashBag#340
EasyPizi

Any idea what is wrong I'm not using 465 port why does it say so?
Could not open socket: stream_socket_client(): unable to connect to ssl://mail.com:465 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. )
07/23/2018 22:13 KoKsPfLaNzE#341
Quote:
Originally Posted by TrashBag View Post
EasyPizi

Any idea what is wrong I'm not using 465 port why does it say so?
Could not open socket: stream_socket_client(): unable to connect to ssl://mail.com:465 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. )
your mail config is wrong. you use mail.com es mail-server, but it looks not correct
07/24/2018 11:11 TrashBag#342
<?php
return [
'pserver' => [
'mail' => [
'from' => '[Only registered and activated users can see links. Click Here To Register...]',
'from_name' => 'Project',
'basic' => [
'name' => 'localhost',
'host' => 'in-v3.mailjet.com',
'port' => 587,
'connection_class' => 'login',
'connection_config' => [
'username' => '1acc4c3993a18216454833e4e3fd33',
'password' => 'fea4ef09d995454767776ffe88f799f',
'ssl'=> 'tls',
],
],
],
],
];
07/24/2018 11:19 KoKsPfLaNzE#343
Quote:
Originally Posted by TrashBag View Post
<?php
return [
'pserver' => [
'mail' => [
'from' => '[Only registered and activated users can see links. Click Here To Register...]',
'from_name' => 'Project',
'basic' => [
'name' => 'localhost',
'host' => 'in-v3.mailjet.com',
'port' => 587,
'connection_class' => 'login',
'connection_config' => [
'username' => '1acc4c3993a18216454833e4e3fd33',
'password' => 'fea4ef09d995454767776ffe88f799f',
'ssl'=> 'tls',
],
],
],
],
];
and what is your problem?
07/24/2018 13:29 TrashBag#344
Quote:
Originally Posted by KoKsPfLaNzE View Post
and what is your problem?
is there any wrong in here to get the error msg you saw ?>
07/24/2018 13:42 KoKsPfLaNzE#345
Quote:
Originally Posted by TrashBag View Post
is there any wrong in here to get the error msg you saw ?>
its not used, you overwrite it with a other config