hi folks,
i am using deepseek and GPT to create an addon to auto-post the blog daily.
always met a problem on the
auto_blog/
│── app/
│ ├── addons/
│ │ ├── auto_blog/
│ │ │ ├── func.php
│ │ │ ├── init.php
│ │ │ ├── config.php
│── var/
│── addon.xml
here is the Addon Directory Layout, can anyone check it for me, thank you indeed.
Sorry for the late reply. Thank you, my friend.
I tried according to the guide, but still not work see below directory:
/my_auto_blog_updater/
├── addon.xml
├── init.php
├── controllers/
│ └── admin/
│ └── my_auto_blog_updater.php
├── database/
│ └── my_auto_blog_updater.mysql.sql
├── templates/
│ └── views/
│ └── my_auto_blog_updater/
│ └── settings.tpl
Some directories are not correct. Please check the documentation carefully. Or user one of the built-in addons as an example
1 Like