tbennettcc
Forum Replies Created
-
But that’s the thing… you’re saying “When there is file with same name is already exist”… this is happening even if I delete the existing file, therefore the file no longer exists.
So, if I understand you correctly, then:
There exists some cache somewhere with every filename ever uploaded before. There is no way to delete this cache. And the only workaround to this problem is to buy the plugin.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Unable to create complex recurring eventsSo, I would have to go in and select 26 individual Saturdays every year? There’s not way (currently) to automate this? Do you plan to add this functionality at a future date?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Unable to create complex recurring eventsWhat happens if there are five Saturdays in one month? It won’t be every two weeks…
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event page blankYour events are indeed showing up. They’re just showing up far down the page, with a lot of whitespace in between the title and the content.
Have you recently installed anything new to your WordPress site?
A first step to troubleshooting the issue might be to disable all of the plugins except the “All-in-One Even Calendar”, and see if the problem still exists. Do you know how to do this?
Forum: Fixing WordPress
In reply to: missing files?That’s awesome troubleshooting, skoville! Great job!
Forum: Fixing WordPress
In reply to: I cannot access my site any moreYour webpage, diyalogum.com, is loading fine for me…
Forum: Fixing WordPress
In reply to: wp_options: Table 'wordpress_1.wp_options' doesn't existWhat’s the URL and hosting provider for your old site?
What’s the URL and hosting provider for your new site?
What are the steps you’ve taken to migrate the site?
Forum: Fixing WordPress
In reply to: No comment formDisable all your plugins and revert to one of the default WordPress themes (like Twenty Fifteen). Does the problem still exist under these conditions?
Forum: Fixing WordPress
In reply to: Show list of usersI am seeing some images, and other squares look like blank Post-It notes with some characters on it, a red check mark, and “The List”.
Is this what you are seeing as well? Some pictures showing and some not? Is this what you mean when you say “blank”? Or are you not seeing any images, either pictures or Post-It notes?
Forum: Fixing WordPress
In reply to: Website not loadingYou should just rename the folder for now. If it fixes the problem, and you don’t want that plugin anymore, then yes, you can delete the folder.
Forum: Fixing WordPress
In reply to: how to fix httaccess to be able to loginWhat is your website?
How long has the redirection script been in place? Did it ever work and still allow you to login?
You might look here:
http://stackoverflow.com/questions/6534904/how-to-remove-file-extension-from-website-address
As well as the ton of information already available on Google:
Forum: Fixing WordPress
In reply to: Website not loadingThat appears to be one way to solve the problem, yes. You could also go to the BuddyPress Support Website and post your issue there, and see if anybody’s more familiar with your specific issue. It could be a bad version, or missing file. You can try to troubleshoot it, or you can look for another plugin.
Congratulations! Always nice to solve a problem, isn’t it?
Could you do us a favor and mark this thread as resolved?
If the problem is so urgent, you are more than welcome to pay for somebody to fix your site:
http://codex.wordpress.org/Forum_Welcome#Offering_to_Pay
Please do not disparage the volunteers here who offer their time and support at no charge to you. Some of us are more experienced than others. We’re here because we like helping. Sometimes we can’t figure out the problem. That’s the nature of technology.
Forum: Fixing WordPress
In reply to: Website not loadingYou were “working on it”? Doing what? Can you elaborate?
Can you open a console or otherwise access the backend of your site? SSH/FTP, etc.
If you can do that, you’ll want to rename the buddypress folder inside of /data01/ramonbenton/public_html/wp-content/plugins/. Then, you should be able to get into your website, at which point you need to look at the file bp-activity-filters.php on line 232 to see why it’s calling the function bp_activity_do_mentions(), what that function does (if possible), and maybe talk to the makers of the buddypress plugin and see what the problem is.
Of course, this all depends on why the problem is happening in the first place.
Something to check out here:
http://phpxref.ftwr.co.uk/buddypress/src/bp-activity/bp-activity-filters.php.source.html#l232This website points to the function being at /bp-activity/bp-activity-functions.php on line 26. You might want to check to see if the file’s still there, what the file’s permissions are, etc.