webifiedOne
Forum Replies Created
-
Same here. Also using PHP 7.2. I am going to abandon WPOptimize and give them a 1-star rating.
This is ridiculous that they seem not to be acknowledging this issue after such a long period of time. It was first reported at least a week, or more, ago.
- This reply was modified 7 years, 5 months ago by webifiedOne.
Forum: Plugins
In reply to: [The Events Calendar] Only 1 event showingThanks. Yes, disabling the Events Calendar Pro plugin, then re-enabling it, solved one issue: Now, all current and future events do show up.
The bad thing is that now the nice map view that used to be atop the listings, to show event locations, cannot be used. If I re-enable that view, or try to use any other view, such as Calendar or Grid view, the whole thing goes to pieces again.
This issue exists even after ALL other plugins have been deactivated. Therefore, I do not think there is any way for it to be a plugin conflict.
Thinking that it might be a corrupted file, I re-downloaded the Events Calendar and Events Calendar Pro plugin, and reinstalled them. That did not fix the problem of no longer being able to show anything other than the list view.
So, goodbye nice map and Calendar views, I guess.
Looks like maybe I might be having to find a different Events plugin. I went to Modern Tribe’s website and tried to get support on this issue, but they never responded.
Forum: Fixing WordPress
In reply to: Weird Paging URLsThanks.
I have opened a support request with the commercial theme maker, and will let everyone know what they find out.
I found 1 other WordPress post similar to this topic, and it suggested there was some sort of 301 redirect occurring at the host level.
Very strange.
I figured it out. Sorry for the panic. The setting is in Frontend Settings.Why in the world anyone would want their analytics to show up publicly on posts and pages still mystifies me, though. Hackers were following that stuff, apparently, and hitting our most popular pages based on the analytics reports that they could troll.
Forum: Fixing WordPress
In reply to: Making WordPress Show Up at Root of DomainThanks very much, Ryan. That was a fast response. That looks too easy to be true. Are there any gotchas not spelled out in that set of steps?
What about this other link, which seems to define different steps for the same scenario (moving your homepage up one level to the root): http://codex.ww.wp.xz.cn/Moving_WordPress#Moving_WordPress_Within_Your_Site ?
I really appreciate the response. 🙂
Forum: Fixing WordPress
In reply to: Add an Image & Edit Permalinks UnresponsiveI found a solution that makes perfect sense: Another developer discovered that code at wp-admin/includes/file.php did not work with his PHP server version.
Strangely, it was the exact same problem that existed way back with WP 2.5.x. A particular function is incompatible with many of the current versions of PHP on servers.
Here is the solution in its entirety, and it worked for me:
http://www.entertainingcode.com/archives/wordpress-image-upload-bug-fixed/
(As a side note: I had hoped to see more active support from developers in these forums. I am concerned that WordPress creators are unleashing this code and then just leaving everyone hanging on their own to try to figure out solutions themselves. While that sort of works, it is unethical and harms many people to not have dedicated volunteer developers monitoring and participating in these forums to help guide users to the correct solutions. The more I use WordPress and see the lackluster response from developers, the more dissatisfied I am becoming with the product! Speak up developers! Whatever happened to the ethic of “do no harm” and to support your work!)
Forum: Fixing WordPress
In reply to: Add an Image & Edit Permalinks UnresponsiveIt is unbelievable that there is no known solution for this. I dug even deeper via Google and Yahoo and found numerous reports of the same problem, with uneven success rates when the known solutions are followed.
I cannot understand why some of the more senior developers who work on the code on WordPress do not more directly address this issue.
It has plagued, attacked, and killed many blog sites starting with earlier versions than 2.9.1. Even as far back as 2.7.x, as far as I can tell from my research.
I guess you get what you pay for! If it is free, don’t expect support. I had hoped for a more robust volunteer developer support community, though!
Forum: Fixing WordPress
In reply to: Add an Image & Edit Permalinks UnresponsiveRIP WordPress. Used it from Version 2.2.x to 2.8. It died completely at 2.9.1.
Forum: Fixing WordPress
In reply to: Add an Image & Edit Permalinks UnresponsiveUnfortunately, no different server.
The weird thing is that it worked with version 2.8 just fine.
So, I guess that is the end of WordPress for me, unless I go to a new host somewhere…
Forum: Fixing WordPress
In reply to: Add an Image & Edit Permalinks UnresponsiveYes to both questions, esmi.
I re-downloaded the entire zip file from ww.wp.xz.cn. Then, I deleted everything off the server. Then, I re-uploaded the fresh files, and reconnected to the database.
I also have tried to make the Add/Upload and Permalink buttons work in both Firefox 3.5.x and IE7 and IE8.
I tried two different PCs — one with 64-bit Windows Vista and the other PC with Windows XP on it.
So, even with a completely, totally fresh install.
Also, just for kicks, I connected to a brand-new database with nothing in it, and the buttons still won’t work.
Forum: Fixing WordPress
In reply to: Javascript Carousel IssueMost likely, it is the file named prototype.js
However, if you deactivate prototype.js, your carousel won’t work. But, the other things that currently don’t work will start working again.
I am having trouble figuring out how to get Carousel to work without the prototype.js file; else, find an alternative altogether. prototype.js also conflicts with the videobox plugin, by the way!
Forum: Fixing WordPress
In reply to: managing RevisionsThanks. The revision-control editor works great. Now, I followed the exact same steps as MichaelH, by manually deleting revision records on wp_posts. Both times I tried it, the entire post went away, even though the post without the revisions remained in the database. Using MySQL 5.0 and PHP5.
In any case, the plugin works, and that resolves the problem. Trimmed the size of my database from 2 MB to .75 MB.
Forum: Fixing WordPress
In reply to: managing RevisionsThanks. Yes, I have learned the very hard way to always back up your database first. 🙂
Just for kicks I deleted all the revisions directly from my database on a post.
Then, when I viewed my blog, the entire post was missing!
However, the latest revision of the post remained intact in the database.
I don’t understand this.
Looks like using a plug-in to limit revisions might be a safer way to go.
But, I sure would like to know why the newest revision in the database cannot display after all its predecessors have been zapped.
Forum: Themes and Templates
In reply to: Elegant Grunge & PhotoblogOK. The solution is fixing some code in a file named functions.php.
Thanks to Michael’s wonderful help yesterday, he figured out that there is an ampersand in the php script that is not recognized correctly in some PHP installations.
He promises to be releasing an update/patch soon.
In the meantime, I can share with you the fixed “functions.php” file that seems to be working for me. (Use at your own risk.) Just e-mail me at benwinton at cox dot net.
Forum: Themes and Templates
In reply to: Elegant Grunge & PhotoblogMe, too.
Has anyone tried to contact Michael Tyson (the theme creator) directly to see if he can fix?
I am currently viewing two PHP files for possible bugs. They are: functions.php and tag-photoblog.php, which ship with his theme.
Michael, help!
PS: I just sent Michael an e-mail on this. Keep fingers crossed he will reply.