By Valentin Bricot on Friday, 04 August 2017
Posted in General
Likes 0
Views 347
Votes 0
When I create an article and then I back it up after it puts me on a 500 page for what?

Can you solve this problem please?
Hi Valentin,

I've try to publish a blog post and I'm hitting the error below:
Warning: require_once(/home/bricotvafo/www/administrator/components/com_finder/helpers/indexer/adapter.php): failed to open stream: No such file or directory in /home/bricotvafo/www/plugins/finder/easyblog/easyblog.php on line 17

Fatal error: require_once(): Failed opening required '/home/bricotvafo/www/administrator/components/com_finder/helpers/indexer/adapter.php' (include_path='.:/usr/local/php7.1/lib/php') in /home/bricotvafo/www/plugins/finder/easyblog/easyblog.php on line 17

Seems like your are missing the whole folder of /administrator/components/com_finder. May I know do you remove this folder previously where it detect there is missing.
I've copy the folder over and blog post can be published correctly now: https://monosnap.com/file/BibrAfQWzMe6lcI3GD1K163xMhIHGv
·
Friday, 04 August 2017 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes it works perfect, can you to finish helping me.

It is on the terms & conditions that its bad written (see image)

Terms & amp; Conditions - i siyuhaute modify it with a correct spelling --- termes & conditions. (en français)

How do we do ? Or can you please do so?
·
Friday, 04 August 2017 14:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Valentin,

Seems like there is a bug regarding the issue, I've replace the .../media/com_easyblog/scripts/site-5.1.11-basic.min.js file and rename the existing file to have _bak and the ampersand (&) was shows fine now http://take.ms/hksx4

Can you clear your browser cache and see how it shows?
·
Friday, 04 August 2017 18:33
·
0 Likes
·
0 Votes
·
0 Comments
·
I want to change the color of the button and replace it with the same color.

When it moves its cursor on the button the button becomes blue and I wish it remains orange = #e65834

Move your mouse over the close button and I think you will understand.
·
Saturday, 05 August 2017 06:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Maybe you can try to apply css codes below on your customs.css files and see how it goes
[gist type="css"]
#eb .btn-primary:hover {
color: #fff !important;
background-color: #e65834 !important;
border-color: #e65834 !important;
}
[/gist]
·
Saturday, 05 August 2017 07:27
·
0 Likes
·
0 Votes
·
0 Comments
·
It does not work
·
Saturday, 05 August 2017 22:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Valentin,

Perhaps your browser is caching the old css? I tried to hover over the button and it works fine too. Please check my screen shot here, http://take.ms/Dcbzg

If it still doesn't work for you after clearing the cache, perhaps you could try this instead,

[gist]
body #eb .btn-primary:focus,
body #eb .btn-primary:hover {
color: #fff !important;
background-color: #e65834 !important;
border-color: #e65834 !important;
}
[/gist]
·
Saturday, 05 August 2017 23:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok it's perfect
·
Sunday, 06 August 2017 05:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Sunday, 06 August 2017 10:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post