SMF Support > PostgreSQL and SQLite Support
SQLite In Smf
emanuele:
Shame, I thought I set notifications on this topic but it seems I forgot...
Could you please post a bigger screenshot or the text of the page?
It's rather difficult to read...
Is the forum working properly?
niires1204:
the foru mis working properly. but only thing missing is the db tables so that the mods can work o.o.
screenshot :
niires1204:
--- Code: ---
Notice: Undefined index: enotify_life in /home/wwwkill/public_html/Sources/Load.php on line 1571
Notice: Undefined index: enotify_life in /home/wwwkill/public_html/Sources/Load.php on line 1578
Notice: Undefined index: enotify_refresh in /home/wwwkill/public_html/Sources/Load.php on line 1581
Strict Standards: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /home/wwwkill/public_html/Sources/Subs.php on line 797
Strict Standards: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /home/wwwkill/public_html/Sources/Subs.php on line 803
Strict Standards: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /home/wwwkill/public_html/Sources/Subs.php on line 821
Database Error
Please try again. If you come back to this error screen, report the error to an administrator.
Back
--- End code ---
This The Text of the error.
emanuele:
That's pretty strange to me...
I'm not entirely sure what the problem is.
Try this: open the installScript.php I provided, then replace "{db_prefix}" with the prefix of your table and run again the script.
For example if the prefix is "sfm", change:
--- Code: ---'{db_prefix}log_enotify_pms',
--- End code ---
to
--- Code: ---'smf_log_enotify_pms',
--- End code ---
and
--- Code: ---'{db_prefix}log_enotify_replies',
--- End code ---
to
--- Code: ---'smf_log_enotify_replies',
--- End code ---
If you don't know what the prefix is, please open you Settings.php and search for $db_prefix, you will find something like:
--- Code: ---$db_prefix = 'smf_';
--- End code ---
the smf_ is the prefix to use in this example.
niires1204:
--- Code: ---Notice: Undefined index: enotify_life in /home/wwwkill/public_html/Sources/Load.php on line 1571
Notice: Undefined index: enotify_life in /home/wwwkill/public_html/Sources/Load.php on line 1578
Notice: Undefined index: enotify_refresh in /home/wwwkill/public_html/Sources/Load.php on line 1581
Strict Standards: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /home/wwwkill/public_html/Sources/Subs.php on line 797
Strict Standards: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /home/wwwkill/public_html/Sources/Subs.php on line 803
Strict Standards: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /home/wwwkill/public_html/Sources/Subs.php on line 821
--- End code ---
This time i didnot get any database error. but i got the timezone error. so was the table creating sucessfull??
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version