Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 3, 20222 yr i get the following error while trying to login admin cp: Edited November 3, 20222 yr by Maxtor
November 3, 20222 yr Try clearing browser cache before ACP login, or try ACP login with another browser
November 3, 20222 yr Author i replaced all files , and everything working except of this: strange thing is that original and modified are excact the same: Edited November 3, 20222 yr by Maxtor
November 3, 20222 yr Author This is so strange. My old and new Alert.php . someone can explain the difference? @Stuart Silvester @Jim M Edited November 3, 20222 yr by Maxtor
November 4, 20222 yr Community Expert 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).
November 4, 20222 yr Author 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, 20222 yr by Maxtor
November 4, 20222 yr Community Expert Solution 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.
November 4, 20222 yr Author 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.!