Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter vikassharmas

    (@vikassharmas)

    Thanks, able to install wp and it is running fine ??

    Regards,

    Forum: Plugins
    In reply to: Could not create directory.
    Thread Starter vikassharmas

    (@vikassharmas)

    issue got resolved by giving permission to www-data ??

    Thanks,

    Thread Starter vikassharmas

    (@vikassharmas)

    it’s working now ??

    Thanks

    Regards,
    Vikas

    Thread Starter vikassharmas

    (@vikassharmas)

    Hi Ross,

    thanks for your support. WP is installed. Now a new problem ??

    while uploading the images, I am getting following error

    Unable to create directory wp-content/uploads/2014/12. Is its parent directory writable by the server?

    looks like some database is not ready..

    Can you please help?

    Regards,
    Vikas

    Thread Starter vikassharmas

    (@vikassharmas)

    Hi Ross,

    Done all the steps, but no success ??

    Regards,
    Vikas

    Thread Starter vikassharmas

    (@vikassharmas)

    Dear Ross,

    Right now I just need one single web site to run on LAMP setup.
    I have enable and restarted the mod_rewrite, but no use ??

    root@ctrl4c4350:~# sudo a2enmod rewrite
    Enabling module rewrite.
    To activate the new configuration, you need to run:
    service apache2 restart
    root@ctrl4c4350:~# service apache2 restart
    * Restarting web server apache2

    Regards,
    Vikas

    Thread Starter vikassharmas

    (@vikassharmas)

    Hi Ross,

    From digitalocean, I have installed WP

    https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-12-04

    and in step 4
    sudo chown username:www-data /var/www -R
    sudo chmod g+w /var/www -R

    I have used username as = www-data

    Thread Starter vikassharmas

    (@vikassharmas)

    Hi Ross,
    Here are the output..

    Output 1 >
    vi /etc/hosts

    # Automatically generated by OnApp (3.3.0)
    127.0.0.1 localhost
    103.231.101.222 ctrl4c4350.379 ctrl4c4350
    ~
    ~
    ~

    output 2 >

    root@ctrl4c4350:/etc/apache2/sites-enabled# pwd
    /etc/apache2/sites-enabled
    root@ctrl4c4350:/etc/apache2/sites-enabled# ls
    000-default
    root@ctrl4c4350:/etc/apache2/sites-enabled#

    <VirtualHost *:80>
    ServerAdmin webmaster@localhost

    DocumentRoot /var/www
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    </Directory>
    <Directory /var/www/>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    allow from all
    </Directory>

    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    <Directory “/usr/lib/cgi-bin”>
    AllowOverride None
    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
    Order allow,deny
    Allow from all
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/error.log

    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn

    CustomLog ${APACHE_LOG_DIR}/access.log combined
    </VirtualHost>

    <VirtualHost *:80>
    ServerAdmin webmaster@localhost
    ServerName cdn.swavik.com
    DocumentRoot /var/www
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    </Directory>
    <Directory /var/www/>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    allow from all
    </Directory>

    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    <Directory “/usr/lib/cgi-bin”>
    AllowOverride None
    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
    Order allow,deny
    Allow from all
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/error.log

    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn

    CustomLog ${APACHE_LOG_DIR}/access.log combined
    </VirtualHost>

    Thread Starter vikassharmas

    (@vikassharmas)

    Hi Ross,

    I have got the LAMP from CTRLS DC in India and I myself is trying to install the WP on the LAMP setup.

    Unfortunately I do not know how to proceed further until I can see the WP gui page.

    Do you recommend to install WP in WAMP setup? Or you can help me to resolve the issue on LAMP.
    [ redacted, support is not offered via email, Skype, IM etc. only in the forums ]

    Thread Starter vikassharmas

    (@vikassharmas)

    Hi,

    I have not installed any additional plugin and just followed the instruction from https://www.digitalocean.com

    here is the output

    root@ctrl4c4350:~# cd wordpress/
    root@ctrl4c4350:~/wordpress# cd wp-content/
    root@ctrl4c4350:~/wordpress/wp-content# ls
    index.php plugins themes
    root@ctrl4c4350:~/wordpress/wp-content# cd plugins/
    root@ctrl4c4350:~/wordpress/wp-content/plugins# ls
    akismet hello.php index.php
    root@ctrl4c4350:~/wordpress/wp-content/plugins#

    Can you help?

    Regards,
    Vikas

Viewing 10 replies - 1 through 10 (of 10 total)