[OzzModz] SEO & Index Tools [Deleted]

I want the product to get into a stable release and have some time to prove it’s stable before looking to add features.
I believe that is the correct approach. I am so glad you are on this. I am about to pick up another license for my other site.
 
Has some errant HTML within a template modification for XenAddon's Blog add-on ....
View attachment 275976

Disabling the add-on leaves uploading attachments failing, due to xf_attachment_data.nl_seo_alt_text having a null default. Had to alter table xf_attachment_data alter nl_seo_alt_text set default ''; to eradicate errors and allow users to upload/attach files again.

We’ll check both of these out.
 
there is an issue when the addon is disabled.
I can confirm that is happening here:

Code:
XF\Db\Exception: MySQL query error [1364]: Field 'nl_seo_alt_text' doesn't have a default value in src/XF/Db/AbstractStatement.php at line 230
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 198
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 79
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 220
XF\Db\AbstractAdapter->insert() in src/XF/Mvc/Entity/Entity.php at line 1516
XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1248
XF\Mvc\Entity\Entity->save() in src/XF/Service/Attachment/Preparer.php at line 70
XF\Service\Attachment\Preparer->insertDataFromFile() in src/addons/SV/AttachmentImprovements/XF/Service/Attachment/Preparer.php at line 74
SV\AttachmentImprovements\XF\Service\Attachment\Preparer->insertDataFromFile() in src/XF/Service/Attachment/Preparer.php at line 38
XF\Service\Attachment\Preparer->insertAttachment() in src/XF/Attachment/Manipulator.php at line 199
XF\Attachment\Manipulator->insertAttachmentFromUpload() in src/XF/Pub/Controller/Attachment.php at line 91
XF\Pub\Controller\Attachment->actionUpload() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2353
XF\App->run() in src/XF.php at line 524
XF::runApp() in index.php at line 20
 
That was my understanding, there is an issue when the addon is disabled. 🤷‍♂️

Two different users. Mine is enabled, another user mentions there still being an error with it disabled.

Edit: Disabling the add-on for me stops the issue on my site.
 
Last edited:
Just for information. I installed the latest version on a local XenForo for translation purposes. Bob's UBS installed as well. If I try to load a cover image for a blog here is the error message, and it occurs even if SEO Index Tools is disabled, you have to uninstall it to avoid the error.

Capture web_5-11-2022_93713_localhost.jpeg

Code:
array(4) {
  ["url"] => string(81) "/index.php?attachments/upload&type=ubs_blog&hash=c9e821fb551d2a4b90f9435cc51ac012"
  ["referrer"] => string(43) "https://localhost/index.php?ubs/blog/create"
  ["_GET"] => array(3) {
    ["attachments/upload"] => string(0) ""
    ["type"] => string(8) "ubs_blog"
    ["hash"] => string(32) "c9e821fb551d2a4b90f9435cc51ac012"
  }
  ["_POST"] => array(11) {
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["flowChunkNumber"] => string(1) "1"
    ["flowChunkSize"] => string(10) "4294967296"
    ["flowCurrentChunkSize"] => string(5) "66865"
    ["flowTotalSize"] => string(5) "66865"
    ["flowIdentifier"] => string(46) "66865-Captureweb_5-11-2022_92346_localhostjpeg"
    ["flowFilename"] => string(42) "Capture web_5-11-2022_92346_localhost.jpeg"
    ["flowRelativePath"] => string(42) "Capture web_5-11-2022_92346_localhost.jpeg"
    ["flowTotalChunks"] => string(1) "1"
  }
}
 
Is the link in this phrase correct ?
nulumia_seo_board_page_description_you_must_first_enable_this_option
You must first enable and enter a page board description at <a href="admin.php?options/groups/basicBoard#nulumiaSeoUseForumDescription">Setup -> Options -> Basic options</a>
it seems to me that the slash is missing at the beginning of the URL, right? :unsure:
 
option_explain.nulumia_seo_xfmgOverviewDescription
Master value is
The description for the XFRM overview/list page
but it should be
The description for the XFMG overview/list page
-----

