Jump to content
[MUST READ] Forum Rules ×

Generate Area 404 error


Mayank657

Recommended Posts

  • Replies 91
  • Created
  • Last Reply

Top Posters In This Topic

1 hour ago, Mayank657 said:

0YNrNlwR2a3P0qZ8QsbV

@TinkerMan error 

Do you get that even with display_errors on?

Can you try temporarily changing this line in your main index.php and try to fetch the actual error (note it might reveal something sensitive, so disable it as soon as you get the error):

	define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');

to this:

	define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');

 

Link to comment
Share on other sites

1 hour ago, Anyx said:

Do you get that even with display_errors on?

Can you try temporarily changing this line in your main index.php and try to fetch the actual error (note it might reveal something sensitive, so disable it as soon as you get the error):

	define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');

to this:

	define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');

 

A PHP Error was encountered

Severity: 8192

 

Message: Creation of dynamic property CI_URI::$config is deprecated

 

Filename: core/URI.php

 

Line Number: 101

 

Backtrace:

 

File: /home/vol4_3/lighthosting.eu.org/www/dash.lighthosting.eu.org/htdocs/index.php

Line: 315

Function: require_once

Link to comment
Share on other sites

2 minutes ago, Mayank657 said:

A PHP Error was encountered

Severity: 8192

 

Message: Creation of dynamic property CI_URI::$config is deprecated

 

Filename: core/URI.php

 

Line Number: 101

 

Backtrace:

 

File: /home/vol4_3/lighthosting.eu.org/www/dash.lighthosting.eu.org/htdocs/index.php

Line: 315

Function: require_once

Bro I can't understand there are very much errors you can see https://dash.lighthosting.eu.org/

Link to comment
Share on other sites

9 hours ago, Mayank657 said:

Bro I can't understand there are very much errors you can see https://dash.lighthosting.eu.org/

Thank you.

What I get from those errors is that your server was updated to PHP 8.2 recently. Unfortunately, GenerateArea was written in CodeIgniter 3, which seems to be incompatible with PHP 8.2 at the moment; there is an open Pull Request, but I'm not sure what the project's status is since the last commit on the repo was in April: https://github.com/bcit-ci/CodeIgniter/pull/6173

As it happens, GenerateArea itself is not actively maintained either, as development has focused on creating a new solution.

Link to comment
Share on other sites

7 hours ago, Anyx said:

Thank you.

What I get from those errors is that your server was updated to PHP 8.2 recently. Unfortunately, GenerateArea was written in CodeIgniter 3, which seems to be incompatible with PHP 8.2 at the moment; there is an open Pull Request, but I'm not sure what the project's status is since the last commit on the repo was in April: https://github.com/bcit-ci/CodeIgniter/pull/6173

As it happens, GenerateArea itself is not actively maintained either, as development has focused on creating a new solution.

What can I do now?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...