PHP Classes

basefunc.php missing

Recommend this page to a friend!

      PHP PWA Assist  >  All threads  >  basefunc.php missing  >  (Un) Subscribe thread alerts  
Subject:basefunc.php missing
Summary:The file basefunc.php missing at PWAssist.php on line 565
Messages:2
Author:Carl Friis-Hansen
Date:2018-03-12 10:45:06
 

  1. basefunc.php missing   Reply   Report abuse  
Picture of Carl Friis-Hansen Carl Friis-Hansen - 2018-03-12 10:45:06
I was running the demo at command line:
~/Downloads/pwa/demo$ php pwamake.php all
The response was:
-----------------------------------------------------------
Running pwamake.php...
All: performing all jobs
PHP Warning: include_once(basefunc.php): failed to open stream: No such file or directory in .../Downloads/pwa/src/PWAssist.php on line 565
PHP Warning: include_once(): Failed opening 'basefunc.php' for inclusion (include_path='.:/usr/share/php') in .../Downloads/pwa/src/PWAssist.php on line 565
Icon img/todopwa-48.png created
Icon img/todopwa-96.png created
Icon img/todopwa-144.png created
Icon img/todopwa-256.png created

Manifest createdm size: manifest.json, size: 620
SW generating failed: template file not found :
.../Downloads/pwa/src/PWAssist.sw-template.js
-----------------------------------------------------------

Nice work, and I am not even sure if the missing include file is of any consequence. However, if it is, then maybe you forgot to include this file in the package?

Kind regards
Carl Friis-Hansen

  2. Re: basefunc.php missing   Reply   Report abuse  
Picture of Alexander Selifonov Alexander Selifonov - 2018-03-12 17:38:47 - In reply to message 1 from Carl Friis-Hansen
Hello Carl!
Sorry, my mistake, this including was just for debugging needs.
Forgot to delete. Now it's fixed on github, soon will be replicated to phpclasses. You can download current version or fix by erasing this "include" line from source.

Thanks !