mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #40] PHP Warnings #27
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TigersWay on GitHub (Apr 20, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/40
I get:
Warning: is_file(): open_basedir restriction in effect...." at line 669,Warning: is_dir(): open_basedir restriction in effect...." at line 671.But nothing I can change on my shared hoster side.
A basic error_reporting(0) seems to be working, but probably not helping an embedded version.
Any better idea?
@TigersWay commented on GitHub (Jul 9, 2018):
Nothing? Not even a comment? That's still a real bug.
@Igreky commented on GitHub (Aug 1, 2018):
I also have this problem
@TigersWay commented on GitHub (Aug 6, 2018):
@Igreky Anything specific/particular on your hosting or environment?
Mine is a french hoster kinda "old" :-(
@TigersWay commented on GitHub (Oct 19, 2018):
Just tried the master branch and love everything :-)
But still had to add the basic
error_reporting(0)at the top of the file to make it usable.@prasathmani commented on GitHub (Oct 19, 2018):
@TigersWay which version of PHP your using. bcz i'm not getting any error and my error reporting is on.
@TigersWay commented on GitHub (Oct 19, 2018):
it's working nearly everywhere, so I don't really think the fault is yours.
it gives me the 2 warnings on a french webhoster called "Free.fr" running php 5.6.34
(They are known to "play" with php functions)
@prasathmani commented on GitHub (Oct 19, 2018):
Okay. Thanks for update.