Cheers Steve, I have been looking at writing something similar, but that suits my needs perfectly
Cheers Steve, I have been looking at writing something similar, but that suits my needs perfectly
Webzings Design
Semi retired from Web Design
Have tried but can't seem to get this to work with 1.5.1
Any hints or solutions welcome please.
Debug log files now go in the /logs/ folder instead of the /cache/ folder.
This is what I have, using 1.51.Have tried but can't seem to get this to work with 1.5.1PHP Code:
// steve check for and display debug logs
$path = str_replace(DIR_FS_CATALOG,'../',DIR_FS_LOGS).'/';
$matches = glob($path ."myDEBUG*.*");
if (is_array($matches)) {
foreach ($matches as $filename) {
$messageStack->add('Debug log file exists: '.str_replace($path,DIR_FS_LOGS.'/',$filename),'warning');
}
}
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Having lost these lines from 2012 (v1.51) in a recent v1.56b upgrade, I revisited this thread to grab them again - still works well.
I see that there was mention in this thread of this feature being included in v1.60. I wondered, as I can't find it in v1.56, is it due for inclusion in v1.57 or has it been decided against?
Simon
1.5.7 is brand new and the decision to backport some features was just made. I suspect this one will be included, but you'll need to wait and see.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.