Quote:
Originally Posted by Dr.osamA
thank you for your help
i have chmod 777 for folder and i had old version in my vb3.x.x and no new images
that main don't need more time for import images to my site only new posts and that not much 
|
If you want to skip all old posts, you may run this query:
Code:
UPDATE post SET iei_parsed=1
This way, only new and edited posts are parsed.
If you decide later to reparse all old posts, too, just run
Code:
UPDATE post SET iei_parsed=0
which will restart parsing all over again.