-
- rang:
-
Site Admin
- enregistré depuis:
- décembre 2003
- Status:
- hors ligne
- dernière visite:
- 12.05.08
- Messages:
- 257
Looking at the version of PN_zClassifieds in the downloads section of this website, I realized it lacks a lot of features I did for the one used on this website.
Unfortunately I work more than 10 hours per day for my real job so I am unable to do a "real" release.
What I did was to call this version 2.3 beta, zip it and put it in the downloads section.
But beware ! I didn't really tested it ! So if you choose to install this version (or upgrade from the 2.2 version), I don't want to have any responsability if you loose som data, the only thing I can say is that it works for me on my own website. So if you choose to use it :
- backup your website and database first
- delete all the old modules files in modules/PN_zClassifieds
- upload the new files
- in Administration upgrade, then activate (no more need to run a speciel upgrade.php file as in the old 2.2 version)
- report in this forum any problem.
You can find this version here:http://www.vedr...&show=15 -
- rang:
-
Site Admin
- enregistré depuis:
- décembre 2003
- Status:
- hors ligne
- dernière visite:
- 12.05.08
- Messages:
- 257
For PN_zClassifieds' users not wanting to upgrade to the 2.3 version but just have the blocks working, I have modified the zip file "Modifieds blocks for PN_zClassifieds" in the downloads section to include the missing pntables.php, so now you have the choice
- to continue using the 2.2 version, just downloading the new zip file for the blocks to work
- upgrade to the 2.3 version wich also include the working blocks -
- enregistré depuis:
- janvier 2007
- Status:
- hors ligne
- dernière visite:
- 05.01.07
- Messages:
- 1
What about this problem
in PN-0764: PN_zClassifieds 2.3. during installation
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in F:\xampp\xampp\htdocs\xampp\intakus\modules\PN_zClassifieds\pninit.php on line 350
Fragment kodu
-
- rang:
-
Site Admin
- enregistré depuis:
- décembre 2003
- Status:
- hors ligne
- dernière visite:
- 12.05.08
- Messages:
- 257
Hello,
in the pninit.php file downloadable from this website line 350 of pninit.php is And not : Did you make any change to that file ? Anyway if this line is giving you an error I need to know the version of MySQL your website is using because all the problem of PN_zClassifieds was that one of the fields in the classifieds_ads table was using "condition" as name and this is a reserved name underMySQL 5 (it wasn't in previous MySQL versions !) so I decided to change this field name to "itemcondition" and this is what the upgrade is trying to do. But the problem is that I don't have any website running under MySQL 5 so I am not currently able to test that code ! A workaround would be to use PhpMyAdmin to change by hand the name of the field from condtion to itemcondtion and to edit the pninit.php so that the upgrade do nothing replacing all the lines : With just :
If you try this and it works can you please report oin this forum ? Thanks.








