A reference to the internal URL is not working. Why?
index.php/produkty/materialy#01
Aleks2015
POSTED: 2015-08-24
Hello!
Checking the validity of the html and css code site. Errors. Send me a mail service cost on correcting errors. Thank you.
http://astcom.company/
AS Templates
POSTED: 2015-08-24
Hello ALEKS2015,
For our services please use the following page:
http://www.astemplates.com/services
Regards, AS Team.
Aleks2015
POSTED: 2016-01-14
Hi.
It does not work feedback.
Failed to connect to SMTP.
hoster says that he is doing well.
http://astcom.company/index.php/contacts
please help.
AS Templates
POSTED: 2016-01-14
Hello ALEKS2015,
Sorry, our support team can't help you in this case because the issue is not related to the template, all settings you have to receive from your hosting company.
Regards, AS Team.
Aleks2015
POSTED: 2016-01-15
Here is the answer provider: The problem is in your script feedback form.
AS Templates
POSTED: 2016-01-15
Hello ALEKS2015,
You can try to install Joomla on another server, do not use server of the same provider, we can recommend you GoDaddy:
https://ca.godaddy.com/?isc=cjc1off30&cvosrc=affiliate.cj.7768956
Regards, AS Team.
Aleks2015
POSTED: 2016-01-18
Hello.
Here is the answer provider:
1. Our area of responsibility - performance SMTP-server and it works. That is how your script works and why it does not work - we do not know, and this is not our area of responsibility.
2. Example script with authorization to your SMTP-server port on the 25th:
http://astcom.company/smtpauth.php
Everything works fine. Look for a problem in your code.
AS Templates
POSTED: 2016-01-18
Hello ALEKS2015,
The script comes from Joomla, try to install default Joomla package from joomla.org website and check it.
// Close connection to SMTP server
fputs($handle, "QUIT\r\n");
?>
Aleks2015
POSTED: 2016-01-18
... "Try to install Joomla default of joomla.org."
I'm an amateur. How to do it. I fear that this will break the structure of the site.
AS Templates
POSTED: 2016-01-18
Hello ALEKS2015,
You have to install it in some demo folder, the default joomla package should be installed in the same way like our quick-start package:
http://www.astemplates.com/joomla-template-documentation/96-002031
Also, as we suggested, you can try another hosting provider.
Regards, AS Team.
Aleks2015
POSTED: 2016-01-20
Why not allow you to download a template?
Aleks2015
POSTED: 2016-01-20
That is, I have to install joomla in the folder htdocs?
AS Templates
POSTED: 2016-01-20
Hello ALEKS2015,
Your license to download the item and receiving our free support is expired. The license grants you access to download the item/design for a period of 365 days (90 days for selected clubs) after the date of purchase. During this period, the item/design will be upgraded regularly and your license grants you permission to download these upgrades. After your license expires, you may continue to use the templates your entitlements allow for, so the templates are not time-limited. For more info please see our terms of use:
http://www.astemplates.com/terms
Regards, AS Team.
Aleks2015
POSTED: 2016-01-26
Hi. Help. Which script is responsible for sending messages through a form? Problem still exists. The feedback form is not working.
AS Templates
POSTED: 2016-01-26
Hello ALEKS2015,
Our suggestion is to ask Joomla community: http://forum.joomla.org/, your question is related to Joomla API.
Regards, AS Team.
Aleks2015
POSTED: 2016-02-01
About a miracle! The feedback form works!
Someone explain to me. How so?
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
https://drive.google.com/file/d/0B-li7iGQefNMNW5TWk1ySWdVcWM/view?usp=sharing
We must to have an access to your Joomla admin panel in case to help you, on the pictures we only see that you have a wrong url.
Regards, AS Team.
It is necessary to specify the full URL. External.
http://astcom.company/index.php/produkty/materialy#01
A reference to the internal URL is not working. Why?
index.php/produkty/materialy#01
Checking the validity of the html and css code site. Errors. Send me a mail service cost on correcting errors. Thank you.
http://astcom.company/
For our services please use the following page:
http://www.astemplates.com/services
Regards, AS Team.
It does not work feedback.
Failed to connect to SMTP.
hoster says that he is doing well.
http://astcom.company/index.php/contacts
please help.
Sorry, our support team can't help you in this case because the issue is not related to the template, all settings you have to receive from your hosting company.
Regards, AS Team.
You can try to install Joomla on another server, do not use server of the same provider, we can recommend you GoDaddy:
https://ca.godaddy.com/?isc=cjc1off30&cvosrc=affiliate.cj.7768956
Regards, AS Team.
Here is the answer provider:
1. Our area of responsibility - performance SMTP-server and it works. That is how your script works and why it does not work - we do not know, and this is not our area of responsibility.
2. Example script with authorization to your SMTP-server port on the 25th:
http://astcom.company/smtpauth.php
Everything works fine. Look for a problem in your code.
The script comes from Joomla, try to install default Joomla package from joomla.org website and check it.
Regards, AS Team.
$smtp_server = "mail.astcom.company";
$port = 25;
$mydomain = "astcom.company";
$username = "test@astcom.company";
$password = "Jew~h559";
$sender = "test@astcom.company";
$recipient = "ildar@101domain.ru";
$subject = "Test is OK";
$content = "Test is OK";
// Initiate connection with the SMTP server
$handle = fsockopen($smtp_server, $port);
fputs($handle, "EHLO $mydomain\r\n");
// SMTP authorization
fputs($handle, "AUTH LOGIN\r\n");
fputs($handle, base64_encode($username)."\r\n");
fputs($handle, base64_encode($password)."\r\n");
// Send out the e-mail
fputs($handle, "MAIL FROM:<$sender>\r\n");
fputs($handle, "RCPT TO:<$recipient>\r\n");
fputs($handle, "DATA\r\n");
fputs($handle, "To: $recipient\r\n");
fputs($handle, "Subject: $subject\r\n");
fputs($handle, "$content\r\n");
fputs($handle, ".\r\n");
// Close connection to SMTP server
fputs($handle, "QUIT\r\n");
?>
I'm an amateur. How to do it. I fear that this will break the structure of the site.
You have to install it in some demo folder, the default joomla package should be installed in the same way like our quick-start package:
http://www.astemplates.com/joomla-template-documentation/96-002031
Also, as we suggested, you can try another hosting provider.
Regards, AS Team.
Your license to download the item and receiving our free support is expired. The license grants you access to download the item/design for a period of 365 days (90 days for selected clubs) after the date of purchase. During this period, the item/design will be upgraded regularly and your license grants you permission to download these upgrades. After your license expires, you may continue to use the templates your entitlements allow for, so the templates are not time-limited. For more info please see our terms of use:
http://www.astemplates.com/terms
Regards, AS Team.
Our suggestion is to ask Joomla community: http://forum.joomla.org/, your question is related to Joomla API.
Regards, AS Team.
Someone explain to me. How so?