! Illegal parameter number in definition of \Hy@tempa.
<to be read again>
i
l.5 ...ir_game_plans_2868?pagenum=1#interactive}.}
You meant to type ## instead of #, right?
Or maybe a } was forgotten somewhere earlier, and things
are all screwed up? I'm going to assume that you meant ##.
I think that TexMaker doesn't understand what that # is.
TeXmaker doesn't cause the error, it's raised by LaTeX, independently of the editor. It would be good if you would provide sufficient information. For example, you could have mentioned the error message in the first post, instead of just telling there's some error.
I guess you use hyperref. Correct? The error message leads to it. But it also works with hyperref. Perhaps we can help you if you tell us about your packages and your configuration, for example by posting your document preamble here.
\documentclass[a4paper,12pt,oneside]{memoir}
\usepackage[italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage[redFoscari,default,centered,numsubsubsection,tocsubsubsection]{tesicafoscari}
\usepackage{color}
\usepackage{palatino}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{memhfixc}
\usepackage[hyphenbreaks]{breakurl}
\usepackage{eurosym}
\usepackage{nomencl}%multirow}
\usepackage{enumerate}
\usepackage{rotating} % Per ruotare oggetti e tabelle
\usepackage{listings} % Per inserire codice sorgente di altri programmi (STATA, ecc.)
\usepackage{url}
%%% Per tabelle graficamente più apprezzabili e chiare (abilita l'uso di \toprule, \midrule e \bottomrule al posto di \hline per migliorare la spaziatura dei dati sotto le rules )
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{longtable}
\usepackage{colortbl} % Per utilizzare i colori nelle tabelle
\newcommand{\rot}[2]{\rule{1em}{0pt}%
\makebox[0cm][c]{\rotatebox{#1}{\ #2}}}
%%% Per la bibliografia usando BibLaTeX: useprefix serve per considerare la particella nei cognomi come van Beethoven per disporli in ordine alfabetico
\usepackage[babel]{csquotes}
\usepackage[bibstyle=authoryear,citestyle=authoryear,useprefix]{biblatex}
\bibliography{bibliography}
%%% Indica il percorso dove sono salvate le figure che verranno incluse nel documento
\graphicspath{{/home/gianluca/thesis/latex/img/}}
%%% Simboli vari
%\usepackage{marvosym}
%%% Per scrivere equazioni
%\usepackage{empheq}
%%% Per la matematica
\usepackage{amsmath}
\usepackage{amsfonts}
%\usepackage{amssymb}
%\usepackage{dsfont}
%\usepackage{pxfonts}
%%% Per utilizzare l'operatore \sgn: ho utilizzato la formulazione convenzionale per il pacchetto amsmath
\DeclareMathOperator{\sgn}{sgn}
I wish you merry Christmas and happy holidays with your family and friends.
because I don't have this style file, it can be compiled and shows the URL.
Perhaps post an example, which causes the error. This means, reduce a copy of your document as much as possible as long it causes the error. Either you find the error yourself this way or you get a small but complete document which we can test.