option_explain.nulumia_seo_xfmgOverviewTitle
Master value is
You may enter a title for the Media Gallery overview/list, which will appear instead of the navigation/page name<br> <i>Your default page title is set in Phrases -> 'xfrm_resources'</i>
but it should be
You may enter a title for the Media Gallery overview/list, which will appear instead of the navigation/page name<br> <i>Your default page title is set in Phrases -> 'xfmg_medias'</i>
-----


option_explain.nulumiaSeoSchemaBrandingPreview
See the output of your schema markup here. You must <strong>save changes and refresh the page</strong to see updated markup.
The </strong tag is not closed
-----

option_explain.nulumiaSeoUBSBlogListDescription
Master value is
<i>Optional</i>: You may set a blog home page description here.
but it should be
<i>Optional</i>: You may set a blog list description here.
As option_explain.nulumiaSeoUBSBlogDescription already exists : <i>Optional</i>: You may set a blog home page description here.
 
Last edited:
And many other locations are not translated... :)
 

Attachments

  • Capture web_5-11-2022_225849_localhost.webp
    Capture web_5-11-2022_225849_localhost.webp
    11 KB · Views: 9
  • Capture web_5-11-2022_225926_localhost.webp
    Capture web_5-11-2022_225926_localhost.webp
    26.3 KB · Views: 9
  • Capture web_5-11-2022_225938_localhost.webp
    Capture web_5-11-2022_225938_localhost.webp
    8.4 KB · Views: 8
  • Capture web_5-11-2022_225959_localhost.webp
    Capture web_5-11-2022_225959_localhost.webp
    28.2 KB · Views: 5
  • Capture web_5-11-2022_23018_localhost.webp
    Capture web_5-11-2022_23018_localhost.webp
    3.6 KB · Views: 4
  • Capture web_5-11-2022_2315_localhost.webp
    Capture web_5-11-2022_2315_localhost.webp
    13.3 KB · Views: 4
  • Capture web_5-11-2022_23149_localhost.webp
    Capture web_5-11-2022_23149_localhost.webp
    14.1 KB · Views: 3
  • Capture web_5-11-2022_225317_localhost.webp
    Capture web_5-11-2022_225317_localhost.webp
    4.5 KB · Views: 3
  • Capture web_5-11-2022_22534_localhost.webp
    Capture web_5-11-2022_22534_localhost.webp
    3.3 KB · Views: 3
  • Capture web_5-11-2022_224332_localhost.webp
    Capture web_5-11-2022_224332_localhost.webp
    7.2 KB · Views: 4
  • Capture web_5-11-2022_224257_localhost.webp
    Capture web_5-11-2022_224257_localhost.webp
    1.4 KB · Views: 3
  • Capture web_5-11-2022_224245_localhost.webp
    Capture web_5-11-2022_224245_localhost.webp
    1.8 KB · Views: 3
  • Capture web_5-11-2022_224233_localhost.webp
    Capture web_5-11-2022_224233_localhost.webp
    2 KB · Views: 3
It would be more helpful to write the text that is not a phrase, and where it’s displayed. As it is now I have no clue what’s what.
 
Just for information. I installed the latest version on a local XenForo for translation purposes. Bob's UBS installed as well. If I try to load a cover image for a blog here is the error message, and it occurs even if SEO Index Tools is disabled, you have to uninstall it to avoid the error.
 
It would be more helpful to write the text that is not a phrase, and where it’s displayed. As it is now I have no clue what’s what.
/admin.php?nulumia-seo/
  • ADDON INFO
  • This addon is in beta
    Thank you for participating in the public beta phase. Please remember that this addon is in ongoing development and will receive frequent updates.
  • New administration
    SEO & Index Tools is now being provided by OzzModz in collaboration with Nulumia. We hope this new change will bring faster progress, support and evolution to the addon over time
  • View product page
  • Visit addon forum
  • Request a feature
  • Report a bug
  • ALERTS
  • Check for downloads
/admin.php?nulumia-seo/branding-schema
  • Organization
