Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Blank page after attempting to install (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Blank page after attempting to install
#58302
[SOLVED] Blank page after attempting to install 2 Months, 1 Week ago  
Well, after 8 hours i gave up and come here to try to ask some help. I downloaded the version, (com_fireboard_v1.0.5RC1_b718_2008-09-04.zip) Went to admin area and tried to upload and install but after hitting that button all I get is a blank page. It doesn't tell me whether the installation failed or succeeded. I got nothing but simply white blank page. What's u with this? I am working localhost and I don't think this should make any difference?

Can anyone with kind heart please help me out or at least tell me where is the right tutorial on how to troubleshoot this?

EDIT by fxstein: See here:
www.bestofjoomla.com/component/option,co...limitstart,10/#58647
riceandfish (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/21 08:25 By fxstein.
 
The administrator has disabled public write access.  
#58306
Re:Blank page after attempting to install 2 Months, 1 Week ago  
Hello nobody knows how to do it localhost??
riceandfish (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#58308
Re:Blank page after attempting to install 2 Months, 1 Week ago  
Did you follow the readme file inside the package? there is a hint in case for memory errors and Joomla 1.5, ...
danialt (Admin)
BoJ Team
Simplicity
Administrator
Posts: 957
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
Best Of Joomla Team
FireBoard Project Manager
 
The administrator has disabled public write access.  
#58346
Re:Blank page after attempting to install 2 Months, 1 Week ago  
sure did but no such luck. I however got it working on my server.
riceandfish (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#58347
Re:Blank page after attempting to install 2 Months, 1 Week ago  
ow
ticos (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#58502
Re:Blank page after attempting to install 2 Months ago  
Nice you solved the problem, but can you tell how?
Prutserke (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#58537
Re:Blank page after attempting to install 2 Months ago  
Well i did nothing different to make it work on a live server. I just wanted to test it out on my local machine before putting it out there for public. I still cant get it to work locally.
riceandfish (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#58538
Re:Blank page after attempting to install 2 Months ago  
Same thing here. Upped execution time to 3600, along with memory. I'm getting a blank page with PHP5, Joomla 1.5 and both build 718 and 722.
When I get lucky enough to get it to install (apparently partially but enough to show control panel and work fine otherwise) it shows this error at the bottom of the fireboard control panel:
Code:

Warning: Could not load latest Version record.nDB function failed with error number 1146

Table 'myusername_mydatabase.jos_fb_version' doesn't exist SQL=SELECT `version`, `versiondate`, `installdate`, `build`, `versionname` FROM `jos_fb_version` ORDER BY `id`
 DESC LIMIT 1;
SQL =

SELECT
         `version`,
         `versiondate`,
         `installdate`,
         `build`,
         `versionname`
        FROM `jos_fb_version`
        ORDER BY `id` DESC LIMIT 1;

in /home/myusername/public_html/components/com_fireboard/sources/fb_debug.php on line 52



I was told it should do this:


EDIT by fxstein: Please do not create that table manually. This is not a work around and simply hides a different problem. It invalidates the install and will cause various problems and can render portions of the system unuseable THX!
Code:

CREATE TABLE `jos_fb_version`
(`id` INTEGER NOT NULL AUTO_INCREMENT,
`version` VARCHAR(20) NOT NULL,
`versiondate` DATE NOT NULL,
`installdate` DATE NOT NULL,
`build` VARCHAR(20) NOT NULL,
`versionname` VARCHAR(40) NULL,
PRIMARY KEY(`id`));



Apparently this is only a problem on Joomla 1.5. Is there a way to get a svn to just extract into the correct directories like what was done before 1.1 was obsoletisized? <- new word. I don't know if this error is the cause of the blank page error with 1.5.7 install, but thought it might be worth mentioning.
Rapunzl (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Rapunzl Reminisces
Logged Logged
 
Last Edit: 2008/09/18 09:55 By fxstein.
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
The administrator has disabled public write access.  
#58539
Re:Blank page after attempting to install 2 Months ago  
Oh man, this is so frustrating. i guess we can start looking at other forums extensions!
riceandfish (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#58540
Re:Blank page after attempting to install 2 Months ago  
Don't give up so easily. If we weren't here to let them know what problems we're having, they'd never be able to know all the different errors on every configuration. Maybe we can help solve our own problem.


Anyway, with massive (maximum) debug on, I get a 500 error:
Code:

JDatabaseMySQL::query: 1146 - Table 'myusername_mydatabase.jos_fb_version' doesn't exist SQL=SELECT `version`, `versiondate`, `installdate`, `build`, `versionname` FROM `jos_fb_version` ORDER BY `id` DESC LIMIT 1;


So, it appears this is what's causing our problems. Hope this helps so we can give it a spin soon.
Rapunzl (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Rapunzl Reminisces
Logged Logged
 
Last Edit: 2008/09/17 05:21 By Rapunzl.
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
The administrator has disabled public write access.  
Go to top