Extend Problems

We currently have some problems to upload last version using SVN in the Wordpress.org plugin repository of post event.

So we have created a new repository for the last version.

Follow this link to get it : http://wordpress.org/extend/plugins/post-event2/

Please report any bugs you can find !

Thanks and enjoy !

VN:F [1.9.1_1087]
Rating: 9.0/10 (1 vote cast)
VN:F [1.9.1_1087]
Rating: 0 (from 0 votes)
Extend Problems, 9.0 out of 10 based on 1 rating

Popularity: 13% [?]

Author: admin on 19/10/2009
Category: Plugins, Post Event
30 responses to “Extend Problems”
  1. Glen Will says:

    I received this error when trying to activate your plugin -
    Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/content/g/l/e/myaccount/html/amydirectory/wp-content/plugins/post-event2/postEvent.php on line 31″

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  2. admin says:

    Hi

    Are you using last version (2.2) ?
    You can try to remove all files of postevent by using the link “delete” in the plugins managing page, then add the plugins by using the page “Add plugins”
    Thanks to report any problems you could encouter

    VN:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  3. scorto says:

    Hi,
    I tried to install your latest version 2.2.2 but not possible to use with wp 2.8.5.

    Waiting for a new version from you ;)
    Thx
    Regards

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  4. admin says:

    Hi
    I just tried the version 2.2 (2.2.2 did not exist) and no problems comes up.
    So could you give us more details about error ?
    Thanks

    VN:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  5. yves says:

    Hi
    I have also an error when i’m try to activate the plugin.

    The message is:
    Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in C:\Hosted\MyCADBlog\wp-content\plugins\post-event2\postEvent.php on line 31

    I’m using WP 2.8.5 and Post Event 2.2
    It seems to appear that there is a problem with the path???

    Need your help
    Thx

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  6. admin says:

    Hi
    Your the second persons to report this problem…
    I could not explain it, and more, I haven’t this bug…
    So could you try to remove post-event2 directory and put back the plugins…
    It could resole your problem…

    VN:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  7. yves says:

    ok, I try this and i will give you a feedback…
    thx

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  8. yves says:

    Same problem again…
    I have tried to add the plugin with in the admin panel of WP
    impossible to activate the plugin.
    I suppressed it
    I have tried to add manually the plugin via FTP, same problem

    I will try to edit yout plugin and add manually the path…

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  9. admin says:

    I just have made some search and I finally find the problem.
    Your php version must be at leat php5…
    To check create an empty page “test.php” for instance and add the following line:
    < ?php echo phpversion(); ?>
    Save, up the file to your ftp and open the file in your browser

    VN:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  10. yves says:

    hooo…ok, Php is in 4.3.7
    Can you tell me if a solution exists to run your plugin with PHP 4.3.7?

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  11. scorto says:

    Hi
    The message is
    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /homez.28/pntbox/www/wp-content/plugins/post-event2/postEvent.php on line 31
    Thx for help
    Regards
    Greg

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  12. admin says:

    the only way to run the plugins on php4 is to change the word “private” by “var” in the postEvent class…
    Or you could also contact your server admin to try to get php5

    VN:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  13. admin says:

    You’ve got this error because you have php4
    PostEvent need at least php5
    the only way to run the plugins on php4 is to change the word “private” by “var” in the postEvent class…
    Or you could also contact your server admin to try to get php5

    VN:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  14. James says:

    Hello,
    This is a great plugin; just what I needed! Everything works fine except that when iCal imports the .ICS file, nothing shows up on the date of the event. What am I doing wrong? (Running WP 2.8.5, PostEvent 2.2)

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  15. admin says:

    Update your version to 2.3.1 Problem is resolved Thanks to advise us

    VN:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  16. MiAu says:

    Hi, I’m using 2.3.1 with WP 2.8.6 and it installs propperly. The Form in the Post creator Screen is there. If I select date in Calendar it does not enter the date in the field. If a value is added manually, after saving it is not there (didnt know the right syntax, tried with YYYY-MM-DD). Deactivating Javascript did not help! The plugin would do exacty what I need, but it does not work. Any advice?

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  17. max heidt says:

    hi,

    i have the same problem, using WP 2.8.6. latest safari & firefox under os x 10.6.2.
    i did not enter any google-key, because of no need fpr a map.

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  18. admin says:

    Hi

    Problems solved in version 2.3.2 !
    Thanks for reporting !

    VN:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  19. Valentin says:

    Bonjour,

    J’essaye d’utiliser votre plugin, dernière version, sur un wordpress dernière version avec le thème wp-framework.

    Si je place votre code dans mon template, le résultat est totalement vierge. Je décide alors de mettre un point de temporisation et de récupérer ensuite ma loop normale.
    Même résultat…

    Auriez-vous une idée de ce qui peut se passer ?
    http://frappaz.polyred.com

    Merci d’avance

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  20. Valentin says:

    Heu même pire… quand je saisis un événement, il se vide à l’enregistrement de l’article.
    Va falloir que je règle ça d’abord.
    D’ailleurs, au passage, le date_chooser ne fonctionne pas.

    Ha la la et y’en a pas 36 000 des plugins pour faire ça !
    Et le votre fait exactement ce que je cherche !

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  21. Valentin says:

    La saisie d’un événement ne se fait pas du tout. Les champs sont vidés à l’enregistrement et j’ai un bouton “supprimer l’événement” même quand je n’en ai pas créé…
    Des idées ?
    Merci.

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  22. Valentin says:

    Et la base reste vide… (wp_postmeta)

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  23. Valentin says:

    Je viens de voir que mon problème aurait du être résolu avec la version 2.3.2… ce qui n’est pas le cas.
    Toutes extensions désactivées, ça ne fonctionne pas.
    Any idea ?

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  24. admin says:

    We’re working on this !
    Thanks reporting all this problems !

    VN:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  25. Valentin says:

    Thanks for reply… waiting for it ;-)
    Have a nice Christmas !!

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  26. Valentin says:

    Ok well… I updated the plugin to 3.0 but it seems that the events are not saved in database.
    When I publish or save the post, all informations about event are empty.
    Little bit weird…

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  27. Valentin says:

    Another thing… I had to upload the images relatives to the date picker. Maybe you forget it and it’s unusable when images not present.

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  28. Valentin says:

    Well I found my events in the wp-post-meta table… but it is not displayed in the post and the list of posts stay at the “no event” state

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  29. Valentin says:

    I tried it on a different host… of course with PHP5, and it’s the same problem…

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)
  30. Attention, il ne gère pas les apostrophes …..

    pour faire simple, si dans le titre de votre billet ou article il y a un apostrophe, la carte ne s’affichera pas!

    exemple:

    _Salon du Végétales d’Angers : la carte ne s’affiche pas !

    par contre si vous remplacez l’apostrophe “d’Angers” par un espace , la carte s”affiche !!

    VA:F [1.9.1_1087]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.1_1087]
    Rating: 0 (from 0 votes)

Leave a Reply