Hi, i have applied the Dolphin-Upgrade-v.6.0-to-v.6.1-AdFree to my site. After the upgrade i came across some problems. I wonder if anyone can help?
1- Unknown column 'LastModified' in 'where clause' periodic/tags.php line 36
2- `ProfilesDesc` - Table doesnt exist join_form.php line 57
3- Also should i use the same cron jobs as older versions? the upgrade suggest deleting and inserting new cron jobs and refers to cron job descriptions of "detailedinstallation" page which assumes you are doing a FULL installation as it says "add cron jobs listed in the 6th step of installation". there is cupid.php does this need to be used in a cron job?
4- Finally, in periodic/notifies.php and periodic/cmd.php the reference to /inc/header.inc.php is specified as [path_to]inc/header.inc.php. I corrected this like but am i missing something here??
thank you
database errors surely wont be inheritent problems as these missing fields and tables do exist on my database backup.
if u were to make a fresh install, i would only be backing up the database with these things missing again..
might be an idea to make a fresh install somewhere else and compare and tweak see more
later,
DosDawg
periodic/tags.inc.php (remove from cron also)
Remove the join_form.php
These are not used by dolphin 6.1.1
Yes, you have to add the cupid.php to cron. You can see dolphin docs.
Open those files cmd.php, notifies. php and change the path to the abosulte one.
That answered all my questions.