I finally took the plunge Paul. I'm probably one the last people to upgrade from 3.* to your current version. It was a bear but I managed to get all of my data moved over. My templates are disarray but that's the least of my worries.
I still get these errors at the top of my pages (not in admin). I've searched the code trying to remedy the issue, but I haven't found a solution. Nothing in the support forum seems to point to a similar issue.
The new site is not live yet so playing with it is an option.
Errors:
Warning: opendir(/home/thrifty/public_html/dir/templates/) [function.opendir]: failed to open dir: No such file or directory in /home/thriftyp/public_html/dir/includes/filefunctions.php on line 598
Warning: closedir(): supplied argument is not a valid Directory resource in /home/thriftyp/public_html/dir/includes/filefunctions.php on line 614
Warning: Invalid argument supplied for foreach() in /home/thriftyp/public_html/dir/classes/settings.php on line 715
It says you don't have a /home/thrifty/public_html/dir/templates/ directory on your server. If that's not what your file path is supposed to be, change the file path to your attachments directory setting at Admin -> Settings -> System... or $uploadpath in config.php if you can't get to the admin panel.
Thank you. I'll do that now. Technically the templates directory DOES exist, but I'm off to figure this out. THANK YOU so much for the quick response.
FYI I this error just appeared... or rather an addition to it and it said to report it.
Warning: opendir(/home/thrifty/public_html/dir/templates/) [function.opendir]: failed to open dir: No such file or directory in /home/thriftyp/public_html/dir/includes/filefunctions.php on line 598
Warning: closedir(): supplied argument is not a valid Directory resource in /home/thriftyp/public_html/dir/includes/filefunctions.php on line 614
Warning: Invalid argument supplied for foreach() in /home/thriftyp/public_html/dir/classes/settings.php on line 715
------>Timestamp is not numeric, it is {TIME}. Please report this bug.
The errors are gone. Thanks for catching that. I guess that part hadn't been updated. DOH
But now I still have the timestamp error as listed above... this came about when I tried to install the Aquatic Theme and there was nothing for the db to pull from...ie the 'temp' dir was empty.
Now it's just a blank page not counting the timestamp error...working on that now...trying to anyway
That's odd, considering I just got a report a couple days ago that the "reset settings to default" panic option killed everything. Well, whatever works.
I tried to install the Aquatic Theme and there was nothing for the db to pull from...ie the 'temp' dir was empty.
Probably a chmod issue. If your PHP is running in apache mode without suPHP, go to Admin -> Settings -> System and select 777 as the directory permission and supply your FTP info. If PHP is running with suPHP or in CGI mode, select 755 there and don't bother with FTP info.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Upgraded from 3.* finally, but ...
Forum Regular
Usergroup: Customer
Joined: Nov 26, 2003
Total Topics: 70
Total Comments: 211
I finally took the plunge Paul. I'm probably one the last people to upgrade from 3.* to your current version. It was a bear but I managed to get all of my data moved over. My templates are disarray but that's the least of my worries.
I still get these errors at the top of my pages (not in admin). I've searched the code trying to remedy the issue, but I haven't found a solution. Nothing in the support forum seems to point to a similar issue.
The new site is not live yet so playing with it is an option.
Errors:
Warning: opendir(/home/thrifty/public_html/dir/templates/) [function.opendir]: failed to open dir: No such file or directory in /home/thriftyp/public_html/dir/includes/filefunctions.php on line 598
Warning: closedir(): supplied argument is not a valid Directory resource in /home/thriftyp/public_html/dir/includes/filefunctions.php on line 614
Warning: Invalid argument supplied for foreach() in /home/thriftyp/public_html/dir/classes/settings.php on line 715
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
It says you don't have a /home/thrifty/public_html/dir/templates/ directory on your server. If that's not what your file path is supposed to be, change the file path to your attachments directory setting at Admin -> Settings -> System... or $uploadpath in config.php if you can't get to the admin panel.
Forum Regular
Usergroup: Customer
Joined: Nov 26, 2003
Total Topics: 70
Total Comments: 211
Thank you. I'll do that now. Technically the templates directory DOES exist, but I'm off to figure this out. THANK YOU so much for the quick response.
FYI I this error just appeared... or rather an addition to it and it said to report it.
Warning: opendir(/home/thrifty/public_html/dir/templates/) [function.opendir]: failed to open dir: No such file or directory in /home/thriftyp/public_html/dir/includes/filefunctions.php on line 598
Warning: closedir(): supplied argument is not a valid Directory resource in /home/thriftyp/public_html/dir/includes/filefunctions.php on line 614
Warning: Invalid argument supplied for foreach() in /home/thriftyp/public_html/dir/classes/settings.php on line 715
------>Timestamp is not numeric, it is {TIME}. Please report this bug.
Forum Regular
Usergroup: Customer
Joined: Nov 26, 2003
Total Topics: 70
Total Comments: 211
The errors are gone. Thanks for catching that. I guess that part hadn't been updated. DOH
But now I still have the timestamp error as listed above... this came about when I tried to install the Aquatic Theme and there was nothing for the db to pull from...ie the 'temp' dir was empty.
Now it's just a blank page not counting the timestamp error...working on that now...trying to anyway
Forum Regular
Usergroup: Customer
Joined: Nov 26, 2003
Total Topics: 70
Total Comments: 211
FYI I went to advanced options and "reset to default" and that cleared up the issue. It was a random last ditch effort to fix and it worked.
Everything seems to be working!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
That's odd, considering I just got a report a couple days ago that the "reset settings to default" panic option killed everything. Well, whatever works.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I tried to install the Aquatic Theme and there was nothing for the db to pull from...ie the 'temp' dir was empty.
Probably a chmod issue. If your PHP is running in apache mode without suPHP, go to Admin -> Settings -> System and select 777 as the directory permission and supply your FTP info. If PHP is running with suPHP or in CGI mode, select 755 there and don't bother with FTP info.