/admin.php?nulumia-seo/page-titles
I suppose there would be others on this page but I don't have all the add-ons concerned (DB E-commerce, Product Manager XR...)
  • Forum list
  • Categories, forums & pages
  • Threads
  • Article list
  • Article categories
  • Blogs, index & lists
  • Blog entry
  • Blog categories
  • Media list
  • Media
  • Media categories
  • Resource list
  • Resources
  • Resources categories
  • Add category title
  • Add blog title
/admin.php?nulumia-seo/status-metrics
  • This area is under construction
/admin.php?nulumia-seo/advanced-settings
  • What's New (default)
  • Content category or overview
  • Display alt text entered in post BBCode first (if present)
  • Display alt text entered manually via the admin attachments list first (if present)
/admin.php?nulumia-seo/recommendations
There should be more on this next page depending on whether there are recommendations to follow or not...
  • Critital issues
    You should fix the most important issues below
  • Recommendations
    Total recommendations for your site
  • Description & Meta tags
    Issues related to description or meta data
  • Style issues
    Recommendations for logo & open graph icons
  • SSL is disabled on your server
    Your server does not appear to have a valid SSL certificate.
  • Your board URL uses http://
  • Full friendly URLs is disabled
  • Include content title in URLs is enabled
    With this disabled, a URL such as /threads/my-thread.128/ would exclude the title and be output as /threads/128/
  • No pagination for canonical URLs is disabled
  • Fix
  • Node descriptions missing
    Consider adding missing descriptions for all your indexed nodes.
  • Your logo image is missing width or height values
    You can edit this at the Basic options page
  • Style is missing an icon image
    You can edit this at the Basic options page
  • Style is missing an Open Graph image (Metadata logo)
    You can edit this at the Basic options page
  • Style is missing a favicon image
    You can edit this at the Basic options page
  • Your robots.txt file is either not found or is unreadable
 
/admin.php?nulumia-seo/
  • ADDON INFO
  • This addon is in beta
    Thank you for participating in the public beta phase. Please remember that this addon is in ongoing development and will receive frequent updates.
  • New administration
    SEO & Index Tools is now being provided by OzzModz in collaboration with Nulumia. We hope this new change will bring faster progress, support and evolution to the addon over time
  • View product page
  • Visit addon forum
  • Request a feature
  • Report a bug
  • ALERTS
  • Check for downloads
/admin.php?nulumia-seo/branding-schema
  • Organization
/admin.php?nulumia-seo/page-titles
I suppose there would be others on this page but I don't have all the add-ons concerned (DB E-commerce, Product Manager XR...)
  • Forum list
  • Categories, forums & pages
  • Threads
  • Article list
  • Article categories
  • Blogs, index & lists
  • Blog entry
  • Blog categories
  • Media list
  • Media
  • Media categories
  • Resource list
  • Resources
  • Resources categories
  • Add category title
  • Add blog title
/admin.php?nulumia-seo/status-metrics
  • This area is under construction
/admin.php?nulumia-seo/advanced-settings
  • What's New (default)
  • Content category or overview
  • Display alt text entered in post BBCode first (if present)
  • Display alt text entered manually via the admin attachments list first (if present)
/admin.php?nulumia-seo/recommendations
There should be more on this next page depending on whether there are recommendations to follow or not...
  • Critital issues
    You should fix the most important issues below
  • Recommendations
    Total recommendations for your site
  • Description & Meta tags
    Issues related to description or meta data
  • Style issues
    Recommendations for logo & open graph icons
  • SSL is disabled on your server
    Your server does not appear to have a valid SSL certificate.
  • Your board URL uses http://
  • Full friendly URLs is disabled
  • Include content title in URLs is enabled
    With this disabled, a URL such as /threads/my-thread.128/ would exclude the title and be output as /threads/128/
  • No pagination for canonical URLs is disabled
  • Fix
  • Node descriptions missing
    Consider adding missing descriptions for all your indexed nodes.
  • Your logo image is missing width or height values
    You can edit this at the Basic options page
  • Style is missing an icon image
    You can edit this at the Basic options page
  • Style is missing an Open Graph image (Metadata logo)
    You can edit this at the Basic options page
  • Style is missing a favicon image
    You can edit this at the Basic options page
  • Your robots.txt file is either not found or is unreadable

Thank you for this. If will be fixed in a future update, probably not the next release though.
 
Top Bottom