Icy Phoenix

     
 

Error In Install File For Standard Pages

Error In Install File For Standard Pages

Article
Reply with quote    Download Post  
Post Error In Install File For Standard Pages 
 
in mys_basi.sql

error in this line

INSERT INTO `phpbb_cms_layout_special` (`page_id`, `name`, `filename`, `global_blocks`, `view`, `groups`) VALUES ('viewfforum', 'viewforum', 'viewforum.php', 0, 0, '');

viewfforum should be viewforum

FYI

   



 
DWho - View user's profile Send private message  
DWho [ Sun 30 Aug, 2009 14:53 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Error In Install File For Standard Pages

Comments
Reply with quote    Download Post  
Post Re: Error In Install File For Standard Pages 
 
Thanks... this error also impact the visualization of global blocks and nav...

This is how to fix that:

Code: [Download] [Hide] [Select]
UPDATE `phpbb_cms_layout_special` SET page_id = 'viewforum' WHERE page_id = 'viewfforum';


Of course change the table prefix to the one you are using.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Sun 30 Aug, 2009 18:51 ]
Reply with quote    Download Post  
Post Re: Error In Install File For Standard Pages 
 
Thanks, Dr. Who

I made the correction in that sql file. It seemed to speed the forum pages up, but I've had funny things happen to "viewforum" since the beginning....maybe related, maybe not.

My forums have been renamed twice without me touching them. My main forums have been changed to "restored forums" 2 times (for the main catagories)....

Again, the only thing I noticed after taking the extra "f" out of the file, was that the site seemed faster!

 



 
gearhead - View user's profile Send private message  
gearhead [ Sun 30 Aug, 2009 19:38 ]
Reply with quote    Download Post  
Post Re: Error In Install File For Standard Pages 
 
not a problem... I been teaching myself mysql code for easy chages to the database... yours is easier than the one i came up with..

   



 
DWho - View user's profile Send private message  
DWho [ Mon 31 Aug, 2009 12:11 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1
 
 




 


 

  cron