By Curtis Alcock on Sunday, 23 April 2017
Posted in Technical Issues
Likes 0
Views 626
Votes 0
As you can see from the screen grab, the administrator layout is all mucked up after adding a CDN server setting in the Settings -> General -> System, and I've not been able to use EasyBlog since. As a result I am unable to remove the CDN path using the admin module to see if that solves the problem. Is it possible for me to remove this setting manually (e.g. through PHPMyAdmin or in a configuration file)? If so, where do I look?

I have tried re-installing.
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

You can check from your phpmyadmin under this table #__easyblog_configs , set this following value to empty.


cdn_url=""


If the issue still persists, can you update your Joomla backend and FTP access at http://stackideas.com/dashboard/site so we can better have a check?
·
Sunday, 23 April 2017 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
For some reason, I am unable to make that change in myphpadmin......
I can see where you are talking about... And see up to this much, but how can I open and edit...?
{"main_apikey":"72174540d168606823975e52bb925bbc",...


Even tried to change the value like this,

ALTER TABLE jos_easyblog_config
ALTER COLUMN cdn_url SET DEFAULT ' ' ;


But that didn't work either
·
Tuesday, 16 May 2017 18:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you try add new column from your jos_easyblog_config table?

You can refer on my attached screenshot below.
·
Tuesday, 16 May 2017 18:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Unfortunately, that didn't work..
After I restarted both apache and sql it still shows the same thing..

Attached is how I entered what was mentioned to complete.
·
Wednesday, 17 May 2017 09:52
·
0 Likes
·
0 Votes
·
0 Comments
·
After you added that id columns, you should able to edit your params data from your #__easyblog_config table.

If still can't, perhaps you can start a new thread on our forum and provide us with your Joomla backend, FTP, PHPMYADMIN access so we can help you check on this?
·
Wednesday, 17 May 2017 10:19
·
0 Likes
·
0 Votes
·
0 Comments
·
My apologies, I assumed the code was all that needed to be completed.
It worked like a charm..... Many Thanks
·
Wednesday, 17 May 2017 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. 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.
·
Wednesday, 17 May 2017 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post