| Re: No access to register.php on this server. |
| by stefan88 on 2006/12/21 23:51:33 Hi, I'm not using 2.2.x, but ... giving more information about your setup may help - web server, version, apache modules and so on... In general - check the log options in configs and set them to fill log, then look at web server logs, if you have mod_sec - disable it (usualy it is set to return 403 Forbiden) and have a look at his logs. If you have chroot instalation, make shure you set the proper owner for files and folders. Try to enable php debug in XOOPS and see for clues. ...
|
| Re: No access to register.php on this server. |
| by ecolips on 2006/12/21 23:29:23 there is no solution for this problem.. no one hepls us. There just bu a solutin but we cant find it. Does anyone have a new idea about this problem |
| Re: No access to register.php on this server. |
| by m0nty on 2006/1/26 17:05:19 there are 37 opening { braces in register.php and 37 closing }. b register.php looks fine to me.. however i am having this issue on a couple of test sites.. i don't think the problem lies with register.php i think it lies with the pm module.. probably either in the class somewhere or pmlite.php however i can't seem to trace or narrow it down.. |
| Re: No access to register.php on this server. |
| by jlm69 on 2006/1/26 14:34:17 If you use highlighting those braces are not associated, I have always seen if you click on either the opening or closing brace it shows the other highlighted in yellow, that doesn't happen with those braces. every other pair on the page match except those. If this is normal,(which I don't think so) then is anyone trying to fix the registration bug with the PM module installed. I have seen posts about people getting upset and maybe leaving XOOPS because no one is trying to help them with this problem. Thanks for the help, John |
| Re: No access to register.php on this server. |
| by m0nty on 2006/1/26 2:39:14 Quote:
the opening brace on line 62 is the opening brace for the one on line 229 the situation is a switch() function.. so all inside the switch statement are to do with that particular function.. as in each case = ''; |