System error log Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Magento System and Exception Log not workingSystem log giving Recoverable Error: Argument 1 passed to Mage_Catalog_Helper_ImageMagento error logGetting error if xml settings are loaded from cachecatalog_product_collection_load_after causing maximum nesting issue for configurable productslog system DEBUG (7)Magento error in system logRapidly increasing system log in magento 2Magento 1.9.2.4 cURL issueMagento 1.9.0. getimagesize(): Read error!

What would you call this weird metallic apparatus that allows you to lift people?

I can't produce songs

One-one communication

Is multiple magic items in one inherently imbalanced?

The test team as an enemy of development? And how can this be avoided?

Resize vertical bars (absolute-value symbols)

Moving a wrapfig vertically to encroach partially on a subsection title

How to change the tick of the color bar legend to black

Why datecode is SO IMPORTANT to chip manufacturers?

GDP with Intermediate Production

Why weren't discrete x86 CPUs ever used in game hardware?

Mounting TV on a weird wall that has some material between the drywall and stud

Universal covering space of the real projective line?

The Nth Gryphon Number

Is there hard evidence that the grant peer review system performs significantly better than random?

Does silver oxide react with hydrogen sulfide?

Relating to the President and obstruction, were Mueller's conclusions preordained?

Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?

How can I prevent/balance waiting and turtling as a response to cooldown mechanics

After Sam didn't return home in the end, were he and Al still friends?

Is openssl rand command cryptographically secure?

Is there public access to the Meteor Crater in Arizona?

Printing attributes of selection in ArcPy?

How much damage would a cupful of neutron star matter do to the Earth?



System error log



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Magento System and Exception Log not workingSystem log giving Recoverable Error: Argument 1 passed to Mage_Catalog_Helper_ImageMagento error logGetting error if xml settings are loaded from cachecatalog_product_collection_load_after causing maximum nesting issue for configurable productslog system DEBUG (7)Magento error in system logRapidly increasing system log in magento 2Magento 1.9.2.4 cURL issueMagento 1.9.0. getimagesize(): Read error!



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















When I see my system.log I see a error name :




2015-12-16T15:15:19+00:00 DEBUG (7): is_readable() expects parameter 1
to be a valid path, string
given/data/web/public/lib/Varien/Io/File.php




Does anyone know where this error comes from and what I can do about it?



When I go to the file file.php. I see the code:



protected function _checkSrcIsFile($src)

$result = false;
if (is_string($src) && is_readable($src) && is_file($src))
$result = true;

return $result;










share|improve this question
























  • The above answer is not clear at all because $src is being passed as an argument in the function so I don't understand where you gonna replace $src with Varien_Io_File::write() so this doesn't seem like a solution to this warning. who got a solution for this problem?

    – Maneza F8
    2 days ago











  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – magefms
    2 days ago











  • If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

    – Teja Bhagavan Kollepara
    2 days ago











  • This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review

    – Manashvi Birla
    2 days ago

















0















When I see my system.log I see a error name :




2015-12-16T15:15:19+00:00 DEBUG (7): is_readable() expects parameter 1
to be a valid path, string
given/data/web/public/lib/Varien/Io/File.php




Does anyone know where this error comes from and what I can do about it?



When I go to the file file.php. I see the code:



protected function _checkSrcIsFile($src)

$result = false;
if (is_string($src) && is_readable($src) && is_file($src))
$result = true;

return $result;










share|improve this question
























  • The above answer is not clear at all because $src is being passed as an argument in the function so I don't understand where you gonna replace $src with Varien_Io_File::write() so this doesn't seem like a solution to this warning. who got a solution for this problem?

    – Maneza F8
    2 days ago











  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – magefms
    2 days ago











  • If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

    – Teja Bhagavan Kollepara
    2 days ago











  • This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review

    – Manashvi Birla
    2 days ago













0












0








0








When I see my system.log I see a error name :




2015-12-16T15:15:19+00:00 DEBUG (7): is_readable() expects parameter 1
to be a valid path, string
given/data/web/public/lib/Varien/Io/File.php




Does anyone know where this error comes from and what I can do about it?



When I go to the file file.php. I see the code:



protected function _checkSrcIsFile($src)

$result = false;
if (is_string($src) && is_readable($src) && is_file($src))
$result = true;

return $result;










share|improve this question
















When I see my system.log I see a error name :




2015-12-16T15:15:19+00:00 DEBUG (7): is_readable() expects parameter 1
to be a valid path, string
given/data/web/public/lib/Varien/Io/File.php




Does anyone know where this error comes from and what I can do about it?



When I go to the file file.php. I see the code:



protected function _checkSrcIsFile($src)

$result = false;
if (is_string($src) && is_readable($src) && is_file($src))
$result = true;

return $result;







magento-1.9 log






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 16 '15 at 16:20









Bill

2,45231239




2,45231239










asked Dec 16 '15 at 16:11









Michel Van De WielMichel Van De Wiel

509




509












  • The above answer is not clear at all because $src is being passed as an argument in the function so I don't understand where you gonna replace $src with Varien_Io_File::write() so this doesn't seem like a solution to this warning. who got a solution for this problem?

    – Maneza F8
    2 days ago











  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – magefms
    2 days ago











  • If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

    – Teja Bhagavan Kollepara
    2 days ago











  • This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review

    – Manashvi Birla
    2 days ago

















  • The above answer is not clear at all because $src is being passed as an argument in the function so I don't understand where you gonna replace $src with Varien_Io_File::write() so this doesn't seem like a solution to this warning. who got a solution for this problem?

    – Maneza F8
    2 days ago











  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – magefms
    2 days ago











  • If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

    – Teja Bhagavan Kollepara
    2 days ago











  • This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review

    – Manashvi Birla
    2 days ago
















