Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

maincore.php on line 72

Asked Modified Viewed 3,382 times
E
elbasy
E
elbasy 10
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 20 threads in the forums
  • Started this discussions
asked
Member

Hosting creates a folder .cagefs/tmp . This folder .cagefs/tmp grows more than the site itself. Appealed to the hosting support service, they say this folder creates the engine PHPFusion . If you delete this folder, the site goes to nirvana. If you delete the contents of this folder, it takes a long time. I deleted this folder, hosting support services restored it, but this window appears.

How can I limit this folder?

Closed maincore.php on line 72 // session_start ();
Edited by elbasy on 13-04-2017 16:04,
elbasy attached the following file:
5.png [No information available / 121 Downloads]
0 replies

3 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Did you delete the servers temp folder?, it must exist for sessions, temp upload files etc.
All sessions should auto destroy after 48h, but naturally it will grow with large amount of visitors.
Try logout and login again to recreate the session.
0 replies
E
elbasy
E
elbasy 10
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 20 threads in the forums
  • Started this discussions
answered
Member

In which directory, you can reduce this limit?
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

You can't. It's an embedded security measure. For each form loaded, the field settings are secretly created on your server side. It contains all the rules for each field. Any non empty $_POST variable goes to compare and validate accordingly, and if just 1 is missing or tampered, the whole site will stop. That, is one of the primary feature of 9 - automatic sanitization. We're covering all possible input types - email, tel, name, address, url, date, etc. It all depends on $_SESSION must start.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
E
E
elbasy 10
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 20 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet