[Tex/LaTex] pdfTeX error font ppl8r not found

compilingmiktexpdftextexmaker

I am receiving the following error message from pdfTeX:

!pdfTeX error: pdflatex (file pplr8r): Font pplr8r at 600 not found
==> Fatal error occurred, no output PDF file produced!

when I compile the following minimal working example (MWE):

\documentclass{article}
\usepackage{lmodern}
\usepackage{mathpazo}
\begin{document}
\begin{equation}
c = a + b
\end{equation}
\end{document} 

I am trying to compile using TeXmaker with MikTeX on Windows 7. I manage to compile this MWE, when I run TeXmaker as administrator. However, I would like to run it as a normal user. Does someone know how to solve this problem?

I do not think that the answer to my questions can be related to the one from
PdfTeX error: pdflatex (file ecbx0800): Font ecbx0800 at 600 not found

Best Answer

Since it works when you compile as an administrator, it is likely that you simply need to run updmap. See this question for details.

Note that this answer is specific to MikTeX. If you are using TeX Live, you should not run updmap. If you are using TeX Live, see my question and answer for information about why you shouldn't do this, as well as instructions for recovery if you read that discussion too late.