ishay1999
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: User roles – for editing pagesI’m sorry but I’m a wordpress noob, where should I place this code?
Forum: Fixing WordPress
In reply to: problem with the database (I think)It’s in Hebrew, will a screenshot help?
Forum: Fixing WordPress
In reply to: problem with the database (I think)YES!!!! thank god! turning on the js debugging solved the problem, but i’m still having problem with the xml import
Forum: Fixing WordPress
In reply to: problem with the database (I think)I’m trying to walk through the page about the js but after changing the uploads to writeable, it’s just shows a blank page after pressing “upload and import”
Forum: Fixing WordPress
In reply to: problem with the database (I think)I don’t see a file called “upload permissions” in the wp-content folder
Forum: Fixing WordPress
In reply to: problem with the database (I think)And I got another problem that I think is related: Every time I’m trying to click “add media” in a new page, or switch to full screen or change to text editor instead of visual editor – nothing happens, sometimes it just adds a “#” sign in the end of the URL
Forum: Fixing WordPress
In reply to: problem with the database (I think)I can’t import all files to the sFTP, It says I don’t have permission or something and it creates bugs
Forum: Fixing WordPress
In reply to: problem with the database (I think)no. when tthe debbuging was off there were no problems but the ones i mentioned on the first post
Forum: Fixing WordPress
In reply to: problem with the database (I think)oh there it is, now i see the debug.log
I downloaded it and this is what’s written:
“
[25-May-2014 17:12:54 UTC] PHP Strict Standards: Declaration of WP_Import::bump_request_timeout() should be compatible with WP_Importer::bump_request_timeout($val) in /home/content/p3nexnas05_data03/35/2106335/html/wp-content/plugins/wordpress-importer/wordpress-importer.php on line 38
[25-May-2014 17:13:01 UTC] PHP Strict Standards: Declaration of WP_Import::bump_request_timeout() should be compatible with WP_Importer::bump_request_timeout($val) in /home/content/p3nexnas05_data03/35/2106335/html/wp-content/plugins/wordpress-importer/wordpress-importer.php on line 38
[25-May-2014 17:14:00 UTC] PHP Strict Standards: Redefining already defined constructor for class WXR_Parser_Regex in /home/content/p3nexnas05_data03/35/2106335/html/wp-content/plugins/wordpress-importer/parsers.php on line 408
[25-May-2014 17:14:00 UTC] PHP Strict Standards: Declaration of WP_Import::bump_request_timeout() should be compatible with WP_Importer::bump_request_timeout($val) in /home/content/p3nexnas05_data03/35/2106335/html/wp-content/plugins/wordpress-importer/wordpress-importer.php on line 38
”Forum: Fixing WordPress
In reply to: problem with the database (I think)oh, like uploading xml file? if so this is the problem showed:
“
Strict Standards: Redefining already defined constructor for class WXR_Parser_Regex in /home/content/p3nexnas05_data03/35/2106335/html/wp-content/plugins/wordpress-importer/parsers.php on line 408Strict Standards: Declaration of WP_Import::bump_request_timeout() should be compatible with WP_Importer::bump_request_timeout($val) in /home/content/p3nexnas05_data03/35/2106335/html/wp-content/plugins/wordpress-importer/wordpress-importer.php on line 38
”
Forum: Fixing WordPress
In reply to: problem with the database (I think)i don’t see “debug.log” file
Forum: Fixing WordPress
In reply to: problem with the database (I think)so to delete the line “define(‘WP_DEBUG’, false);” and switch with
“define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);”?Forum: Fixing WordPress
In reply to: problem with the database (I think)I don’t understand any of that.. can you explain this to be more clear to me?