usersamara
Forum Replies Created
-
Forum: Plugins
In reply to: [Docxpresso] I add the document but I see nothingHi!
Please, help!
I have same problem:
[docxpresso file=”http://17.spp-opp.ru/cms/wp-content/uploads/2017/04/test.odt” comments=true]
Warning: ZipArchive::close(): Invalid or unitialized Zip object in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/CreateDocument.inc on line 82 Notice: Undefined index: content.xml in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/CreateDocument.inc on line 86 Warning: DOMDocument::loadXML(): Empty string supplied as input in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/CreateDocument.inc on line 86 Notice: Undefined index: styles.xml in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/CreateDocument.inc on line 89 Warning: DOMDocument::loadXML(): Empty string supplied as input in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/CreateDocument.inc on line 89 Notice: Undefined index: META-INF/manifest.xml in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/CreateDocument.inc on line 93 Warning: DOMDocument::loadXML(): Empty string supplied as input in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/CreateDocument.inc on line 93 Warning: DOMXPath::query(): Undefined namespace prefix in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/classes/ODF2HTML5/ODF2HTML5.inc on line 3537 Warning: DOMXPath::query(): Invalid expression in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/classes/ODF2HTML5/ODF2HTML5.inc on line 3537 Warning: Invalid argument supplied for foreach() in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/classes/ODF2HTML5/ODF2HTML5.inc on line 3538 Warning: DOMXPath::query(): Undefined namespace prefix in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/classes/ODF2HTML5/ODF2HTML5.inc on line 845 Warning: DOMXPath::query(): Invalid expression in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/classes/ODF2HTML5/ODF2HTML5.inc on line 845 Notice: Trying to get property of non-object in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/classes/ODF2HTML5/ODF2HTML5.inc on line 846 Notice: Trying to get property of non-object in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/classes/ODF2HTML5/ODF2HTML5.inc on line 716 Warning: Invalid argument supplied for foreach() in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/classes/ODF2HTML5/ODF2HTML5.inc on line 719 Notice: Undefined variable: master in /home/m/maxd09yo/maxd09yo.bget.ru/public_html/17.spp-opp.ru/cms/wp-content/plugins/docxpresso/classes/ODF2HTML5/ODF2HTML5.inc on line 3746Forum: Fixing WordPress
In reply to: Huge error_log filePlease reply to the topic question !
For development reason, in the file wp-config.php I entered user with read-only privileges to mySQL DB – now I have same problem like clickmarketing .
I have carefully read http://codex.ww.wp.xz.cn/Editing_wp-config.php
Adding in the wp-config.php these lines had no effect:@ini_set( 'error_reporting', '0' ); ini_set('log_errors','Off'); @ini_set( 'log_errors_max_len', '1024' ); @ini_set( 'ignore_repeated_errors', 'On' ); @ini_set( 'ignore_repeated_source', 'On' ); @ini_set( 'log_errors', 'Off' ); @ini_set( 'display_errors', 'Off' );I even created a .htaccess file in the wp-admin directory:
php_flag log_errors offphp_flag log_errors offWhich core file should I edit to limit the size of the error log?!