[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4762: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4764: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4765: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4766: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
nodo-domotica.nl • Toon onderwerp - Webapp op synology - Afdrukweergave
nodo-domotica.nl
http://www.nodo-domotica.nl/forum/

Webapp op synology
http://www.nodo-domotica.nl/forum/viewtopic.php?f=36&t=1728
Pagina 1 van 2  Volgende »
Auteur:  Jan21 [ 09 okt 2013, 23:19 ]
Titel:  Webapp op synology

ik ben hier twee dagen mee bezig en het lukt niet.
Ik kreeg wel de bekende inlog scherm. Als ik probeer een account te maken en klik op sign in kreeg ik het volgende.
Warning: mysql_select_db() expects parameter 2 to be resource, null given in /volume1/web/webapp/signup.php on line 32 No database selected
'
Ik heb verschillende versies gebruikt volgens Nodo wiki zonder suc6.

Wie kan helpen of een hint geven.
Auteur:  rtenklooster [ 10 okt 2013, 18:07 ]
Titel:  Re: Webapp op synology

Lijkt erop dat je in /connections/db_connection.php je gegevens van je database niet hebt ingevuld?
Auteur:  Jan21 [ 10 okt 2013, 19:17 ]
Titel:  Re: Webapp op synology

Ik had een database "nodo" aangemaakt en ingevoerd in db_connection

<?php
$db_hostname = "localhost";
$database = "nodo"; (database heb ik aagemaakt zonder tabellen)
$db_username = "test"; (gebruiker heb ik aangemaakt met alle rechten)
$db_password = "1234";
$db = mysql_pconnect($db_hostname, $db_username, $db_password) or trigger_error(mysql_error(),E_USER_ERROR);
?>
als ik nu in signup pagina de gegevens invoer en signup druk kreeg ik weer iets anders:
Table 'nodo.nodo_tbl_users' doesn't exist

Ik zie door de bomen het bos niet meer.
Auteur:  bryan241 [ 11 okt 2013, 13:07 ]
Titel:  Re: Webapp op synology

In de webapp\MYSQL directory staat een sql script dat met behulp van phpMyAdmin uitgevoerd kan worden.
Dit script creeert de tabellen voor je.

LET OP:

Het script probeert ook de database aan te maken voor je, die je zelf al handmatig had aangemaakt.
Verander de regel :
CREATE DATABASE `nododom_webappdb` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `nododom_webappdb`;
Auteur:  Jan21 [ 11 okt 2013, 16:13 ]
Titel:  Re: Webapp op synology

nu kom ik de volgende melding tegen.

Table 'nododom_webappdb.nodo_tbl_users' doesn't exist
Auteur:  bryan241 [ 11 okt 2013, 18:00 ]
Titel:  Re: Webapp op synology

Heb je het volledige script uitgevoerd?

Als je in phpmyadmin kijkt, zijn alle tabellen aanwezig?
Auteur:  Jan21 [ 11 okt 2013, 20:22 ]
Titel:  Re: Webapp op synology

Ik heb de Nodo Wiki stappen gevolgd.
http://www.nodo-domotica.nl/index.php/SynologyWebApp
Nu zie ik dat de pagina offline is omdat het niet compleet is, denk ik.
Ik zal het erg op prijs stellen als een duidelijk handleiding komt.
Auteur:  Jan21 [ 12 okt 2013, 10:58 ]
Titel:  Re: Webapp op synology

Met hulp van bryan241 is het gelukt om webapp software op mijn synology te instaleren met de juiste tabellen. Alles werkt zoals het hoort.
Mijn grote dank aan bryan241.
Top
Auteur:  BazemanKM [ 02 nov 2013, 14:04 ]
Titel:  Re: Webapp op synology

Ik heb een handleiding geplaatst voor het installeren van de Webapp op een Synology:
http://www.fam-oldenburger.nl/wordpress ... gy-server/
Auteur:  BazemanKM [ 27 nov 2013, 19:39 ]
Titel:  Re: Webapp op synology

Ik heb bovenstaande handleiding eergisteren nog iets aangepast, omdat het nog niet helemaal goed werkte. Vooral in de aan te passen bestanden en de koppeling tussen WebApp en Nodo ging het niet helemaal goed. Ook een handmatig ingesteld IP adres gooide bij mij roet in het eten.
Pagina 1 van 2 Alle tijden zijn GMT + 1 uur