carlytx
Forum Replies Created
-
I’ll take a look but I don’t think this is it since it works without a problem on the original site.
All I did was do a backup and restore it into another directory (different domain name) and it does not work as long as the permalinks are set to post name.
I have not been able to figure this out. It is not a major issue for us at the moment because the restore we are doing is just for testing. But it would be good to figure out why this happened. It must have something to do with permanlinks since as I indicated above when you change to the default permalink instead of post name it works.
My guess is that it may also have something to do with the fact that we are restoring into a different domain.
One of the people I work with posted this issue as a general question in the troubleshooting forum a couple of days ago but did not receive any response. I also noticed that this issue has been raised several times over the last few years and I didn’t see any resolution to the problem.
Just checked .htaccess and the only difference is that the lines in bold do not exist in the restored version. I put them in but it didn’t make a difference in the search. I will try to resave the settings on all plugins.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_php5.c>
php_value memory_limit 999M
</IfModule># END WordPress
One thing I forgot to mention. The permalinks are set to post name. If I change that to default the search results for multiple pages works but with the permalinks set to post name it does not.
Thanks again for this plugin. Just did a restore this morning to test it and it works flawlessly.
Good news. We just got it working again. Had to change both the php.ini file and the wp-config.php file.
we noticed that the error indicated memory exhausted at just under 68mb
so we set both entries to 80mb and it worked. I don’t know if both changes are needed but when we just changed the php.ini file it didn’t work.added in php.ini
memory_limit = 80MBadded in wp-config.php
define(‘WP_MEMORY_LIMIT’, ’80M’);hope this helps someone else. just wasted a whole day ??
I tried to raise the limit to 1000mb as you suggested with no luck.
I spoke with Godaddy’s first line support group and as expected they are totally useless.
I just emailed their advanced support group and hope they can address this.
We would really like to use your plugin.
Thanks for the link. I tried their suggestion of raising the memory setting in the php.ini file to 128mb but unfortunately it didn’t work.
I will try to call godaddy for some help but I don’t expect too much from them based on past experience.
It is very unfortunate if we can’t use this plugin because it is a great piece of software and I am hoping we can still resolve this.
thanks, tried it already and it didn’t help and I don’t expect any help from godaddy since they don’t do much to support third party software.
what I don’t understand is why it stopped working. As I indicated I backed up several times in the last month without an error.
Forum: Plugins
In reply to: [TubePress] video startIf you set up a playlist in youtube and then go to edit that playlist you will see an icon next to each video that looks like this {>} that lets you change the start and end times of a video.
If would be great if these changes apply in tubepress.
thanks.
Forum: Plugins
In reply to: [HungryFEED] Hungryfeed and Easy FancyboxI am sorry the site is under development and I can’t provide a link at this moment but here are two links related to the question I posted.
thanks
Forum: Plugins
In reply to: [Menubar] triggering a menu to openWhat we were looking for was a way to trigger a menu item (drop down) to trigger without pointing to it.
We were thinking that if a user clicked on a link at the bottom of a webpage the menu item (on the menubar at the top of the screen) that they are interested in would drop down as though they hovered over it allowing them to select one of the drop down menu items. This would avoid having to place the whole multi-level menu structure at the bottom of the page.
We would like to test the beta version but have too many things going on right now. Thanks for the offer.
Forum: Plugins
In reply to: [SuperSlider-Media-Pop] iframesorry I misunderstood the functionality of this plugin.
Forum: Plugins
In reply to: [Menubar] menu copythanks that’s a great suggestion.
Forum: Plugins
In reply to: [Firelight Lightbox] title questionthanks I will try it.