-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Modules #62
Comments
What's the contents of your utils/ConstServer.java file? I have the following modules installed php -m[PHP Modules] [Zend Modules] |
HI @jgkeightley public class ConstServer { |
@aaro7 |
For me it didn't work unless I had api.php at the end of base url e.g. package com.cloverstudio.spika.utils; public class ConstServer {
} |
becoz you have some errors in ur apache.. |
Any suggested fix then? |
@jgkeightley and tell me what you see.. |
@TTMTT 2/2NotFoundHttpException: No route found for "GET /" |
@jgkeightley |
hi, i install this code to my server and same problem when try open http://ip/Spika-Server/wwwroot Edit: i solved the problem, chance open_basedir value: none in php settings |
So i installed spika on my Raspberry. Made a mysql database. I get the same two errors as bipin000 when i try to open my-ip/Spika-Server/wwwroot. Did anyone have a solution? I am running nginx not apache! |
@KojoePi hi the above error you will have to fix but you can access client and server module by |
I will test it later and leave a reply if it works. Anyway: Are you using it to chat eith friends? Whats your experience? |
doesnt work. the Urls you dont work too, because there are no folders like admin or client in wwwroot! |
@KojoePi , then you have to built dependencies by using command > php composer.phar |
Hi
I'm running this code on my server
php -m
and
I received a list of installed modules
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dba
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
json
libxml
mbstring
mhash
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xdebug
xml
xmlreader
xmlwriter
zip
zlib
[Zend Modules]
Xdebug
What module does not exist?
Because I'm getting these messages in Spika-Android
Or why I get this error?
The text was updated successfully, but these errors were encountered: