I had to calculate the line integral of a homogenous vector field $E=E.e_y$ from an angle $\phi=o$ to $\phi=\phi_{e}$ having a radius $\rho$. the formula normally is $\varphi=\int E \space ds$ but since the coordinate system used is cylindrical I converted $ds$ to $R\ dR\ d\phi$. However, the answer I got was wrong and in the provided solution. $ds$ was substituted by $Rd\varpThe session negotiation failed.
Error: Failed to authenticate user '' with PAMhi_e\varphi$ below I have added a picture of the problem.

The issue is with the notation $d\mathbf{s}$ is not a surface element, so it's not $Rdrd\phi$. It is a length, tangent to the curve. You need to decompose it into $ds_x$ and $ds_y$. The one that you care about is $ds_y$, since $ds_x\mathbf{e}_x\cdot\mathbf{E}=0$.
You can write $ds_y$ in terms of the angle: $$ds_y=\rho\cos\phi d\phi$$ See if this solves the problem.