ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I didn't catch the line numbers on my side, to be able to confirm those are the correct lines, but I suspect that they are. To also further confirm have you since tried to log out and back in to see if the message goes away.
If you are also willing I'd like to insert some testing code to see what is going on with this and why/how the install is basically repetitively occurring (somewhat of and how). Are there any log errors generated in the logs directory? (if posting 2 things, 1) obscure your admin folder name, 2) please press the # button in the message box toolbar before pasting the code from the mydebug log(s)).
This is the second reported occurrence of this issue and I have even installed it on at least three different vanilla installs as well as systems that had previous versions, uninstalled installed fresh again and even installed an older version and then this one... So anything that can help identify why this is occurring would be welcome.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
here is the current log from yesterday cheers
Code:[08-Jun-2017 18:06:52 America/New_York] Request URI: /###########/currencies.php, IP address: ######## #1 require() called at [/home/eneripek/public_html/includes/autoload_func.php:48] #2 require(/home/eneripek/public_html/includes/autoload_func.php) called at [/home/eneripek/public_html/########/includes/application_top.php:171] #3 require(/home/eneripek/public_html/#########/includes/application_top.php) called at [/home/eneripek/public_html/#######/currencies.php:10] [08-Jun-2017 18:06:52 America/New_York] PHP Warning: require(includes/init_includes/init_user_tracking.php): failed to open stream: No such file or directory in /home/eneripek/public_html/includes/autoload_func.php on line 48 [08-Jun-2017 18:06:52 America/New_York] Request URI: /#############/currencies.php, IP address: ########### #1 require() called at [/home/eneripek/public_html/includes/autoload_func.php:48] #2 require(/home/eneripek/public_html/includes/autoload_func.php) called at [/home/eneripek/public_html/##########/includes/application_top.php:171] #3 require(/home/eneripek/public_html/##########/includes/application_top.php) called at [/home/eneripek/public_html/#########/currencies.php:10] [08-Jun-2017 18:06:52 America/New_York] PHP Warning: require(includes/init_includes/init_user_tracking.php): failed to open stream: No such file or directory in /home/eneripek/public_html/includes/autoload_func.php on line 48 [08-Jun-2017 18:06:52 America/New_York] PHP Fatal error: require(): Failed opening required 'includes/init_includes/init_user_tracking.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/eneripek/public_html/includes/autoload_func.php on line 48
Ahhh... Another case of incorrect installation (file placement)...
There is no file on the store side that is expected to call the init_includes folder. Meaning the incorrect includes/auto_loaders/ file is placed in the store/catalog side... config.user_tracking_install.php should not be in the catalog directory it should only be in the admin directory.
All files and folders in YOUR_ADMIN directory should be placed only in the directory that is your secret admin. All files in the base includes directory should be in the catalog's includes directory. None of the files/folders found in the YOUR_ADMIN directory should be copied to the store's directory.
Guess I'll have to do with this installer like I did with another plugin which is to prevent operation of the auto_loader when installed into the catalog side, generate a message or delete the file, etc... to prevent the issue that is being seen.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...