Maxtor Posted November 3, 2022 Posted November 3, 2022 (edited) i get the following error while trying to login admin cp: Edited November 3, 2022 by Maxtor
Adlago Posted November 3, 2022 Posted November 3, 2022 Try clearing browser cache before ACP login, or try ACP login with another browser
Maxtor Posted November 3, 2022 Author Posted November 3, 2022 (edited) i replaced all files , and everything working except of this: strange thing is that original and modified are excact the same: Edited November 3, 2022 by Maxtor
Maxtor Posted November 3, 2022 Author Posted November 3, 2022 (edited) This is so strange. My old and new Alert.php . someone can explain the difference? @Stuart Silvester @Jim M  Edited November 3, 2022 by Maxtor
teraßyte Posted November 4, 2022 Posted November 4, 2022 With isset() it simply checks if the key exists in the array (it doesn't matter what value it contains), with !empty() instead if checks both that the key exists and the value is not empty (null, zero, etc).
Maxtor Posted November 4, 2022 Author Posted November 4, 2022 (edited) 4 hours ago, teraßyte said: With isset() it simply checks if the key exists in the array (it doesn't matter what value it contains), with !empty() instead if checks both that the key exists and the value is not empty (null, zero, etc). i mean practically i get this error for alert.php, and it doenst go away, even if i replace the file with original: Edited November 4, 2022 by Maxtor
Solution Stuart Silvester Posted November 4, 2022 Solution Posted November 4, 2022 We released a patch for 4.7.4 and when you manually downloaded and uploaded those files you uploaded the changed files (which technically are a different version). Since you didn't go through the proper patching process, you can go to <community>/admin/upgrade and complete the process and it'll update the versions. SeNioR- and Maxtor 1 1
Maxtor Posted November 4, 2022 Author Posted November 4, 2022 1 hour ago, Stuart Silvester said: We released a patch for 4.7.4 and when you manually downloaded and uploaded those files you uploaded the changed files (which technically are a different version). Since you didn't go through the proper patching process, you can go to <community>/admin/upgrade and complete the process and it'll update the versions. you are the best. problem solved.!
Mark H Posted November 4, 2022 Posted November 4, 2022 Glad to see you got the issue resolved and all is well. 🙂 Â
Recommended Posts