Forum Replies Created

Viewing 15 replies - 46 through 60 (of 63 total)
  • Thread Starter Rob

    (@rob70)

    I am using Synology NAS DS118
    After 2 day’s I have WordPress running om my Virtual host

    Setup my virtual host as follow Name: domain name, HTTP Backup-end server: Nginx, PHP: PHP 5.6. Activate in phpMyAdmin MariaDB 5 and Create new database. Unzip WordPress 4.9.1. install dir. web/domain-name/wordpress etc. copied index.php to the root and change/added/edit

    require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );

    Run the website and fill in the required data. If every thing is OK you get/copy the text file in to wp-config.php file and copy this file to wordpress directory.

    Now I install added/extra in wp-config.php my ftp information.

    // forces the filesystem method: “direct”, “ssh”, “ftpext”, or “ftpsockets”
    define(‘FS_METHOD’, ‘ftpext’);

    // hostname:port combo for your SSH/FTP server
    define(‘FTP_HOST’, ‘xxxx:21’);

    // either your FTP or SSH username
    define(‘FTP_USER’, ‘web’);

    // password for FTP_USER username
    define(‘FTP_PASS’, ‘**********’);

    Next step is to create in NAS FTP named “web” (any name) with read/write permit to my domain directory. Group and user permission on File Station and HHTP.

    From here wordpress running fine

    Thx Rob73, The Neterlands

    • This reply was modified 6 years, 10 months ago by Rob.
    • This reply was modified 6 years, 10 months ago by Rob.
    • This reply was modified 6 years, 10 months ago by Rob.
    • This reply was modified 6 years, 10 months ago by Rob.
    • This reply was modified 6 years, 10 months ago by Rob.
    • This reply was modified 6 years, 10 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    Hi t-p
    >If you can install plugins, install Health Check.
    I install Health Check manually (FTP is NOT working)

    After I reading the Health Check information I decide to stop continue with wordpress running on my virtual host.

    Synology is NOT friendly in connecting WordPress and database ect… To many things I have to investigate and to change. I like to do that but only when I can do that in a group. To discuss what an why something is wrong…

    For now I setup my virtual host for simple websites example using MS Office (html)

    Still I have the original WordPress version from Synology running.

    Thxs for your advice..

    Best regards Rob73, The Netherlands

    Thread Starter Rob

    (@rob70)

    Learn from Synology Support as follow

    01 For Virtual host using MariaDB 5.0 (not MariaDB 10), Open user “root” password default “empty” create new database any name is ok in my case I using “wpdb”. Press go then leave MariaDB 5.0. Setup Virtual host I using for HTTP Backup server: Nginx and for PHP: PHP 5.6. That is all..

    02 I have reinstall my DS118 (NAS) from scratch. Take time but it is good to reinstall all package again. In web station I create 2 virtual websites in according above advice from Synology. From here avery website wordpress startup and is running fine.

    So my problem for this topic is solve. New problem appears about (FTP) but that I will issued an new topic.

    Thank Synology for there support…

    Best regards Rob73

    • This reply was modified 6 years, 10 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    Hello t-p

    I try out all what is in WordPress URL’s also the tutorial, NO Succes..
    I run in Web station an virtual host and the route is follow:
    web\phpMyAdmin\
    web\rvwing.eu\
    web\rvwing.eu\wordpress\
    phpMyAdmin can’t connect with WordPress, difference directories / location..
    I bring this issue to Synology support, waiting for an answer…

    For the moment I restore my website to an single web site

    Thx Rob73

    • This reply was modified 6 years, 11 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    Thks for your reply, I will follow your advice. I keep you informed. Rob73

    Thread Starter Rob

    (@rob70)

    Hello sanju1234.
    Thanks for your information.
    I will use your advice I my next WP Site.
    Very soon, Rob

    Thread Starter Rob

    (@rob70)

    Hello dapro

    Thx for your advice, yes I found it… Problem solved

    Rob70

    Thread Starter Rob

    (@rob70)

    I remove and reinstall WordPress on my Synology DS916+
    The same Error 500 is displayed again..
    The Solution: DS916+ goto Web station – General settings

    Synology WordPress default installation…
    HTTP back-end server – Nginx
    PHP: – Not Configured

    Modified this settings
    HTTP back-end server – Apache HTP Server 2.2
    PHP: – PHP 5.6

    In the dashboard goto settings set
    Site address (URL): Example: https://example.com

    From here it is working as it should be…

    Thx Rob70 (now 73 age)

    • This reply was modified 7 years, 6 months ago by Rob.
    • This reply was modified 7 years, 6 months ago by Rob.
    • This reply was modified 7 years, 6 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    Thx Rob

    Thread Starter Rob

    (@rob70)

    Hello Karan

    >Did you also change the Site URL in General Settings?
    I checked again oops NO (stupid)
    It is working NOW..
    You solve my problem greet…

    Thx Robert
    btw nice “nuancedesignstudio” site witch thema you use?

    Thread Starter Rob

    (@rob70)

    Many thxs for your reply, greet
    >Please add Web.config configuration run without PHP
    I did but is NOT working.
    The conflicting information is that I need to run index.php
    General speaking i need permission to run this file..
    https://xxxxx.nl HTTP Error 403.4 – Forbidden (0x80070005)
    https://xxxxx.nl HTTP Error 403.14 – Forbidden (0x00000000)
    If I run next URL’s it is working partly
    https://xxxxx.nl/wordpress/wp-admin/index.php I get my wordpress login screen
    https://xxxxx.nl/wordpress/index.php I get my site
    Only this 2 URL’s works other URL don’t work
    In the wwwroot I have an index.php file that will NOT rum
    Can be 2 reasons
    01 issue of permission
    02 running .php files has to enable?

    Rob70

    • This reply was modified 7 years, 7 months ago by Rob.
    • This reply was modified 7 years, 7 months ago by Rob.
    • This reply was modified 7 years, 7 months ago by Rob.
    • This reply was modified 7 years, 7 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    Yes “Enable 32bit Applications” is working, thanks
    One problem left

    Login wordpress https://192.168.2.1/wordpress/index.php the welkom message is displayed

    Login wordpress https://192.168.2.1/wordpress the welkom message is NOT displayed

    Means IIS block index.php. (Set by Default?)

    I test the connection and get this information

    OK Authentication Pass-through authentication (DefaultAppPool:ApplicationPoolldentity)
    !!! Authorization Cannot verify access to path (C:\ inetpub\wwwroot).

    Is this an Authorization question?

    Thx Rob70 I am now 73 (Age)

    • This reply was modified 7 years, 7 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    I don’t know what I am missing.
    For the moment the problem is solved…

    Many thanks for helping me out…

    Greet Robert

    Thread Starter Rob

    (@rob70)

    I remove plugin tinymce then make a new backup problem no problem
    Is it necessary to install tinymce-advanced.4.4.3 again?

    Thread Starter Rob

    (@rob70)

    Steven
    Any idea to witch plugin the file WordPress\wp-content\plugins\syno_ps_tinymce\scripts\ext-3.4\ux\ux-all.css belong?

    Thx Rob70

Viewing 15 replies - 46 through 60 (of 63 total)