11
justsomeguy
Blank Screen on Registering New User and ignoring session_start Error

When trying to register a new user, my users get a blank screen and no e-mail activation request. I have had the site up and running for a few weeks with no trouble until the past few days.

I am running XOOPS 2.0.10 under Windows 2003, Apache 2.0, PHP 4.3.4, and mySQL 4.1.9.

I have the following modules installed:

Polls v. 1
XCGallery v. 1.1
xYP4ALL v. 1.57
DMS (Document Management System) v. 0.99
Weblog v. 1.1
Contact Us v. 1
C-Jay Content v. 3
Content (Links & More) v. 0.41
XOOPS Protector v. 2.4
XT Temas v. 1
Memberlist v. 1
Agenda-X v. 2.2
Doc Manager (Documentation center) v. 1.1
XOOPS Stats v. 0.45
Uservisit v. 2.2
SNX Weather v. 1.11
Blocks Admin v. 0.28
Web Stats v. 2.1
MS Weather v. 1.4


With PHP Debug mode enabled, I get the following information (and blank screen) after trying to register.


Notice [PHP]: Constant XOOPS_SIDEBLOCK_LEFT already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 44
Notice [PHP]: Constant XOOPS_SIDEBLOCK_RIGHT already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 45
Notice [PHP]: Constant XOOPS_SIDEBLOCK_BOTH already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 46
Notice [PHP]: Constant XOOPS_CENTERBLOCK_LEFT already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 47
Notice [PHP]: Constant XOOPS_CENTERBLOCK_RIGHT already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 48
Notice [PHP]: Constant XOOPS_CENTERBLOCK_CENTER already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 49
Notice [PHP]: Constant XOOPS_CENTERBLOCK_ALL already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 50
Notice [PHP]: Constant XOOPS_BLOCK_INVISIBLE already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 51
Notice [PHP]: Constant XOOPS_BLOCK_VISIBLE already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 52
Notice [PHP]: Constant XOOPS_MATCH_START already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 53
Notice [PHP]: Constant XOOPS_MATCH_END already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 54
Notice [PHP]: Constant XOOPS_MATCH_EQUAL already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 55
Notice [PHP]: Constant XOOPS_MATCH_CONTAIN already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 56
Notice [PHP]: Constant SMARTY_DIR already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 57
Notice [PHP]: Constant XOOPS_CACHE_PATH already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 58
Notice [PHP]: Constant XOOPS_UPLOAD_PATH already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 59
Notice [PHP]: Constant XOOPS_THEME_PATH already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 60
Notice [PHP]: Constant XOOPS_COMPILE_PATH already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 61
Notice [PHP]: Constant XOOPS_THEME_URL already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 62
Notice [PHP]: Constant XOOPS_UPLOAD_URL already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 63
Notice [PHP]: Constant XOOPS_DB_CHKREF already defined in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 69
Notice [PHP]: A session had already been started - ignoring session_start() in file L:\WebSite\rlalibrary\apache\www\staffintranet\include\common.php line 177



12
justsomeguy
Re: installed xoopsgallery, troubles with imagemagick

I read several dozen suggested fixes and found that nothing worked. As a last resort I reinstalled ImageMagick to c:\ImageMagick, NOT c:\program files\ImageMagick and made the corresponding changes to the Gallery config. This fixed the problem.

I must confess that I found this suggestion somewhere in my quest to resolve this issue, but I cannot remember where that was. My apologies to the original author, and thank you for your suggestion, wherever you're at.

As an FYI, I am running Windows 2003, Apache 2 for Windows (API verdion 20020903), and PHP 4.3.4 . Before getting this to work I tried ading permissions to cmd.exe for a variety of builtin internet user accounts, and I copied cmd.exe to my PHP directory, but these proved unhelpful. Reinstalling ImageMagick to the new directory worked WITHOUT changing any permissions on any file. I am also NOT running IIS - that godforsaken POS.

The change I made works for xoopsgallery 1.3.3.6 and myalbum-p 2.8. I am using ImageMagick 6.2.2-0-Q16-windows-static.exe on XOOPS 2.0.9.2 .



13
justsomeguy
Re: Solution to Error! (Expected status 0, but actually received status: 1)

I read several dozen suggested fixes and found that nothing worked. As a last resort I reinstalled ImageMagick to c:\ImageMagick, NOT c:\program files\ImageMagick and made the corresponding changes to the Gallery config. This fixed the problem.

I must confess that I found this suggestion somewhere in my quest to resolve this issue, but I cannot remember where that was. My apologies to the original author, and thank you for your suggestion, wherever you're at.

As an FYI, I am running Windows 2003, Apache 2 for Windows (API verdion 20020903), and PHP 4.3.4 . Before getting this to work I tried ading permissions to cmd.exe for a variety of builtin internet user accounts, and I copied cmd.exe to my PHP directory, but these proved unhelpful. Reinstalling ImageMagick to the new directory worked WITHOUT changing any permissions on any file. I am also NOT running IIS - that godforsaken POS.

The change I made works for xoopsgallery 1.3.3.6 and myalbum-p 2.8. I am using ImageMagick 6.2.2-0-Q16-windows-static.exe on XOOPS 2.0.9.2 .




TopTop
« 1 (2)



Login

Who's Online

208 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits