META Element does not work properly

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
11/8/2020 11:31:17 AM
Gravatar
Total Posts 1

META Element does not work properly

OS: Windows Server 2008

DB platform: SQLite

Version: 2.7.0.0

.NET Framework: 4.7, Integrated

 

After inserting a new article, the default values in Page Meta Data are set incorrectly - see below explicit HTML. Unable to update Meta Element, still returning to original bad value.

I'm not an ASP programmer, but I found a bug in the code mojo.Portal.Data.SQLite - mojoPortal.Data.DBContentMeta - Update:

string contentProerty.

 

On the same hosting where I have the MSSQLL DB Platform, everything is fine!

 

Explicit HTML:

<meta name="name" name="Roční příběh Barborky"  />

<meta description="description" description="Chrám sv. Barbory v Kutné Hoře Přejít na tento sway"  />

<meta image="image" image="https://foto.pechanec.cz/Data/Sites/1/media/barborka.jpg"  />

<meta og:type="og:type" og:type="article"  />

<meta og:site_name="og:site_name" og:site_name="Fotostránky Igorovo"  />

<meta og:title="og:title" og:title="Roční příběh Barborky"  />

<meta og:url="og:url" og:url="https://foto.pechanec.cz/pribeh-barborky"  />

<meta og:description="og:description" og:description="Chrám sv. Barbory v Kutné Hoře Přejít na tento sway"  />

<meta og:image="og:image" og:image="https://foto.pechanec.cz/Data/Sites/1/media/barborka.jpg"  />

<meta twitter:card="twitter:card" twitter:card="summary_large_image"  />

<meta twitter:title="twitter:title" twitter:title="Příběh Barborky"  />

<meta twitter:description="twitter:description" twitter:description="Chrám sv. Barbory v Kutné Hoře Přejít na tento sway"  />

<meta twitter:image="twitter:image" twitter:image="https://foto.pechanec.cz/Data/Sites/1/media/barborka.jpg"  />

 

You must sign in to post in the forums. This thread is closed to new posts.