Giter VIP home page Giter VIP logo

Comments (6)

givanz avatar givanz commented on May 25, 2024 1

I think that in a previous update admin/sql/sqlite/post_content_meta.sql was missing, it is included in recent updates.

Please redownload latest.zip and update admin/sql folder.

For SEO plugin there is still some work to be done mostly on structured markup schema.

from vvveb.

givanz avatar givanz commented on May 25, 2024

SEO Plugin currently has only post meta configuration, after enabling the plugin you should see a new tab on post/page edit page.

Site SEO configuration schema markup and other features are in development and will be available in a few days.

I fixed some bugs in the plugin and removed the plugins menu entry until the plugin settings page is finished.

The update is available in latest.zip

from vvveb.

lilianzzz avatar lilianzzz commented on May 25, 2024

I did a lot of experiments, it is displayed correctly on a clean site, but the old one with rolling out changes from latest.zip and saving the old /public/themes/blink-coming-soon , see screenshot.
image

In any case, thank you very much for your work. I'll look forward to updates

from vvveb.

givanz avatar givanz commented on May 25, 2024

There are some changes for seo plugin that need templates to be regenerated, make sure that you clear cache after updating files from latest.zip

You can clear template cache or all cache from admin > tools > cache or by manually deleting them from storage/compiled-templates/.

Let me know if it still doesn't work.

I will let you know when the plugin is ready with site settings and schema support.

from vvveb.

lilianzzz avatar lilianzzz commented on May 25, 2024

I found out what the problem was - in /config/sites.php ID = 1 was set,
although I had a working ID 2 (apparently at the very beginning of the experiments I deleted the site with ID 1)

Now everything works fine =) Thank you very much.

from vvveb.

lilianzzz avatar lilianzzz commented on May 25, 2024

small upd - if activate SEO Optimization ( Vvveb from February 16)
and move in left menu Pages- Pages - Add page
or move in left menu Posts- Posts - Add post

page error:

(error 500)
SQL file /home/d/dissokdf/***/public_html/admin/sql/sqlite//post_content_meta.sql does not exist for Sql\Post_content_metaSQL!

/home/d/dissokdf/***.ru/public_html/system/core/startup.php on line 165
Code
throw new \Exception("SQL file $sqlFile does not exist for $relativeClass!"); // <==

		}



		$file       = DIR_STORAGE . 'model' . DS . APP . DS . $name . '.' . DB_ENGINE . '.php';

		$fileExists = file_exists($file);



		if (SQL_CHECK || ! $fileExists) {

			if (! file_exists($sqlFile)) {

				throw new \Exception("SQL file $sqlFile does not exist for $relativeClass!");	 // <==

			}

			//if the file has not been generated yet or sql files is changed recompile

			if (! $fileExists || ((filemtime($sqlFile) > filemtime($file)))) {

				regenerateSQL($sqlFile, $file, $modelName, $namespace);

				$fileExists = true;

			}


Trace
#0 /home/d/dissokdf/***.ru/public_html/system/functions.php(973): Vvveb\System\Core\autoload('Vvveb\\Sql\\Post_...')
#1 /home/d/dissokdf/***.ru/public_html/system/meta/meta.php(47): Vvveb\model('post_content_me...')
#2 /home/d/dissokdf/***.ru/public_html/system/meta/meta.php(42): Vvveb\System\Meta\Meta->__construct()
#3 /home/d/dissokdf/***.ru/public_html/system/functions.php(142): Vvveb\System\Meta\Meta::getInstance()
#4 /home/d/dissokdf/***.ru/public_html/plugins/seo/plugin.php(56): Vvveb\get_multi_post_content_meta(false, 'seo')
#5 [internal function]: SeoPlugin->get(Array, false)
#6 /home/d/dissokdf/***.ru/public_html/system/event.php(75): call_user_func_array(Array, Array)
#7 /home/d/dissokdf/***.ru/public_html/admin/controller/content/edit.php(253): Vvveb\System\Event::trigger('Vvveb\\Controlle...', 'index', Array, false)
#8 [internal function]: Vvveb\Controller\Content\Edit->index()
#9 /home/d/dissokdf/***.ru/public_html/system/core/frontcontroller.php(229): call_user_func(Array)
#10 /home/d/dissokdf/***.ru/public_html/system/core/frontcontroller.php(298): Vvveb\System\Core\FrontController::call('Vvveb\\Controlle...', 'index', '/home/d/dissokd...')
#11 /home/d/dissokdf/***.ru/public_html/system/core/frontcontroller.php(364): Vvveb\System\Core\FrontController::redirect('Content/Post', 'index')
#12 /home/d/dissokdf/***.ru/public_html/system/core/startup.php(355): Vvveb\System\Core\FrontController::dispatch()
#13 /home/d/dissokdf/***.ru/public_html/index.php(138): Vvveb\System\Core\start()
#14 /home/d/dissokdf/***.ru/public_html/admin/index.php(41): include('/home/d/dissokd...')
#15 {main}

from vvveb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.