magicmango238
Forum Replies Created
-
Forum: Plugins
In reply to: [Clone] Problem restoring site from downloaded zipHiya
It turned out that my problem was with the hosting company, my permissions had been altered.
All I had to do was ask them to reset the permissions to grant me access.
Problem solved 🙂
Forum: Plugins
In reply to: [Clone] Problem restoring site from downloaded zipOk thanks a lot, there is hope, I’ll try doing it manually and copying the file over
Appreciate your help
Forum: Fixing WordPress
In reply to: /wp-admin/ NO Access to DashboardProbably not as aware as I should be, this is just a temporary measure i hope, I’ll be upgrading as soon as I can..
thx
Forum: Fixing WordPress
In reply to: /wp-admin/ NO Access to DashboardSorry just got your reply, thanks for your help
It turned out it was a memory issue with my host.. they upped the PHP and wordpress Memory assigned to my account… so far so good
Thanks again
The reason i had to downgrade is I use some plugins that do not work with the newer 7.1. Solved. I am using 3.51 and everything is running smoothly… thus far!
Forum: Plugins
In reply to: [Clone] Problem restoring site from downloaded zipHi I’m having the same problem, Did you manage to get this sorted by any chance!?
Thanks a lot
Forum: Fixing WordPress
In reply to: /wp-admin/ NO Access to DashboardHi thanks for your help
To downgrade I visited to wordpress archive release site and grabbed a copy of 3.5.1 and over wrote wp admin wp includes and all the other files ( except content )
This is the way I was told to do it? And it has worked fine before with no problems.
Anyways, trying to upgrade back up to the newer wordpress I get this error
Unpacking the update…
Could not copy files.
Installation Failed
I read somewhere to chaage idex.php in the wp admin folder to index.html
I tried it just to see what would happen and this time when clicking on dashboard.. i get this..4, ‘default’ => 1) ); else add_screen_option(‘layout_columns’, array(‘max’ => 4, ‘default’ => 2) ); $help = ‘
‘ . __( ‘Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab in the upper corner.’ ) . ‘‘; // Not using chaining here, so as to be parseable by PHP4. $screen = get_current_screen(); $screen->add_help_tab( array( ‘id’ => ‘overview’, ‘title’ => __( ‘Overview’ ), ‘content’ => $help, ) ); // Help tabs $help = ‘
‘ . __(‘The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.’) . ‘‘; $help .= ‘
ETC ETC all the way down the page
( I changed it back)
I dont know much about php or anything like that but the fact that the name change in file got at least an html version of the dashboard as opposed to a 404 error page?
I really appreciate any help!