windo31
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Event Manager] QEM 8.4 not compatible with wp-pagenavi !!Hi aerin,
Thank you, it seems to be good now. I reactivated wp-pagenavi and my website is OK.
Can you officialize this update ?
Thanx for all.
windoForum: Fixing WordPress
In reply to: Media libraryOK !!!! YESSSSS !!
I fixed it !
The functions.php file is encoded in UTF8, while the file loaded by ‘include_once’ is encoded in UTF8 without BOM.
I was however meticulous about that but I missed this bug ! what a misery !
I hope my experience will be useful for anyone.Thank you all for your help, I can mark this topic as resolved.
You know what ? I’m happy ??
Forum: Fixing WordPress
In reply to: Media libraryHo ho !
the problem comes from one line where I include_once a file containing the functions to connect to the database.
when i remove it, the medias are displayed properly, but I cannot lo as a user
when i insert it, i can log as a user but the medias are not displayed (as grid only).
I’m really not a friend with php ??Forum: Fixing WordPress
In reply to: Media libraryThank you RMIGHTY1, I read your post and checked my .htaccess file but the problem is stille there.
So I checked my theme by deleting all the files. The problem disappeared. Then I copied the files one by one and checked the medias menu in the dashboard. Only the functions.php file caused the problem.
But what is amazing is that I commented every function one by one and the problem is still there ???
I changed the file format (UTF8 instead of UTF8 without BOM) but nothing changed. I’m quite disappointed !
Please do you have any idea ?
ThxForum: Fixing WordPress
In reply to: Media libraryHere are the errors reported when wp-debug is set to true:
Strict Standards: Redefining already defined constructor for class wp_memory_usage in /srv/d_pic/pic/home/ascl-v1/wordpress/wp-content/plugins/wp-memory-usage/wp-memory-usage.php on line 39 ? Notice: Undefined offset: 1 in /srv/d_pic/pic/home/ascl-v1/wordpress/wp-content/plugins/quick-event-manager/quick-event-manager.php on line 1383 Notice: Undefined variable: eventbackground in /srv/d_pic/pic/home/ascl-v1/wordpress/wp-content/plugins/quick-event-manager/quick-event-manager.php on line 1430 Notice: Undefined index: eventgridborder in /srv/d_pic/pic/home/ascl-v1/wordpress/wp-content/plugins/quick-event-manager/quick-event-manager.php on line 1451
the 3 last one are new, and I’m going to check what they mean.
Forum: Fixing WordPress
In reply to: Media libraryHi,
Effectively we are not in the same context exactly, but I’d like to follow this new post, if it could give me some ideas for investigations…
I tried to comment large parts of my ‘function.php’ file (the one I modified mostly) and I cannot fix the issue. I wonder if it is not due to the database broken, but I tried to upload nex pictures and the same problem still occurs.
I tried to log errors thanks to the wp-debug in the file wp-config.php. nothing is reported.
No recent *error* file has been generated in the complete directory of the website.
I think the last possibility is the 4th you gave me Jackie McBride: I have to ask my host to setup my web space with error logging feature.wait and see……
Forum: Fixing WordPress
In reply to: Media libraryHi Jackie McBride and thank you for your answer.
You where right on the 1st topic; I use a child theme that I modified from Smpl Skeleton. When I switched to the original one, the issue disapeared ! so I have to identify the differences, for each file I modified.
Of course I use a lot of plugin and I try as far as I can, to modify my functions.php file instead of using a plugin. But I’m quite a beginner in php/html5, so when it is too hard and a plugin exists, i used it, including preferably the most appreciated.
I confirm that I use the latest version of WP (4.5.3) and every time I update a plugin, I check if it is compatible. But in fact I discovered that 14/29 have not been certified with the last version of WP.So I have to work hard now to find where is the cause of the issue.
Thank you very much for your help, I’ll try to post the reason and how I fixed it.
Thank you for all the rules you gave me to check for troubleshooting.
windoOK thank you. I’ll try it later in this evening…
I hesitate to do this because several plugins (21 !) are included in my website, and during this test, it would be not available or completely broken…
But it’s sure it could be a radical solution.
Do you know how it could be managed ?Thank you for your answer.
But I changed the fields as you indicate but the result is identical, except that only the ‘From’ field is bizarre (test <[email protected]>).
And the cursor is still busy when the button send is pressed.I just add the following: sometimes (often), the mail is sent but the cursor remains ‘busy’ while running endlessly…
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] blocked in step2 : design windowPlease, what are the tables name in the database ?
because, I develop my website locally on my pc and I dont have the same tables ???Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] blocked in step2 : design windowHi,
I did it but nothing is displayed.
Thank youForum: Plugins
In reply to: [Media File Manager] add capability for non admin useranybody knows ? please !
Hi Dave,
Thank you for your quick answer, but I could’nt see any difference.
In my function.php file, I added the code given in the example.
In URE settings, I added the capability ‘metaslider_use’ for the user.
But I dont see the Metaslider menu in the dashboard when connected as the user.
Is it the correct manner to add this ?Thank you a lot