I'm a beginner and I understand this is a basic error, however after 45mins of googling nothing I found is the same as my error and no fixes are useable.
My code:
\documentclass{article}
\title{NAME}
\author{NAME}
\begin{document}
\maketitle
\pagenumbering{gobble}
\newpage
\pagenumbering{Arabic}
\section{Test}
test
\end{document}
I get an error at the last line \end{document} that tells me I should have a number? So this seems to be some type of formatting issue, google tells me I misplaced a bracket, but.. i have no brackets.

arabic. notArabic– Johannes_B Mar 19 '17 at 16:37\newpageis also not correct. The explanation is in the linked answer. – Johannes_B Mar 19 '17 at 16:39\newpageis a command a user shouldn't need to use at all. If you are using it often, something is dodgy. – Johannes_B Mar 19 '17 at 16:46