asniezek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp admin disapearprobably I know what is a problem:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes)I thing WP should have a notification about small level of PHP memory
Forum: Fixing WordPress
In reply to: wp admin disapear@twelvefootsnowman
plugins:
– google analytics for wordpress
– quicklu cache
– statpress
– wppolls
(these plugins I still use)
are not working after update wp do 3.0+Forum: Fixing WordPress
In reply to: wp admin disapearall plugins are compatibility with wp 3.0+
I deleted all old plugins, downloaded new version and now it is still the same problem 🙁Forum: Plugins
In reply to: plugins for radiostationooh sorry
like thisthats all 🙂
I dont know what I should do 🙂Maybe I give access to my blog and someone will look on my configuration?
no.
my htaccess looks like:RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]when i change wp-config (add NOBLOGREDIRECT) and enter the http://academica.org.pl I have a blank webpage.
I change from
define( ‘NOBLOGREDIRECT’, ‘www.academica.org.pl’ );
to
define( ‘NOBLOGREDIRECT’, ‘http://www.academica.org.pl’ );and it still not working 🙁
hm.. it’s not working..
my wp-configdefine('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'www.academica.org.pl' ); define( 'NOBLOGREDIRECT', 'www.academica.org.pl' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );if I enter the site http://academica.org.pl, blog is not aviable, no pages.
;(Forum: Networking WordPress
In reply to: new ideamore..
I have idea.maybe You could add some code do your wordpress.
ex. new domain is a new blog (now its working) or new domain is a pharser of categories (posts and pages)..so
ex. http://home.adresdomain.com
1. home is a new blog/wordpress
2. home is a category of post and pages??
Forum: Networking WordPress
In reply to: new ideasorry I thinging about category 🙂 not tags..
because If I write “http://domain.com/category” wordpress show me all post from category. And it possible to add category to pages?
then when we write “http://domain.com/category” or “http://category.domain.com” wordpress will be filter of all pages and posts?
It is possible?Forum: Networking WordPress
In reply to: new ideatags on Pages are not buolt in, but I think there’s a plugin for that.
I was looking for but not found.
Does anyone know the name of this plugin?