Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: No menues / tabs moode 6.5.2
#18
(09-15-2020, 09:18 PM)Ale2.0 Wrote: Hello

I mean the function to configure with a config.txt
I see that it has no priority anymore but before I try again I would have liked to know if somebody tried to fix it.
I also know that it does not make sense according to the log but it happened multiple times.

But regarding your information I will wait for 7.00 as I would have to configure everything again anyway.

Thank you and have a nice evening.

The function in question is in the php module /var/www/inc/workerlib.php.

Beginning somewhere around line 2678 (I'm looking at 7.0.0 beta code so the starting line number may not be the same in 6.5.2)

Code:
// Auto-configure settings at worker startup
function autoConfig($cfgfile) {
       autoCfgLog('autocfg: Auto-configure initiated');

       //$contents = file_get_contents($cfgfile);
       $contents = str_replace("\r\n", "\n", file_get_contents($cfgfile));
       $autocfg = array();
       $line = strtok($contents, "\n");


The only recent fix to this function that I'm aware of didn't occur until very recently. Quoting from relnotes.txt for the upcoming 7.0.0 release:

Quote:- FIX: Manual entry of SSID not accepting embedded space

Regards,
Kent
Reply


Messages In This Thread
No menues / tabs moode 6.5.2 - by Ale2.0 - 06-05-2020, 07:35 PM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 06-05-2020, 08:08 PM
RE: No menues / tabs moode 6.5.2 - by Tim Curtis - 06-05-2020, 08:22 PM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 06-05-2020, 08:39 PM
RE: No menues / tabs moode 6.5.2 - by Tim Curtis - 06-05-2020, 09:03 PM
RE: No menues / tabs moode 6.5.2 - by Tim Curtis - 06-05-2020, 10:01 PM
RE: No menues / tabs moode 6.5.2 - by Tim Curtis - 06-05-2020, 11:02 PM
RE: No menues / tabs moode 6.5.2 - by Tim Curtis - 06-05-2020, 11:44 PM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 09-15-2020, 08:27 PM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 06-06-2020, 08:53 AM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 06-06-2020, 03:30 PM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 06-21-2020, 10:59 PM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 09-15-2020, 09:18 PM
RE: No menues / tabs moode 6.5.2 - by TheOldPresbyope - 09-15-2020, 10:10 PM
RE: No menues / tabs moode 6.5.2 - by TookaFace - 09-16-2020, 09:52 AM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 10-25-2020, 09:04 PM
RE: No menues / tabs moode 6.5.2 - by TookaFace - 09-16-2020, 11:52 AM
RE: No menues / tabs moode 6.5.2 - by Tim Curtis - 09-16-2020, 12:36 PM
RE: No menues / tabs moode 6.5.2 - by TookaFace - 09-16-2020, 12:59 PM
RE: No menues / tabs moode 6.5.2 - by Tim Curtis - 09-16-2020, 01:03 PM
RE: No menues / tabs moode 6.5.2 - by TookaFace - 09-16-2020, 01:06 PM
RE: No menues / tabs moode 6.5.2 - by TookaFace - 10-25-2020, 11:19 PM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 10-26-2020, 06:28 PM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 12-18-2020, 03:15 PM
RE: No menues / tabs moode 6.5.2 - by TookaFace - 12-18-2020, 05:04 PM
RE: No menues / tabs moode 6.5.2 - by Ale2.0 - 12-18-2020, 10:08 PM

Forum Jump: