NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ErnieAlex
May 05, 2019Aspirant
Web Server does not work correctly. CSRFP-ID errors
I have the 80 Terrabyte NAS unit. (Not all drives in place.) I have one folder set up as a web server. But, my pages do not seem to render correctly. I keep getting extra code placed into the ...
ErnieAlex
May 07, 2019Aspirant
The other post I did under another topic does not let me reply to it. Therefore, I will stick to this post.
The system is a ReadyNas 628X. It has the latest OS on it which was recently updated. Version OS6.10.0
Since this update, I have not been able to view webpages from a folder on the unit. It keeps throwing out CSRFP-ID errors.
A bare HTML file with nothing except a <hmtl><header><body> tags and some simple text will throw out these CSRFP errors.
It appears there is a flaw in the OS6.10.0 update. I spent thousands of dollars on this unit to be able to serve files through my local lan.
And, it does not even display simple pages.
Can anyone help me with this issue? I can not reset the unit to it's original values since I have it nearly full of files...
ErnieAlex
May 10, 2019Aspirant
94 views and nobody has a solution? Does anyone have this same issue?
- ErnieAlexMay 24, 2019Aspirant
Thousands of dollars and this thing can't serve PHP out to my other local computers.... Silly waste of money!
164 views and not one response... Oh, well, will just have to sell off this unit and set up a real server here...
- OOM-9May 29, 2019NETGEAR Expert
The csrfid token information that you are seeing are security fixes that are applied to the admin interface of the ReadyNAS.
The errors that you are reported should not be related to the csrfid tokens since the configuration is set to ignore other paths on the unit.
Did you have examples where you were experiencing the issue? We were not successfull in reproducting the issue.
Further more, if you enable Secure Diagnostics Mode and PM me the 5-digit number, I can take a look from the backend to see what the issue could be.
- ErnieAlexMay 30, 2019Aspirant
This works as expected:
<!DOCTYPE html> <html> <head> </head> <body> <h3>Testing Netgear PHP page...</h3> </body> </html>
It displays the heading just fine from a LAN browser. In this case, Firefox...
BUT, this same test.php file shows all of the PHP code in read when you view the source on the browser and the PHP code does not execute. The ReadyNAS is updated to the latestest and greatest and PHP is installed and ON. It is NOT throwing the CSRFP-ID errors
at this point, but, I have not included any libraries as yet. (Such as JQuery...)
<?PHP error_reporting(E_ALL); // TEMP ! ! ! ! ! ! ! ! ! ! ! ini_set("display_errors", 1); // TEMP ! ! ! ! ! ! ! ! ! ! ! ?> <!DOCTYPE html> <html> <head> </head> <body> <h3>Testing Netgear PHP page...</h3> <?PHP echo "TESTING 1, 2, 3..."; ?> </body> </html>
So, I am guessing it is not really a CSRFP-ID error, but, something in the PHP section. I did remove and reinstall the PHP APP.
Did not help... Frustrating...
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!