Not activated Theme Joomla 6.1.2

gal.attila.atcs
18 Posts
gal.attila.atcs posted this 20 hours ago
Ask a Question

Hi!
I created a template made by NicePage for a freshly installed Joomla 6.1.2 version. After installation, it said that the template was not active, when I tried to make it the default, after that the site was no longer available, neither the admin page nor the public site. Timed Out and the page does not load. What could be the problem?

Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 16 hours ago

Dear Attila,

Thank you for reaching out to us.

The issue you are describing (the site timing out and both the admin panel and public site becoming inaccessible after activating the template) is most commonly related to a PHP configuration or memory limit issue on the server, rather than the Nicepage template itself. This is a known behavior in Joomla, which usually occurs when the server settings do not meet the requirements to render the template.

Here are the recommended steps to identify and resolve the problem:

1. Enable error reporting to see the actual cause
Since the site is timing out without a message, you first need to identify the underlying error. Access your site files via FTP or your hosting File Manager, open the configuration.php file in the Joomla root, and set the error reporting line to development mode:

public $error_reporting = 'development';

Save the file and reload the site. This should reveal the specific error message instead of a blank/timeout page.

2. Increase PHP memory and execution limits
A very common cause is an insufficient PHP memory limit or execution time. In your php.ini file (or via your hosting control panel), please increase the following values:

memory_limit = 256M
max_execution_time = 120

After making these changes, restart the server if possible, then reload the site.

Once you are able to see the specific error message (from Step 1), please share it with us, and we will be glad to assist you further in resolving it.
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

gal.attila.atcs
18 Posts
gal.attila.atcs posted this 12 hours ago

Thanks your quick response. I wrote my web service provider and he told me it is a security setup and he will help me yhe next install.
So it issolved.

Support Team
Support Team posted this 11 hours ago

Dear Attila,

Thank you for the update.

We are happy to hear that the issue has been identified and resolved with the help of your web service provider.

Should you need any further assistance in the future, please do not hesitate to contact us.

We are always here to help.
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

You must log in or register to leave comments