- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- October 2005
- Status:
- offline
- last visit:
- 13.11.05
- Posts:
- 14
Hi, I recently setup a new site for www.khmerclub.org. I had download 7.6 and copy the folder include,module,themes, etc onto my WWW folder. I have run from my browser /khmerclub.org/install.php than choose upgrade option, it say complete and go to PostNuke website but got Blank Page. Than I have to undo my copy inorder to get into my page back. At the moment the " Install" folder and file had been rename at this moment.
I had went and edit my config.php modfy my username and pasword but still got same issue.
Angkor -
- rank:
-
Helper
- registered:
- January 2005
- Status:
- offline
- last visit:
- 29.10.08
- Posts:
- 312
I just went through this same problem. Try setting your pnTEMP/pnRender compiled to chmod 777 (or 775 if you can get away with it).
If that doesn't solve it, go to Includes folder and open pnAPI.php. Change this:
Code:
// proper error_repoting
// E_ALL for development
// error_reporting(E_ALL);
// without warnings and notices for release
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
with this:
Code:
// proper error_repoting
// E_ALL for development
error_reporting(E_ALL);
// without warnings and notices for release
// error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
Then go to http://www.YOURWEBSITE.com/index.php and let us know what errors you are getting. -
- rank:
-
Helper
- registered:
- January 2005
- Status:
- offline
- last visit:
- 29.10.08
- Posts:
- 312
Also, have you read through the Blank Page tutorial?
have you done a search on this website? Heck, forget the search, just go down the page a little bit, there must be at least 5 threads talking about blank pages. -
- rank:
-
Freshman
- registered:
- October 2005
- Status:
- offline
- last visit:
- 13.11.05
- Posts:
- 14
HI Sae, thank for the info and this is my first time coming to the forums. Yes, I had try to click on few page of on this site about upgrading but didnt mention Blank Page. I will try ur suggestion today when I get home. Thank. -
- rank:
-
Freshman
- registered:
- October 2005
- Status:
- offline
- last visit:
- 13.11.05
- Posts:
- 14
Hi Sae, I just tried last night you had told me to replace with this:
// proper error_repoting
// E_ALL for development
error_reporting(E_ALL);
// without warnings and notices for release
// error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
I still got the same issue. Any other suggestion? Thank Timmy -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 23.11.08
- Posts:
- 13415
Quote
I have run from my browser /khmerclub.org/install.php than choose upgrade option
The instructions in manual.txt say you don't have to run install.php unless upgrading from .722 or earlier...
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Freshman
- registered:
- October 2005
- Status:
- offline
- last visit:
- 13.11.05
- Posts:
- 14
Hammerhead, thank for the info. So that mean I just need to copy and pase the folder with the PostNuke 7.6 " HTML folder and pase to my www folders and dont have to run install.php? I will try this and let you know. Thank. Tim -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 23.11.08
- Posts:
- 13415
No, the hint was to read the manual, where there are detailed instructions on how to upgrade..
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide
