everest191
Forum Replies Created
-
Forum: Plugins
In reply to: Buddypress links page create linkI mean I have not a page now that I or my user can create a link
Forum: Networking WordPress
In reply to: network on another urlHi
I disabled all plugins except buddypress,( because if I disable buddypress I can not see the admin nigther the site, it will become a white page) and after disabling I had the same problem!Forum: Networking WordPress
In reply to: network on another urlHi
I add this one in configdefine( 'WP_ALLOW_MULTISITE', true );and in my admin/tools I got this one”define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'www.borderlessnews.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);but as soon as I added this one in config I get error…..
I have buddypress, and bp-link and bp-group installed. they work good, but the problem is that I need subdomain and I have got wildcard from my host.
can buddypress create problem?!!Forum: Installing WordPress
In reply to: white page for both admin and siteThank you
Forum: Networking WordPress
In reply to: network on another urlHI
I have done exact same that you said and I have same problemForum: Networking WordPress
In reply to: network on another urlI have not any define (‘domain…) I add the other one but it is the same problem
Forum: Networking WordPress
In reply to: network on another urltanks I have read. the problem is when I copy the code from admin/tools into the config I get error stabilishing database if the subdomai is false and when it is true I gethttp://www.mysite.com/wp-signup.php?new=www.mysite.com in adress bar and the message is this site has a redirect loop
as you se in adress bar there is no http and only www
thank you for repalyingForum: Networking WordPress
In reply to: network on another urlHi I reinstall wp and here is my htaccess what must be change
# 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 WordPresForum: Networking WordPress
In reply to: network on another urlwww without http
Forum: Networking WordPress
In reply to: network on another urlHi
it is wwwForum: Networking WordPress
In reply to: network on another urlHi
thanks for the reply, the problem is that when I put the code in wp_config if I have subdomain is true, I get “http://www.borderlessnews.com/wp-signup.php?new=www.borderlessnews.com” in the address bar and diplsays: “This webpage has a redirect loop”
and if it is false, I get error database stabilishing.
I have been in the database and changed all myclientdemo.com to borderlessnews.com which is my site url. Unfortunately I can not find the person who has developed the site in its server (myclientdemo.com).
and I have contacted my web hosting and they say that there is no problem with htaccessAs I said before I have bp group and bp linketc. and the wild card that will allow me to have the subdomain
Forum: Networking WordPress
In reply to: network on another urlno missing I add the
define( 'WP_ALLOW_MULTISITE', true ); define('MULTISITE', true);and then I got the
define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'www.myclientsdemo.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);in my admin
Forum: Networking WordPress
In reply to: network on another urlHi
Exact after that I add the first step, I get it in my admin/toolsForum: Networking WordPress
In reply to: network on another urlI had done, before those codes exact as codex
Forum: Networking WordPress
In reply to: network on another urlthis one:
define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'www.myclientsdemo.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);and when I change myclientsdemo to mysite, Iget the message :”Error establishing a database connection”