Page 1 of 1

(SOLVED) PCP - Registration - Profile problem

PostPosted: Fri Sep 11, 2009 5:05 pm
Author: clamdigger
I removed Visual Confirmation through the PCP and now the Registration function is dead and Profiles are screwed up.

IntegraMOD 1.4.1f, phpBB 2.0.23. Site is [url=http]here[/url]. I'm a beginner.

The problem started when I went to the PCP Wizard/Add-Remove Page Fields, and moved confirm_code to the left, and submitted. Then it went automatically to the Alter Form Display page, which I think was void of any entries and I may or may not have submitted it that way at that time. That's when things went wrong. Since then I've been back several times attempting changes, none of which solved anything. I'd also lost all the entries in the Available Fields column.

So far I've replaced the root/profilcp folder and set the file permissions for def_*.php to 666 and that repopulated the Add-Remove Page Fields and Alter Form Display, but resubmitting those with confirm_code selected didn't fix my registration/profile pages.

I also deleted the root/cache folder and replaced it with a fresh copy with file permissions set to 777, and that hasn't helped either.

This problem occurs across all three templates I've installed.

Any ideas?

Re: PCP - Registration - Profile problem

PostPosted: Fri Sep 11, 2009 11:52 pm
Author: Helter
ive been seeing alot of similar problems on shared servers lately due to insufficient memory. try alocating more memory to your site.
OPEN root/config.php

FIND

define('PHPBB_INSTALLED', true);

AFTER, ADD

ini_set("memory_limit","16M");


If that does not work, reupload a fresh root/profilcp folder and do not chmod the files and check the registration status

Re: (SOLVED) PCP - Registration - Profile problem

PostPosted: Sat Sep 12, 2009 9:28 am
Author: clamdigger
Thanks much...step 1 didn't work but step 2 did.

Re: (SOLVED) PCP - Registration - Profile problem

PostPosted: Sat Sep 12, 2009 4:40 pm
Author: Helter
so the change is in your db. The files are only cache files and only get written to when you make a change in the acp.