Prathamesh Palve
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Issues updating to 4.7.1 & 4.7.2I advice you to Disbale the themes and plugins by just changing the name of the themes and plugins to any other name and then manually update wordpress !
Maybe some theme or plugin may be having a conflict !Forum: Installing WordPress
In reply to: (Local) Error establishing a database connectionokay just check your database connections properly .
Ensure that if you use case sensitive characters whike creation of database and its users with (credentials). Once you check that and correct it if needed you are done !Forum: Installing WordPress
In reply to: Creating a web siteThe two primary things neded are a domain and a hosting .
you could just create your website first offline and then you could use any of the free hosts available online (i woudlnt recommend that ) . Once you are done with the development just host it on some free platform na use it for a while . Also have a look at https://www.ads-software.com/hosting/ wordpress works perfectly with these ones- This reply was modified 8 years, 1 month ago by Prathamesh Palve.
Forum: Installing WordPress
In reply to: no access to myphpadmin create databasejust create a msql user and assign it to the datbase of your wordpress installation . After you create the user and assign it go to config.php and update the permissions as specified by @Ibahjaoul . To check what database was your wordpress installation was using go to wp-config.php and have a look at the structure like the one stated below and work likewise.
Sturcture in wp-config.php :-
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘database_name_here’);/** MySQL database username */
define(‘DB_USER’, ‘username_here’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘password_here’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);Forum: Installing WordPress
In reply to: How to create a wordpress site then point at existing domainUpdating the wordpress address is a better option or otherwise backbuddy will also be helpful to you
Forum: Fixing WordPress
In reply to: Broken installfirst of all what changes did you make in functions.php ?
Please elaborate more on it so i could help you solve this issue asapForum: Fixing WordPress
In reply to: Index.php file is emptyyumm i would request you to download the whole package and then just copy paste the index.php file and give a try !
Forum: Plugins
In reply to: [Wordpress PDF Light Viewer Plugin] Messes up Slider Revolutioncould you please elaborate more on it and provide more information to me . Even i couldnt reproduce the issue !
could you exactly show me where the problem occurs so that i could help you with it !
Forum: Fixing WordPress
In reply to: FileZilla files move and get lostcould you provide the logs over here so tio determine to correct issue .
Forum: Fixing WordPress
In reply to: error databasewell does it ask you to install wp again when you navigate to /wp-admin
Forum: Fixing WordPress
In reply to: Media forbidden from public view. error 403Have a look at this for yoru file permissions
https://www.ads-software.com/support/topic/solved-default-file-permissions?replies=1Forum: Fixing WordPress
In reply to: Media forbidden from public view. error 403Try editing your file permissions a little or if you are using any security plugins you will have look after them too !
Forum: Fixing WordPress
In reply to: Header Photo Issuewell are you talking about the logo tht you have put ? also please elaborate more on it so i could help you more in it
If you are talking about the images below your navigation which keep changing ! i would suggest you to use revolution slider plugin for that so to ease your work of allignment and coding !