I am getting a blank page when trying to add a project :
mgc_vbprojets_projets.php?do=creer_projet
does nothing
Fixed by uploading the new file in an earlier post
**Updated this part is fixed*** but found something else that isn't working
when you try to update the progress of a project you put your percent number in a push save it goes to a blank page with the url of:
mgc_vbprojets_projets.php%22
fixed by adding " to the line.
a href =mgc_vbprojets_projets.php">
change to
a href ="mgc_vbprojets_projets.php">
***update this is fixed now there is another problem****
On projects page where it says updated on I am getting a wierd A e.g.
Updated on:
04-06-2008 à 03:33 AM
I cannot find where this is anywhere in teh code or styles i have looked.
**update this is fixed change the phase from:
<b>Updated on: </b><br />
{1} à {2}
to
<b>Updated on: </b><br />
{1}, {2}
I am not getting the accii code everyone else is getting and my smiles and such work fine. I am running on 3.6.9. For those finding those wierd charaters I would look over the phases as there is was a couple others that I have to change to a , from agrave and some others like this.
Also can you allow certain users to view certain projects and block the rest ? I know this is the light version is this feature in teh full version ?
|