| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 5 months |
| seen | Jan 24 at 19:22 | |
| stats | profile views | 17 |
|
Jan 2 |
accepted | cannot update wordpress from 3.4.2 to 3.5 |
|
Dec 28 |
awarded | Commentator |
|
Dec 28 |
comment |
cannot update wordpress from 3.4.2 to 3.5 I have tried it on several browsers and tried the updated 3 times already. There is no caching plugin installed. All my wordpress core folders wp-includes, wp-admin , wp-content have write permissions. However, the update goes until the last step and finally it gives me the 3.4.2 screen instead of 3.5 |
|
Dec 28 |
asked | cannot update wordpress from 3.4.2 to 3.5 |
|
Dec 24 |
asked | Change the color of the tags inside tag cloud based on count |
|
Dec 22 |
accepted | Trying to display posts but getting the pages as output |
|
Dec 22 |
asked | Trying to display posts but getting the pages as output |
|
Dec 5 |
awarded | Scholar |
|
Dec 5 |
awarded | Supporter |
|
Dec 5 |
comment |
Changing the wp-config.php broke the site Now my site has gone all blank and I just get a white page. I tried to turn on error reporting by including error_reporting(E_ALL); // OR error_reporting(-1); // OR ini_set('error_reporting', E_ALL); inside wp-config.php as i do not have access to php.ini. How can I fix the white screen? |
|
Dec 5 |
accepted | Changing the wp-config.php broke the site |
|
Dec 4 |
comment |
Changing the wp-config.php broke the site I can see all my plugins on the backend wp-content/plugins folder. But somehow the path got changed and even after deleting those define('WP_CONTENT_DIR','') and define('WP_CONTENT_URL','') lines. My site still cannot pick up those plugins :( Maybe it got cached? My wp-config.php is now the same as how it was before i made any change. How can I get my plugins to get detected? |
|
Dec 4 |
comment |
Changing the wp-config.php broke the site Most specifically i was using the widgetkit for wordpress. All the places where that was used have disappeared |
|
Dec 4 |
comment |
Changing the wp-config.php broke the site I had added only above 2 lines. I removed them immediately. However, the site is still down and even many of the widgets have disappeared. How can that happen? |
|
Dec 4 |
asked | Changing the wp-config.php broke the site |
|
Dec 4 |
comment |
Change the path where wordpress plugins are uploaded None of the plugins show up on the site |
|
Dec 4 |
comment |
Change the path where wordpress plugins are uploaded I added the lines define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/blog/wp-content' ); define( 'WP_CONTENT_URL', 'example/blog/wp-content'); in my wp-config.php and then removed it. But my site has now broken. PLEASE HELP |
|
Dec 4 |
comment |
Change the path where wordpress plugins are uploaded I used back up buddy. As it stands now, any plugin that I upload gets uploaded to public_html/oldsite/wp-content/plugins instead of public_html/wp-content/plugins. I even tried uploading the plugin manually to public_html/wp-content/plugins. However, plugin page does not detect it and so I am unable to install it. Any help will be appreciated. |
|
Dec 4 |
asked | Change the path where wordpress plugins are uploaded |