- Apr 22, 2019
- 220
- 78
- 28
this the screenshot of the settings as you said....did you follow this steps:
Go to admin>> General Setting >> then check on
Enable Bandwidth Saving Mode
Show M4A format as MP3
Then Save ..
2020-05-02_05h00_00.jpg

this the screenshot of the settings as you said....did you follow this steps:
Go to admin>> General Setting >> then check on
Enable Bandwidth Saving Mode
Show M4A format as MP3
Then Save ..
OMG AMAZING!! I LL TEST NOW!!thanks bro
your resource approved
If you can configure URL rewriting it can be work. But by default only .htaccess file included.Someone know the directives to nginx to this php system?
hey man, please, how do i create the rewrite ?If you can configure URL rewriting it can be work. But by default only .htaccess file included.
im tryin this code :If you can configure URL rewriting it can be work. But by default only .htaccess file included.
Try :im tryin this code :
RewriteEngine On
RewriteRule ^sitemap\.xml$sitemap.php [L]
RewriteCond %{THE_REQUEST}^GET\/index\.php\?page=([\s&]+) [NC]
RewriteRule ^index\.php$/page/% 1? [R=301,L]
RewriteRule ^page/([/] +)/?$/Index.php?page=$1 [NC,L]
but i think its not ok..you can help me....
so thank you.
RewriteEngine On
RewriteRule ^ sitemap \ .xml $ sitemap.php [L]
RewriteCond% {THE_REQUEST} ^ GET \ /index\.php\?page=([\s&]+) [NC]
RewriteRule ^ index \ .php $ / page /% 1? [R = 301, L]
RewriteRule ^ page / ([ /] +) /? $ /Index.php?page=$1 [NC, L]
Edit file : /admin/classes/database.class.phpContent editing does not work error on line 218 PHP Fatal error: Uncaught PDOException: SQLSTATE [HY093]: Invalid parameter number: parameter was not defined in / var / www / www-root / data / www / site / admin / classes / database. class.php: 218
All extensions are enabled and the server is configured. This is a script error.
$query = self::$db->prepare("UPDATE contents SET content_text=:content_text, content_slug=:content_slug, content_title=:content_title, content_opt=:content_opt, content_description=:content_description WHERE ID=:content_id");
$query = self::$db->prepare("UPDATE contents SET content_text=:content_text, content_slug=:content_slug, content_title=:content_title, content_opt=:content_opt, content_description=:content_description, content_type=:content_type WHERE ID=:content_id");
You are using MariaDB or MySQL because the port is not samemuch appreciate for the script. after install, i cant login to admin
PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxx_download.options' doesn't exist in admin/classes/database.class.php:59S
checked in phpmyadmin, all 5 tables are there with content
Any advice?
$ database ["host"] = "localhost";
ive try but the problem continue with page...i think it some directive to nginx...Try :
Code:RewriteEngine On RewriteRule ^ sitemap \ .xml $ sitemap.php [L] RewriteCond% {THE_REQUEST} ^ GET \ /index\.php\?page=([\s&]+) [NC] RewriteRule ^ index \ .php $ / page /% 1? [R = 301, L] RewriteRule ^ page / ([ /] +) /? $ /Index.php?page=$1 [NC, L]
$ query = self :: $ db-> prepare ("ОБНОВЛЕНИЕ содержимого SET SET content_text =: content_text, content_slug =: content_slug, content_title =: content_title, content_opt =: content_opt, content_description =: content_description WHERE ID =: content_id") ;[/КОД]
по :
[CODE] $ query = self :: $ db-> prepare ("ОБНОВИТЬ содержимое SET SET content_text =: content_text, content_slug =: content_slug, content_title =: content_title, content_opt =: content_opt, content_description =: content_description, content_type =: content_type WHERE ID =: content_id "); [/ КОД]
[/ QUOTE]
Try :
Code:RewriteEngine On RewriteRule ^ sitemap \ .xml $ sitemap.php [L] RewriteCond% {THE_REQUEST} ^ GET \ /index\.php\?page=([\s&]+) [NC] RewriteRule ^ index \ .php $ / page /% 1? [R = 301, L] RewriteRule ^ page / ([ /] +) /? $ /Index.php?page=$1 [NC, L]
You are using MariaDB or MySQL because the port is not same
If MySQL, Open file system/db.php and check line 2:
Code:$ database ["host"] = "localhost";
Edit file : /admin/classes/database.class.php
Line 210, replace :
Code:$query = self::$db->prepare("UPDATE contents SET content_text=:content_text, content_slug=:content_slug, content_title=:content_title, content_opt=:content_opt, content_description=:content_description WHERE ID=:content_id");
by :
Code:$query = self::$db->prepare("UPDATE contents SET content_text=:content_text, content_slug=:content_slug, content_title=:content_title, content_opt=:content_opt, content_description=:content_description, content_type=:content_type WHERE ID=:content_id");