netvision
Forum Replies Created
-
Forum: Plugins
In reply to: [YOURLS Link Creator] Error Message In PostI’m having the same problem. Everything works fine on localhost but when I installed it at my server the plugin stopped creating a short url for any posts and returns short url service web site plus this error:
” readonly=”readonly” tabindex=”501″ onclick=”this.focus();this.select()” />
I’m using hostgator hosting.
I also checked it as working with WP 3.4.2
Everything is working fine now, thanks.
The initial version was working without any problems but after update I see this error message:
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/ …I think ‘session_start();’ causes header already sent issues.
First I disabled ‘All in One Seo’ but it conflicted with something else.
Forum: Fixing WordPress
In reply to: I am crying for help!!! please any savvy tech user here???Try to upload an original .htacces file. Sometimes that file causes issues. Also just visit settings>permalinks
Forum: Fixing WordPress
In reply to: Changed hosting providers… Lots of issues.So did you check your .htaccess file (via ftp – in root folder)?. Make sure there is something like this in it (when moving it, some hosts change it):
# 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># END WordPress
Forum: Fixing WordPress
In reply to: Changed hosting providers… Lots of issues.Did you check the .htaccess file on root folder? If it’s writable go to wp-admin/settings/permalinks and click “save”. If it’s not writable, copy and paste the code that will be provided on permalinks page. When moving a site, I was faced htaccess problems. May be your problem is the same.
Forum: Fixing WordPress
In reply to: Help! I made wp-content my wordpress URL! No input file specified!You can go to phpmyadmin, select your database, then click options and correct your site url. WP experts may provide you an easier or better solution.
Forum: Fixing WordPress
In reply to: Why regular posts get indexed faster than custom post type posts?I trusted those people saying CPT is much better, then created a very big site, then spent lots of money to advertise it. And CPT posts get hardly indexed in 24 hours while regular posts get indexed in seconds. I tought those saying CPT is better could give me some ideas about this problem. It’s obvious that regular posts get indexed faster and rank higher than CPT posts and I’m trying to understand the reason. So that I wouldn’t have to switch to the regular posts ruining all the CPT structure, ruining existing SERPs, and wasting a week.
Forum: Plugins
In reply to: [WPMU Theme Select] Problem with WPMU Theme Select PluginAny idea?
Forum: Plugins
In reply to: [Plugin: WPMU Theme Select] “Steeling” Open sourceI posted a question about your plugin. I hope you are online.