The above answer is not clear at all because $src is being passed as an argument in the function so I don't understand where you gonna replace $src with Varien_Io_File::write() so this doesn't seem like a solution to this warning. who got a solution for this problem?

– Maneza F8
2 days ago





The above answer is not clear at all because $src is being passed as an argument in the function so I don't understand where you gonna replace $src with Varien_Io_File::write() so this doesn't seem like a solution to this warning. who got a solution for this problem?

– Maneza F8
2 days ago













This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

– magefms
2 days ago





This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

– magefms
2 days ago













If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

– Teja Bhagavan Kollepara
2 days ago





If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review

– Teja Bhagavan Kollepara
2 days ago













This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review

– Manashvi Birla
2 days ago





This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review

– Manashvi Birla
2 days ago










1 Answer
1






active

oldest

votes


















5














The log entry




is_readable() expects parameter 1 to be a valid path, string given




occurs due to a bug in the Varien library. The method Varien_Io_File::write() can be used to either



  1. write given data to a given destination file or

  2. copy the contents from a given source file to a given destination file.

These use cases are distinguished by checking the second parameter $src of the aforementioned method via call to Varien_Io_File::_checkSrcIsFile().



If $src turns out to be a filename, its contents are copied to the destination (use case 2). Otherwise it is interpreted as plain data (use case 1). The check applies function.is-readable which always emits given warning in use case 1.



What you can do about it:



  • Replace the initial call to Varien_Io_File::write()

  • Fix the erroneous conditional switch

  • Ignore the log entries





share|improve this answer























  • @Michel Van De Wiel I think this should be accepted as answer, don't you think?

    – Eddie C.
    Aug 1 '17 at 11:00











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f94028%2fsystem-error-log%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









5














The log entry




is_readable() expects parameter 1 to be a valid path, string given




occurs due to a bug in the Varien library. The method Varien_Io_File::write() can be used to either



  1. write given data to a given destination file or

  2. copy the contents from a given source file to a given destination file.

These use cases are distinguished by checking the second parameter $src of the aforementioned method via call to Varien_Io_File::_checkSrcIsFile().



If $src turns out to be a filename, its contents are copied to the destination (use case 2). Otherwise it is interpreted as plain data (use case 1). The check applies function.is-readable which always emits given warning in use case 1.



What you can do about it:



  • Replace the initial call to Varien_Io_File::write()

  • Fix the erroneous conditional switch

  • Ignore the log entries





share|improve this answer























  • @Michel Van De Wiel I think this should be accepted as answer, don't you think?

    – Eddie C.
    Aug 1 '17 at 11:00















5














The log entry




is_readable() expects parameter 1 to be a valid path, string given




occurs due to a bug in the Varien library. The method Varien_Io_File::write() can be used to either



  1. write given data to a given destination file or

  2. copy the contents from a given source file to a given destination file.

These use cases are distinguished by checking the second parameter $src of the aforementioned method via call to Varien_Io_File::_checkSrcIsFile().



If $src turns out to be a filename, its contents are copied to the destination (use case 2). Otherwise it is interpreted as plain data (use case 1). The check applies function.is-readable which always emits given warning in use case 1.



What you can do about it:



  • Replace the initial call to Varien_Io_File::write()

  • Fix the erroneous conditional switch

  • Ignore the log entries





share|improve this answer























  • @Michel Van De Wiel I think this should be accepted as answer, don't you think?

    – Eddie C.
    Aug 1 '17 at 11:00













5












5








5







The log entry




is_readable() expects parameter 1 to be a valid path, string given




occurs due to a bug in the Varien library. The method Varien_Io_File::write() can be used to either



  1. write given data to a given destination file or

  2. copy the contents from a given source file to a given destination file.

These use cases are distinguished by checking the second parameter $src of the aforementioned method via call to Varien_Io_File::_checkSrcIsFile().



If $src turns out to be a filename, its contents are copied to the destination (use case 2). Otherwise it is interpreted as plain data (use case 1). The check applies function.is-readable which always emits given warning in use case 1.



What you can do about it:



  • Replace the initial call to Varien_Io_File::write()

  • Fix the erroneous conditional switch

  • Ignore the log entries





share|improve this answer













The log entry




is_readable() expects parameter 1 to be a valid path, string given




occurs due to a bug in the Varien library. The method Varien_Io_File::write() can be used to either



  1. write given data to a given destination file or

  2. copy the contents from a given source file to a given destination file.

These use cases are distinguished by checking the second parameter $src of the aforementioned method via call to Varien_Io_File::_checkSrcIsFile().



If $src turns out to be a filename, its contents are copied to the destination (use case 2). Otherwise it is interpreted as plain data (use case 1). The check applies function.is-readable which always emits given warning in use case 1.



What you can do about it:



  • Replace the initial call to Varien_Io_File::write()

  • Fix the erroneous conditional switch

  • Ignore the log entries






share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 16 '15 at 16:52









mam08ixomam08ixo

2,693817




2,693817












  • @Michel Van De Wiel I think this should be accepted as answer, don't you think?

    – Eddie C.
    Aug 1 '17 at 11:00

















  • @Michel Van De Wiel I think this should be accepted as answer, don't you think?

    – Eddie C.
    Aug 1 '17 at 11:00
















@Michel Van De Wiel I think this should be accepted as answer, don't you think?

– Eddie C.
Aug 1 '17 at 11:00





@Michel Van De Wiel I think this should be accepted as answer, don't you think?

– Eddie C.
Aug 1 '17 at 11:00

















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f94028%2fsystem-error-log%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림