I'm going to try and set it up again on my machine to see if I can.
Offline
Alright.
Offline
I'd also love to make a wiki page on this once I figure it out again... I wonder if that would fit there? (I would think so.)
Offline
I think it would...
Offline
Awesome. :3
I hope I can get everything worked out today.
Offline
lallaway12 wrote:
Can I use Xampp lite on this?
Perhaps. You may have to test it.
Offline
Well I followed all the steps mostly and I tried having the memcached server being on both the VM and my main computer and it's just showing the white screen. I'm not 100% sure I have the right php_memcache.dll, though, but I'm not exactly sure how I can get it. I may need to build from source.
Offline
veggieman001 wrote:
Well I followed all the steps mostly and I tried having the memcached server being on both the VM and my main computer and it's just showing the white screen. I'm not 100% sure I have the right php_memcache.dll, though, but I'm not exactly sure how I can get it. I may need to build from source.
Aww.
Also, can you please add how to make yourself an admin to the guide? It's a few pages back.
Offline
jvvg wrote:
veggieman001 wrote:
Well I followed all the steps mostly and I tried having the memcached server being on both the VM and my main computer and it's just showing the white screen. I'm not 100% sure I have the right php_memcache.dll, though, but I'm not exactly sure how I can get it. I may need to build from source.
Aww.
Also, can you please add how to make yourself an admin to the guide? It's a few pages back.
What version of PHP and the DLL are you using?
Later today or tomorrow (whenever I get it working) I will convert the guide to a wiki page and add that.
Offline
veggieman001 wrote:
jvvg wrote:
veggieman001 wrote:
Well I followed all the steps mostly and I tried having the memcached server being on both the VM and my main computer and it's just showing the white screen. I'm not 100% sure I have the right php_memcache.dll, though, but I'm not exactly sure how I can get it. I may need to build from source.
Aww.
Also, can you please add how to make yourself an admin to the guide? It's a few pages back.What version of PHP and the DLL are you using?
Later today or tomorrow (whenever I get it working) I will convert the guide to a wiki page and add that.
PHP 5.3.8 and the version of the DLL I found in your guide.
Offline
Ah. I've got 5.4.4 now, so I'm not sure what to do
Offline
Memcached seems to be connected and working, but it's still not working. Dunno what's up.
Offline
veggieman001 wrote:
Memcached seems to be connected and working, but it's still not working. Dunno what's up.
If you get a blank page, the problem isn't with memcached. Memcached says something like "OMG Scratch can't connect to memcached".
Offline
Ah, okay. It didn't used to do that when I tried it before and the issue was with memcached.
Offline
veggieman001 wrote:
Ah, okay. It didn't used to do that when I tried it before and the issue was with memcached.
For a while, it turns out I just had the wrong database password.
Then it gave me the OMG screen after I fixed that.
Offline
Hmm. Yeah, I know that's not my issue; I didn't change the MySQL password and the default is empty. I'm not getting the OMG screen either, just blank. Not much I can do with that D":
Offline
I uh tried to go to like a random subfolder and it showed the regular 404 page. It's also letting me go the the login and signup pages, and I was able to register for an account which is showing up in the database, but it's not letting me log in. Also, when I try to go to the user page, it 404s.
Offline
veggieman001 wrote:
I uh tried to go to like a random subfolder and it showed the regular 404 page. It's also letting me go the the login and signup pages, and I was able to register for an account which is showing up in the database, but it's not letting me log in. Also, when I try to go to the user page, it 404s.
That's weird. Not sure what's wrong.
Offline
Another important thing to note:
If installing the forums, before doing anything, go to include/common.php and do the following:
wrap the following code:
if($pun_user['is_guest'] && $scratchr_logged && $_SERVER["SCRIPT_NAME"]!="/$forums_dirname/login.php"){ redirect('login.php','logging in'); } if(!$pun_user['is_guest'] && !$scratchr_logged && $_SERVER["SCRIPT_NAME"]!="/$forums_dirname/login.php"){ redirect('login.php?action=out','logging out'); } if(!$pun_user['is_guest'] && $scratchr_logged && $_SERVER["SCRIPT_NAME"]!="/$forums_dirname/login.php" && $_SESSION['User']['username']!=$pun_user['username']){ redirect('login.php?action=out','logging out'); }
with:
if (basename($_SERVER['PHP_SELF']) != 'login.php') { ...code above... }
Offline
WAAA errors on full Xampp
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\basics.php on line 1101 Strict Standards: Redefining already defined constructor for class Object in C:\xampp\htdocs\cake\libs\object.php on line 65 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\inflector.php on line 67 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\configure.php on line 124 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\configure.php on line 214 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\configure.php on line 888 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\configure.php on line 928 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\file.php on line 90 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\cache.php on line 68 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\cache.php on line 151 Strict Standards: Non-static method Configure::getInstance() should not be called statically in C:\xampp\htdocs\cake\bootstrap.php on line 46
Offline
lallaway12 wrote:
WAAA errors on full Xampp
Code:
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\basics.php on line 1101 Strict Standards: Redefining already defined constructor for class Object in C:\xampp\htdocs\cake\libs\object.php on line 65 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\inflector.php on line 67 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\configure.php on line 124 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\configure.php on line 214 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\configure.php on line 888 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\configure.php on line 928 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\file.php on line 90 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\cache.php on line 68 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\cache.php on line 151 Strict Standards: Non-static method Configure::getInstance() should not be called statically in C:\xampp\htdocs\cake\bootstrap.php on line 46
Follow the guide.
Offline