magicbug / Cloudlog

Web based amateur radio logging application built using PHP & MySQL supports general station logging tasks from HF to Microwave with supporting applications to support CAT control.
http://www.cloudlog.co.uk
MIT License
450 stars 189 forks source link

Updated now an error. #3155

Closed riggs498 closed 2 months ago

riggs498 commented 2 months ago

I just updated. I have not update in forever. Once it reloaded. I get this. (php7.4)

An uncaught Exception was encountered

Type: Error

Message: Call to undefined function lang()

Filename: /var/www/clients/client1/web21/web/application/views/user/login.php

Line Number: 36

magicbug commented 2 months ago

That would be the call to <?php echo lang('account_login_to_cloudlog'); ?>

Can you confirm what language you have selected? if its english i'd suggest grabbing all the files again

emics commented 2 months ago

the lang() function is in Cloudlog\system\helpers\language_helper.php did you have copy that folder?

riggs498 commented 2 months ago

Let me try again. I used the update_cloudlog.sh script and everything looked fine. The language_helper.php file is there and updated.

riggs498 commented 2 months ago

I performed a git clone in a different directory and moved it all over to the web directory. Still get the same error.

riggs498 commented 2 months ago

I am just deleting the whole system and starting over

riggs498 commented 2 months ago

I solved it. you can not upgrade from an older version. I wipe everything and started over. I could not get thing to load or merge. I am still getting different errors. I will try and figure those out later.