What is a hamachi server?
Offline
jvvg wrote:
funelephant wrote:
What is a hamachi server?
Hamachi is a VPN client (basically puts a bunch of computers located in different places on the same network).
Oh.
(I want to set up ScratchR but it seems too hard )
Offline
funelephant wrote:
jvvg wrote:
funelephant wrote:
What is a hamachi server?
Hamachi is a VPN client (basically puts a bunch of computers located in different places on the same network).
Oh.
(I want to set up ScratchR but it seems too hard )
If you have a decent practical knowledge of PHP, it isn't that hard.
Offline
jvvg wrote:
funelephant wrote:
jvvg wrote:
Hamachi is a VPN client (basically puts a bunch of computers located in different places on the same network).Oh.
(I want to set up ScratchR but it seems too hard )If you have a decent practical knowledge of PHP, it isn't that hard.
I mostly know HTML
Offline
funelephant wrote:
jvvg wrote:
funelephant wrote:
Oh.
(I want to set up ScratchR but it seems too hard )If you have a decent practical knowledge of PHP, it isn't that hard.
I mostly know HTML
Well, once you fully learn HTML, you can start learning PHP. It is probably the easiest C-based language I know.
Offline
jvvg wrote:
funelephant wrote:
jvvg wrote:
If you have a decent practical knowledge of PHP, it isn't that hard.
I mostly know HTML
Well, once you fully learn HTML, you can start learning PHP. It is probably the easiest C-based language I know.
Oh
Offline
jvvg wrote:
jji7skyline wrote:
I'm working through your tutorial on my XP VM. I think I might understand it enough to get it on Linux... maybe
If you can find a compiled copy of the memcached PHP extension for UNIX/Linux, please let me know so I can use it on my Mac.
Could you link me to a memcached dll for PHP 5.4.4?
Offline
jji7skyline wrote:
jvvg wrote:
jji7skyline wrote:
I'm working through your tutorial on my XP VM. I think I might understand it enough to get it on Linux... maybe
If you can find a compiled copy of the memcached PHP extension for UNIX/Linux, please let me know so I can use it on my Mac.
Could you link me to a memcached dll for PHP 5.4.4?
I can link you to the one I used...
ProgrammingFreak wrote:
Offline
jvvg wrote:
jji7skyline wrote:
jvvg wrote:
If you can find a compiled copy of the memcached PHP extension for UNIX/Linux, please let me know so I can use it on my Mac.Could you link me to a memcached dll for PHP 5.4.4?
I can link you to the one I used...
ProgrammingFreak wrote:
That's for PHP 5.3. I need to either find a dll for 5.4.4, or downgrade my PHP on XAMPP...
Offline
jji7skyline wrote:
jvvg wrote:
jji7skyline wrote:
Could you link me to a memcached dll for PHP 5.4.4?I can link you to the one I used...
ProgrammingFreak wrote:
That's for PHP 5.3. I need to either find a dll for 5.4.4, or downgrade my PHP on XAMPP...
It's possible it will still work in 5.4.4 - why not try it?
Offline
jvvg wrote:
jji7skyline wrote:
jvvg wrote:
jji7skyline wrote:
Could you link me to a memcached dll for PHP 5.4.4?
I can link you to the one I used...
That's for PHP 5.3. I need to either find a dll for 5.4.4, or downgrade my PHP on XAMPP...
It's possible it will still work in 5.4.4 - why not try it?
I have. Here's the error I get from XAMPP, plus the webpage doesn't load.
PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
Offline
jji7skyline wrote:
jvvg wrote:
jji7skyline wrote:
That's for PHP 5.3. I need to either find a dll for 5.4.4, or downgrade my PHP on XAMPP...It's possible it will still work in 5.4.4 - why not try it?
I have. Here's the error I get from XAMPP, plus the webpage doesn't load.
PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
Oh. Google it, there's probably some version out there that will work.
Offline
jvvg wrote:
jji7skyline wrote:
jvvg wrote:
It's possible it will still work in 5.4.4 - why not try it?I have. Here's the error I get from XAMPP, plus the webpage doesn't load.
PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to matchOh. Google it, there's probably some version out there that will work.
I have. There doesn't seem to be a version of php_memcached.dll available that works with PHP 5.4.4. I'll try to get it working on my Mac now.
Offline
jji7skyline wrote:
jvvg wrote:
jji7skyline wrote:
I have. Here's the error I get from XAMPP, plus the webpage doesn't load.
PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to matchOh. Google it, there's probably some version out there that will work.
I have. There doesn't seem to be a version of php_memcached.dll available that works with PHP 5.4.4. I'll try to get it working on my Mac now.
Ok. If you can find a working extension, please give me a download link.
Offline
jvvg wrote:
jji7skyline wrote:
jvvg wrote:
Oh. Google it, there's probably some version out there that will work.I have. There doesn't seem to be a version of php_memcached.dll available that works with PHP 5.4.4. I'll try to get it working on my Mac now.
Ok. If you can find a working extension, please give me a download link.
I'll see what I can do
Offline
jji7skyline wrote:
jvvg wrote:
jji7skyline wrote:
I have. There doesn't seem to be a version of php_memcached.dll available that works with PHP 5.4.4. I'll try to get it working on my Mac now.Ok. If you can find a working extension, please give me a download link.
I'll see what I can do
Thanks.
Offline
jvvg wrote:
jji7skyline wrote:
jvvg wrote:
jji7skyline wrote:
Could you link me to a memcached dll for PHP 5.4.4?
I can link you to the one I used...
That's for PHP 5.3. I need to either find a dll for 5.4.4, or downgrade my PHP on XAMPP...
It's possible it will still work in 5.4.4 - why not try it?
It doesn't. DLLs for this version (I think you use NTS VC9) are here.
Offline
veggieman001 wrote:
jvvg wrote:
jji7skyline wrote:
That's for PHP 5.3. I need to either find a dll for 5.4.4, or downgrade my PHP on XAMPP...
It's possible it will still work in 5.4.4 - why not try it?
It doesn't. DLLs for this version (I think you use NTS VC9) are here.
I did try that, but I'll try it again...
EDIT: The zip contains a number of files, which do I use?
Last edited by jji7skyline (2012-08-29 23:20:39)
Offline
I've seen the user page one and the project one before, but none of the others. I got to look at karenb's screen during the scratcher interviews.
Last edited by ImagineIt (2012-08-29 23:56:19)
Offline
ImagineIt wrote:
I've seen the user page one and the project one before, but none of the others. I got to look at karenb's screen during the scratcher interviews.
What Scratcher interviews? The Skype one?
Offline
stevetheipad wrote:
ImagineIt wrote:
I've seen the user page one and the project one before, but none of the others. I got to look at karenb's screen during the scratcher interviews.
What Scratcher interviews? The Skype one?
In person. But they can be on skype.
Offline
ImagineIt wrote:
stevetheipad wrote:
ImagineIt wrote:
I've seen the user page one and the project one before, but none of the others. I got to look at karenb's screen during the scratcher interviews.
What Scratcher interviews? The Skype one?
In person. But they can be on skype.
Awesome!
Offline
Progress update: All files are downloaded, SQL databases are setup, though not tested, memcache is installed, using MAMP for the server with PHP version 5.2.17 from preferences, currently getting a blank page, but no errors. Any ideas?
Offline
It turns out it was a problem with invisible files and such. Anyway, I've got that fixed now, but now I get the error
"OMG. Scratch could not connect to memcached. Please try again later."
The Scratch Team are pretty creative with their error messages
But I checked my phpinfo page, and it seems memcached is installed and linked to my PHP just fine.
Any ideas?
Offline