Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Création nouveau pr...
 
Notifications
Clear all

Création nouveau projet

3 Posts
3 Users
0 Reactions
21.5 K Views
(@zatazer)
Posts: 3
Active Member
Topic starter
 
[#1732]

Après une installation de projeqtor laborieuse. ( http://www.projeqtor.org/index.php/forum/5-ask-questions/4929-creation-de-la-base-sql#7347)
J'y vais pour créer mon premier projet.
ERROR : Une erreur est survenue le 2014-03-29 à 15:06:29

Le log est :
2014-03-29 15:02:49 ** ERROR ** ERROR **
2014-03-29 15:02:49
** ERROR ** on file '/customers/5/9/6/tazeroualti.org/httpd.www/projeqtor/model/PlanningElement.php' at line (328)
2014-03-29 15:02:49
** ERROR ***** cause = set_time_limit(): Cannot set time limit due to system policy


 
Posted : 29 Mar 2014 17H07
VAUCHEY
(@protion)
Posts: 138
Active Member
 

Bonjour

Je dirais que le problème vient de votre serveur web :

- qui tourne avec une vielle version de PHP 5.3 pour une version actuel de 5.5.
- Qui bloque la commande de la ligne 328, et qui a mon avis en bloquera d'autre, cela arrive avec certain serveur très restrictif (le plus souvent avec les hébergeur gratuit)
- Votre url pour atteindre projector et aussi des plus bizzard !!!

Après voir si en modifiant la valeur du 'Set_Time' cela change ou non quelque chose, pour cela utiliser un éditeur de texte (notepad++) , faire un sauvegarde du fichier 'projeqtor/model/PlanningElement.php' ouvrir le dit fichier et modifier la ligne 328 dont la valeur et 600 par une plus petite ou plus grande et refaire un essais et ainsi de suite.

Par ailleur il serait bon de finir l' installation de votre site car pour le moment l'intégralité de vos répertoires sont accessible. !!!!

------------------------------------

Good morning

I would say that problem comes from your waiter web:

- which turns version of PHP 5.3 with a hurdy-gurdy for a version actual of 5.5.
- Which blocks the order of the line 328, and who has my opinion will block it of other one, it arrives with certain very limitative waiter (most often with free hébergeur)
- Your url to attain projector and also furthermore bizzard!!!

Seeing if by changing the value of ' Set_Time ' it changes or not something, for it to use a text editor (notepad), to make one maintenance of the file ' projeqtor / model / PlanningElement.php ' open the said file and change the line 328 among which the value and 600 by one smaller or bigger and do again one tries and so on.

By ailleur it would be good to finish installation of your site l ' because for the time being the entirety of your directories is approachable.!!!!


http://www.vkv.iea45.fr/

 
Posted : 31 Mar 2014 11H39
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Hi,

You should just try to replace line 328 in /model/PlanningElement.php from

set_time_limit(600);

to

projeqtor_set_time_limit(600);

This should fix your issue.


 
Posted : 31 Mar 2014 12H40
Share:

Scroll to Top