QNAP NAS 4.3.5 Update Error “UPGRADE CAN’T BE PERFORMED”

QNAP NAS 4.3.5 Update Error “UPGRADE CAN’T BE PERFORMED”

I had an issue with QNAP TS-251 where it would be stuck on 4.3.5 firmware and updating attempts would result in “Firmware upgrade can’t be performed. Please check the network connection, or update it manually.” error. Since I have not made any changes to network settings, I tried to updated it manually but that failed as well. Although there is no formal communication from QNAP this looks like a word-wide malware infection affecting variety of NAS devices. Malware is altering…

Read More Read More

ASUS Recovery Error 1029

ASUS Recovery Error 1029

So I was trying to fix my recovery partition in my friend’s Asus laptop and everything was fine till it popped out with 1029 error. This is a common problem with Asus laptops and the reason is unknown but I have finally found a way to fix it.

QNAP NAS – Delay in page refresh PHP

QNAP NAS – Delay in page refresh PHP

Also known as “PHP is acting weird in QNAP web server”. Apparently PHP OPcache is causing 60s delay in page refresh, see php.ini settings below. [opcache]opcache.memory_consumption = 64opcache.interned_strings_buffer = 8opcache.max_accelerated_files = 4000opcache.revalidate_freq = 60opcache.fast_shutdown = 1 Solution is quite simple and it worked for my device! Go to php.ini (Control Panel >Web Server >php.ini Maintenance > Edit )Find opcache.fast_shutdown = 1 and below it add opcache.enable = 0opcache.validate_timestamps = 0 That should do the trick!Thanks to Artand.

How to fix Eclipse Exporting Error

How to fix Eclipse Exporting Error

I’m not an expert in Mobile Development but I had to do some projects in Eclipse IDE for Java Project. I have encountered frustrating exporting error and although there are many solutions on Google, only one fixed my issue. The issue: Fix is pretty simple, just go Window -> Preferences and then General -> Workspace. Tick the “Refresh using native hooks or polling”. Apply and click OK.